diff --git a/english/java/_index.md b/english/java/_index.md index 117b24268c..30fa2135ec 100644 --- a/english/java/_index.md +++ b/english/java/_index.md @@ -53,7 +53,7 @@ is_root: true | [com.aspose.psd.fileformats.psd.layers.smartobjects](./com.aspose.psd.fileformats.psd.layers.smartobjects) | | | [com.aspose.psd.fileformats.psd.layers.text](./com.aspose.psd.fileformats.psd.layers.text) | | | [com.aspose.psd.fileformats.psd.layers.text.rendering](./com.aspose.psd.fileformats.psd.layers.text.rendering) | | -| [com.aspose.psd.fileformats.psd.layers.warp](./com.aspose.psd.fileformats.psd.layers.warp) | | +| [com.aspose.psd.fileformats.psd.layers.warp.structs](./com.aspose.psd.fileformats.psd.layers.warp.structs) | | | [com.aspose.psd.fileformats.psd.rawcolor](./com.aspose.psd.fileformats.psd.rawcolor) | | | [com.aspose.psd.fileformats.psd.resources](./com.aspose.psd.fileformats.psd.resources) | | | [com.aspose.psd.fileformats.psd.resources.enums_](./com.aspose.psd.fileformats.psd.resources.enums_) | | @@ -73,6 +73,7 @@ is_root: true | [com.aspose.psd.masking.result](./com.aspose.psd.masking.result) | The namespace handles ImageMasking.Result processing. | | [com.aspose.psd.memorymanagement](./com.aspose.psd.memorymanagement) | The namespace contains memory management routines. | | [com.aspose.psd.multithreading](./com.aspose.psd.multithreading) | The namespace contains Multithreading classes. | +| [com.aspose.psd.pixelsdatamodels](./com.aspose.psd.pixelsdatamodels) | | | [com.aspose.psd.progressmanagement](./com.aspose.psd.progressmanagement) | The namespace contains progress handler classes | | [com.aspose.psd.shapes](./com.aspose.psd.shapes) | The package contains different shapes combined from shape segments. | | [com.aspose.psd.shapesegments](./com.aspose.psd.shapesegments) | The package contains different shape segments which combine shapes. | diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md index d17b32f2c7..ff31f933f2 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md @@ -35,6 +35,7 @@ Gradient fill effect settings. | [getAlignWithLayer()](#getAlignWithLayer--) | Gets or sets a value indicating whether [align with layer]. | | [getAngle()](#getAngle--) | Gets or sets the angle. | | [getClass()](#getClass--) | | +| [getContainerBounds_internalized()](#getContainerBounds-internalized--) | Gets or sets the bounds of the layer container to correctly calculate the position of the gradient. | | [getDither()](#getDither--) | Gets or sets a value indicating whether this [GradientFillSettings](../../com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings) is dither. | | [getFillType()](#getFillType--) | The fill type. | | [getGradient()](#getGradient--) | Gets or sets specific gradient definition instance (Solid/Noise). | @@ -49,6 +50,7 @@ Gradient fill effect settings. | [raiseValueChanged_internalized()](#raiseValueChanged-internalized--) | Raises the value changed. | | [setAlignWithLayer(boolean value)](#setAlignWithLayer-boolean-) | Gets or sets a value indicating whether [align with layer]. | | [setAngle(double value)](#setAngle-double-) | Gets or sets the angle. | +| [setContainerBounds_internalized(Rectangle value)](#setContainerBounds-internalized-com.aspose.psd.Rectangle-) | Gets or sets the bounds of the layer container to correctly calculate the position of the gradient. | | [setDither(boolean value)](#setDither-boolean-) | Gets or sets a value indicating whether this [GradientFillSettings](../../com.aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings) is dither. | | [setGradient(BaseGradient value)](#setGradient-com.aspose.psd.fileformats.psd.layers.gradient.BaseGradient-) | Gets or sets specific gradient definition instance (Solid/Noise). | | [setGradientType(int value)](#setGradientType-int-) | Gets or sets the type of the gradient. | @@ -121,6 +123,16 @@ public final native Class getClass() **Returns:** java.lang.Class +### getContainerBounds_internalized() {#getContainerBounds-internalized--} +``` +public final Rectangle getContainerBounds_internalized() +``` + + +Gets or sets the bounds of the layer container to correctly calculate the position of the gradient. + +**Returns:** +[Rectangle](../../com.aspose.psd/rectangle) ### getDither() {#getDither--} ``` public final boolean getDither() @@ -273,6 +285,19 @@ Gets or sets the angle. | --- | --- | --- | | value | double | | +### setContainerBounds_internalized(Rectangle value) {#setContainerBounds-internalized-com.aspose.psd.Rectangle-} +``` +public final void setContainerBounds_internalized(Rectangle value) +``` + + +Gets or sets the bounds of the layer container to correctly calculate the position of the gradient. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Rectangle](../../com.aspose.psd/rectangle) | | + ### setDither(boolean value) {#setDither-boolean-} ``` public final void setDither(boolean value) diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md index ebbc5be98d..69503515b2 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md @@ -104,7 +104,7 @@ public static PixelsData getDefaultPattern_internalized() Creates the default pattern data. **Returns:** -[PixelsData](../../com.aspose.psd/pixelsdata) - The default pattern data. +[PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) - The default pattern data. ### getHeight() {#getHeight--} ``` public final short getHeight() diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md index 8b322765b0..b98689e4f3 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md @@ -15,8 +15,8 @@ The interface for a specific smart filter renderer. | Method | Description | | --- | --- | -| [render(PixelsData pixelsData)](#render-com.aspose.psd.PixelsData-) | Renders the current smart filter on the pixels data. | -### render(PixelsData pixelsData) {#render-com.aspose.psd.PixelsData-} +| [render(PixelsData pixelsData)](#render-com.aspose.psd.pixelsdatamodels.PixelsData-) | Renders the current smart filter on the pixels data. | +### render(PixelsData pixelsData) {#render-com.aspose.psd.pixelsdatamodels.PixelsData-} ``` public abstract PixelsData render(PixelsData pixelsData) ``` @@ -27,7 +27,7 @@ Renders the current smart filter on the pixels data. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| pixelsData | [PixelsData](../../com.aspose.psd/pixelsdata) | The pixels data. | +| pixelsData | [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) | The pixels data. | **Returns:** -[PixelsData](../../com.aspose.psd/pixelsdata) - Returns processed pixels data. +[PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) - Returns processed pixels data. diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md index 13e71fc52d..017e5b3415 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md @@ -360,7 +360,7 @@ Defines the SmartObjectLayer class that contains embedded in the PSD file or lin | [setVentureLicense_internalized(Object ventureLicense)](#setVentureLicense-internalized-java.lang.Object-) | All Aspose products should implement this method. | | [setVerticalResolution(double value)](#setVerticalResolution-double-) | Gets or sets the vertical resolution, in pixels per inch, of this RasterImage . | | [setVisible(boolean value)](#setVisible-boolean-) | Gets or sets a value indicating whether the layer is visible | -| [setWarpSettings(WarpSettings value)](#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.WarpSettings-) | It gets or sets Warp parameters that was set or get from resource (default) | +| [setWarpSettings(WarpSettings value)](#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.structs.WarpSettings-) | It gets or sets Warp parameters that was set or get from resource (default) | | [setXmpData(XmpPacketWrapper value)](#setXmpData-com.aspose.psd.xmp.XmpPacketWrapper-) | Gets or sets the XMP metadata. | | [shallowCopy()](#shallowCopy--) | Creates a shallow copy of the current Layer. | | [toBitmap()](#toBitmap--) | Converts raster image to the bitmap. | @@ -371,7 +371,7 @@ Defines the SmartObjectLayer class that contains embedded in the PSD file or lin | [updateModifiedContent()](#updateModifiedContent--) | Updates the smart object layer image cache with the modified content. | | [updateModifiedContentWithImage_internalized(Image image, ResolutionSetting resolution, boolean skipBoundsUpdate)](#updateModifiedContentWithImage-internalized-com.aspose.psd.Image-com.aspose.psd.ResolutionSetting-boolean-) | Updates the smart object layer image cache with modified content. | | [updatePlacedResources_internalized(boolean toEmbedded)](#updatePlacedResources-internalized-boolean-) | Updates the placed / smart resources when the placedResource is changed or when conversion is needed. | -| [updatePreview_internalized(PixelsData targetWarpedPixels)](#updatePreview-internalized-com.aspose.psd.PixelsData-) | It is wrapper for "IWarpSupport" to update layer preview | +| [updatePreview_internalized(PixelsData targetWarpedPixels)](#updatePreview-internalized-com.aspose.psd.pixelsdatamodels.PixelsData-) | It is wrapper for "IWarpSupport" to update layer preview | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | | [wait(long arg0, int arg1)](#wait-long-int-) | | @@ -2534,7 +2534,7 @@ public final WarpSettings getWarpSettings() It gets or sets Warp parameters that was set or get from resource (default) **Returns:** -[WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp/warpsettings) +[WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) ### getWidth() {#getWidth--} ``` public int getWidth() @@ -4699,7 +4699,7 @@ Value: true if this instance is visible; otherwise, false . | --- | --- | --- | | value | boolean | | -### setWarpSettings(WarpSettings value) {#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.WarpSettings-} +### setWarpSettings(WarpSettings value) {#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.structs.WarpSettings-} ``` public final void setWarpSettings(WarpSettings value) ``` @@ -4710,7 +4710,7 @@ It gets or sets Warp parameters that was set or get from resource (default) **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| value | [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp/warpsettings) | | +| value | [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) | | ### setXmpData(XmpPacketWrapper value) {#setXmpData-com.aspose.psd.xmp.XmpPacketWrapper-} ``` @@ -4827,7 +4827,7 @@ Updates the placed / smart resources when the placedResource is changed or when | --- | --- | --- | | toEmbedded | boolean | if set to true covert to an embedded resource if needed, otherwise to a linked one. | -### updatePreview_internalized(PixelsData targetWarpedPixels) {#updatePreview-internalized-com.aspose.psd.PixelsData-} +### updatePreview_internalized(PixelsData targetWarpedPixels) {#updatePreview-internalized-com.aspose.psd.pixelsdatamodels.PixelsData-} ``` public final void updatePreview_internalized(PixelsData targetWarpedPixels) ``` @@ -4838,7 +4838,7 @@ It is wrapper for "IWarpSupport" to update layer preview **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| targetWarpedPixels | [PixelsData](../../com.aspose.psd/pixelsdata) | Pixels and size of new preview image | +| targetWarpedPixels | [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) | Pixels and size of new preview image | ### wait() {#wait--} ``` diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/_index.md new file mode 100644 index 0000000000..2798abcd94 --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/_index.md @@ -0,0 +1,18 @@ +--- +title: com.aspose.psd.fileformats.psd.layers.warp.structs +second_title: Aspose.PSD for Java API Reference +description: +type: docs +weight: 53 +url: /java/com.aspose.psd.fileformats.psd.layers.warp.structs/ +--- + + +## Classes + +| Class | Description | +| --- | --- | +| [RenderQuality](../com.aspose.psd.fileformats.psd.layers.warp.structs/renderquality) | It describes the rendering quality of Warp. | +| [WarpRotates](../com.aspose.psd.fileformats.psd.layers.warp.structs/warprotates) | Types of warp rotation | +| [WarpSettings](../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) | Parameters of layer with warp | +| [WarpStyles](../com.aspose.psd.fileformats.psd.layers.warp.structs/warpstyles) | Types of support warp styles supported | diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/renderquality/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/renderquality/_index.md new file mode 100644 index 0000000000..cb48b81629 --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/renderquality/_index.md @@ -0,0 +1,675 @@ +--- +title: RenderQuality +second_title: Aspose.PSD for Java API Reference +description: It describes the rendering quality of Warp. +type: docs +weight: 10 +url: /java/com.aspose.psd.fileformats.psd.layers.warp.structs/renderquality/ +--- + +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class RenderQuality extends System.Enum +``` + +It describes the rendering quality of Warp. +## Fields + +| Field | Description | +| --- | --- | +| [EnumSeparatorCharArray](#EnumSeparatorCharArray) | | +| [Excellent](#Excellent) | The slowest option. | +| [Fast](#Fast) | Allows you to make rendering faster with a small drop in quality. | +| [Good](#Good) | Higher than standard quality, slower speed. | +| [Normal](#Normal) | Recommended value for most curvatures | +| [Turbo](#Turbo) | The fastest option, but the quality suffers. | +| [VeryFast](#VeryFast) | If you need it fast, it may be suitable for small curvatures. | +## Methods + +| Method | Description | +| --- | --- | +| [Clone()](#Clone--) | | +| [CloneTo(T arg0)](#CloneTo-T-) | | +| [CloneTo(System.Enum arg0)](#CloneTo-com.aspose.ms.System.Enum-) | | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [format(System.Type arg0, Object arg1, String arg2)](#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-) | | +| [format(Class arg0, long arg1, String arg2)](#format-java.lang.Class----long-java.lang.String-) | | +| [getClass()](#getClass--) | | +| [getName(System.Type arg0, Object arg1)](#getName-com.aspose.ms.System.Type-java.lang.Object-) | | +| [getName(Class arg0, long arg1)](#getName-java.lang.Class----long-) | | +| [getNames()](#getNames--) | | +| [getNames(System.Type arg0)](#getNames-com.aspose.ms.System.Type-) | | +| [getNames(Class arg0)](#getNames-java.lang.Class----) | | +| [getUnderlyingType(System.Type arg0)](#getUnderlyingType-com.aspose.ms.System.Type-) | | +| [getUnderlyingType(Class arg0)](#getUnderlyingType-java.lang.Class----) | | +| [getValue(Class arg0, String arg1)](#getValue-java.lang.Class----java.lang.String-) | | +| [getValues()](#getValues--) | | +| [getValues(System.Type arg0)](#getValues-com.aspose.ms.System.Type-) | | +| [getValues(Class arg0)](#getValues-java.lang.Class----) | | +| [get_Caption()](#get-Caption--) | | +| [get_Value()](#get-Value--) | | +| [hashCode()](#hashCode--) | | +| [isDefined(System.Type arg0, Object arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.Object-) | | +| [isDefined(System.Type arg0, String arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.String-) | | +| [isDefined(System.Type arg0, long arg1)](#isDefined-com.aspose.ms.System.Type-long-) | | +| [isDefined(Class arg0, String arg1)](#isDefined-java.lang.Class----java.lang.String-) | | +| [isDefined(Class arg0, long arg1)](#isDefined-java.lang.Class----long-) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [parse(System.Type arg0, String arg1)](#parse-com.aspose.ms.System.Type-java.lang.String-) | | +| [parse(System.Type arg0, String arg1, Boolean arg2)](#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-) | | +| [parse(Class arg0, String arg1)](#parse-java.lang.Class----java.lang.String-) | | +| [parse(Class arg0, String arg1, Boolean arg2)](#parse-java.lang.Class----java.lang.String-java.lang.Boolean-) | | +| [register(System.Enum.AbstractEnum arg0)](#register-com.aspose.ms.System.Enum.AbstractEnum-) | | +| [toObject(System.Type arg0, Object arg1)](#toObject-com.aspose.ms.System.Type-java.lang.Object-) | | +| [toString()](#toString--) | | +| [toString(Class arg0, long arg1)](#toString-java.lang.Class----long-) | | +| [toString(long arg0)](#toString-long-) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### EnumSeparatorCharArray {#EnumSeparatorCharArray} +``` +public static final char[] EnumSeparatorCharArray +``` + + +### Excellent {#Excellent} +``` +public static final int Excellent +``` + + +The slowest option. Recommended for strong distortions and high resolutions. + +### Fast {#Fast} +``` +public static final int Fast +``` + + +Allows you to make rendering faster with a small drop in quality. + +### Good {#Good} +``` +public static final int Good +``` + + +Higher than standard quality, slower speed. Recommended for strong distortions. + +### Normal {#Normal} +``` +public static final int Normal +``` + + +Recommended value for most curvatures + +### Turbo {#Turbo} +``` +public static final int Turbo +``` + + +The fastest option, but the quality suffers. + +### VeryFast {#VeryFast} +``` +public static final int VeryFast +``` + + +If you need it fast, it may be suitable for small curvatures. + +### Clone() {#Clone--} +``` +public System.Enum Clone() +``` + + + + +**Returns:** +com.aspose.ms.System.Enum +### CloneTo(T arg0) {#CloneTo-T-} +``` +public abstract void CloneTo(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +### CloneTo(System.Enum arg0) {#CloneTo-com.aspose.ms.System.Enum-} +``` +public void CloneTo(System.Enum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum | | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### format(System.Type arg0, Object arg1, String arg2) {#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-} +``` +public static String format(System.Type arg0, Object arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### format(Class arg0, long arg1, String arg2) {#format-java.lang.Class----long-java.lang.String-} +``` +public static String format(Class arg0, long arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getName(System.Type arg0, Object arg1) {#getName-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static String getName(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.String +### getName(Class arg0, long arg1) {#getName-java.lang.Class----long-} +``` +public static String getName(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### getNames() {#getNames--} +``` +public String[] getNames() +``` + + + + +**Returns:** +java.lang.String[] +### getNames(System.Type arg0) {#getNames-com.aspose.ms.System.Type-} +``` +public static String[] getNames(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +java.lang.String[] +### getNames(Class arg0) {#getNames-java.lang.Class----} +``` +public static Collection getNames(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.util.Collection +### getUnderlyingType(System.Type arg0) {#getUnderlyingType-com.aspose.ms.System.Type-} +``` +public static System.Type getUnderlyingType(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Type +### getUnderlyingType(Class arg0) {#getUnderlyingType-java.lang.Class----} +``` +public static Class getUnderlyingType(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Class +### getValue(Class arg0, String arg1) {#getValue-java.lang.Class----java.lang.String-} +``` +public static long getValue(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### getValues() {#getValues--} +``` +public Long[] getValues() +``` + + + + +**Returns:** +java.lang.Long[] +### getValues(System.Type arg0) {#getValues-com.aspose.ms.System.Type-} +``` +public static System.Array getValues(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Array +### getValues(Class arg0) {#getValues-java.lang.Class----} +``` +public static Long[] getValues(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Long[] +### get_Caption() {#get-Caption--} +``` +public String get_Caption() +``` + + + + +**Returns:** +java.lang.String +### get_Value() {#get-Value--} +``` +public long get_Value() +``` + + + + +**Returns:** +long +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isDefined(System.Type arg0, Object arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static boolean isDefined(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +boolean +### isDefined(System.Type arg0, String arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.String-} +``` +public static boolean isDefined(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(System.Type arg0, long arg1) {#isDefined-com.aspose.ms.System.Type-long-} +``` +public static boolean isDefined(System.Type arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | long | | + +**Returns:** +boolean +### isDefined(Class arg0, String arg1) {#isDefined-java.lang.Class----java.lang.String-} +``` +public static boolean isDefined(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(Class arg0, long arg1) {#isDefined-java.lang.Class----long-} +``` +public static boolean isDefined(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### parse(System.Type arg0, String arg1) {#parse-com.aspose.ms.System.Type-java.lang.String-} +``` +public static long parse(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(System.Type arg0, String arg1, Boolean arg2) {#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-} +``` +public static long parse(System.Type arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### parse(Class arg0, String arg1) {#parse-java.lang.Class----java.lang.String-} +``` +public static long parse(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(Class arg0, String arg1, Boolean arg2) {#parse-java.lang.Class----java.lang.String-java.lang.Boolean-} +``` +public static long parse(Class arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### register(System.Enum.AbstractEnum arg0) {#register-com.aspose.ms.System.Enum.AbstractEnum-} +``` +public static void register(System.Enum.AbstractEnum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum.AbstractEnum | | + +### toObject(System.Type arg0, Object arg1) {#toObject-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static Object toObject(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.Object +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### toString(Class arg0, long arg1) {#toString-java.lang.Class----long-} +``` +public static String toString(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### toString(long arg0) {#toString-long-} +``` +public String toString(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warprotates/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warprotates/_index.md new file mode 100644 index 0000000000..7a767fc401 --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warprotates/_index.md @@ -0,0 +1,639 @@ +--- +title: WarpRotates +second_title: Aspose.PSD for Java API Reference +description: Types of warp rotation +type: docs +weight: 11 +url: /java/com.aspose.psd.fileformats.psd.layers.warp.structs/warprotates/ +--- + +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class WarpRotates extends System.Enum +``` + +Types of warp rotation +## Fields + +| Field | Description | +| --- | --- | +| [EnumSeparatorCharArray](#EnumSeparatorCharArray) | | +| [Horizontal](#Horizontal) | Horizontal warp direction | +| [Vertical](#Vertical) | Vertical warp direction | +## Methods + +| Method | Description | +| --- | --- | +| [Clone()](#Clone--) | | +| [CloneTo(T arg0)](#CloneTo-T-) | | +| [CloneTo(System.Enum arg0)](#CloneTo-com.aspose.ms.System.Enum-) | | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [format(System.Type arg0, Object arg1, String arg2)](#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-) | | +| [format(Class arg0, long arg1, String arg2)](#format-java.lang.Class----long-java.lang.String-) | | +| [getClass()](#getClass--) | | +| [getName(System.Type arg0, Object arg1)](#getName-com.aspose.ms.System.Type-java.lang.Object-) | | +| [getName(Class arg0, long arg1)](#getName-java.lang.Class----long-) | | +| [getNames()](#getNames--) | | +| [getNames(System.Type arg0)](#getNames-com.aspose.ms.System.Type-) | | +| [getNames(Class arg0)](#getNames-java.lang.Class----) | | +| [getUnderlyingType(System.Type arg0)](#getUnderlyingType-com.aspose.ms.System.Type-) | | +| [getUnderlyingType(Class arg0)](#getUnderlyingType-java.lang.Class----) | | +| [getValue(Class arg0, String arg1)](#getValue-java.lang.Class----java.lang.String-) | | +| [getValues()](#getValues--) | | +| [getValues(System.Type arg0)](#getValues-com.aspose.ms.System.Type-) | | +| [getValues(Class arg0)](#getValues-java.lang.Class----) | | +| [get_Caption()](#get-Caption--) | | +| [get_Value()](#get-Value--) | | +| [hashCode()](#hashCode--) | | +| [isDefined(System.Type arg0, Object arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.Object-) | | +| [isDefined(System.Type arg0, String arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.String-) | | +| [isDefined(System.Type arg0, long arg1)](#isDefined-com.aspose.ms.System.Type-long-) | | +| [isDefined(Class arg0, String arg1)](#isDefined-java.lang.Class----java.lang.String-) | | +| [isDefined(Class arg0, long arg1)](#isDefined-java.lang.Class----long-) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [parse(System.Type arg0, String arg1)](#parse-com.aspose.ms.System.Type-java.lang.String-) | | +| [parse(System.Type arg0, String arg1, Boolean arg2)](#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-) | | +| [parse(Class arg0, String arg1)](#parse-java.lang.Class----java.lang.String-) | | +| [parse(Class arg0, String arg1, Boolean arg2)](#parse-java.lang.Class----java.lang.String-java.lang.Boolean-) | | +| [register(System.Enum.AbstractEnum arg0)](#register-com.aspose.ms.System.Enum.AbstractEnum-) | | +| [toObject(System.Type arg0, Object arg1)](#toObject-com.aspose.ms.System.Type-java.lang.Object-) | | +| [toString()](#toString--) | | +| [toString(Class arg0, long arg1)](#toString-java.lang.Class----long-) | | +| [toString(long arg0)](#toString-long-) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### EnumSeparatorCharArray {#EnumSeparatorCharArray} +``` +public static final char[] EnumSeparatorCharArray +``` + + +### Horizontal {#Horizontal} +``` +public static final int Horizontal +``` + + +Horizontal warp direction + +### Vertical {#Vertical} +``` +public static final int Vertical +``` + + +Vertical warp direction + +### Clone() {#Clone--} +``` +public System.Enum Clone() +``` + + + + +**Returns:** +com.aspose.ms.System.Enum +### CloneTo(T arg0) {#CloneTo-T-} +``` +public abstract void CloneTo(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +### CloneTo(System.Enum arg0) {#CloneTo-com.aspose.ms.System.Enum-} +``` +public void CloneTo(System.Enum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum | | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### format(System.Type arg0, Object arg1, String arg2) {#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-} +``` +public static String format(System.Type arg0, Object arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### format(Class arg0, long arg1, String arg2) {#format-java.lang.Class----long-java.lang.String-} +``` +public static String format(Class arg0, long arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getName(System.Type arg0, Object arg1) {#getName-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static String getName(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.String +### getName(Class arg0, long arg1) {#getName-java.lang.Class----long-} +``` +public static String getName(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### getNames() {#getNames--} +``` +public String[] getNames() +``` + + + + +**Returns:** +java.lang.String[] +### getNames(System.Type arg0) {#getNames-com.aspose.ms.System.Type-} +``` +public static String[] getNames(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +java.lang.String[] +### getNames(Class arg0) {#getNames-java.lang.Class----} +``` +public static Collection getNames(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.util.Collection +### getUnderlyingType(System.Type arg0) {#getUnderlyingType-com.aspose.ms.System.Type-} +``` +public static System.Type getUnderlyingType(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Type +### getUnderlyingType(Class arg0) {#getUnderlyingType-java.lang.Class----} +``` +public static Class getUnderlyingType(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Class +### getValue(Class arg0, String arg1) {#getValue-java.lang.Class----java.lang.String-} +``` +public static long getValue(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### getValues() {#getValues--} +``` +public Long[] getValues() +``` + + + + +**Returns:** +java.lang.Long[] +### getValues(System.Type arg0) {#getValues-com.aspose.ms.System.Type-} +``` +public static System.Array getValues(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Array +### getValues(Class arg0) {#getValues-java.lang.Class----} +``` +public static Long[] getValues(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Long[] +### get_Caption() {#get-Caption--} +``` +public String get_Caption() +``` + + + + +**Returns:** +java.lang.String +### get_Value() {#get-Value--} +``` +public long get_Value() +``` + + + + +**Returns:** +long +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isDefined(System.Type arg0, Object arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static boolean isDefined(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +boolean +### isDefined(System.Type arg0, String arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.String-} +``` +public static boolean isDefined(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(System.Type arg0, long arg1) {#isDefined-com.aspose.ms.System.Type-long-} +``` +public static boolean isDefined(System.Type arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | long | | + +**Returns:** +boolean +### isDefined(Class arg0, String arg1) {#isDefined-java.lang.Class----java.lang.String-} +``` +public static boolean isDefined(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(Class arg0, long arg1) {#isDefined-java.lang.Class----long-} +``` +public static boolean isDefined(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### parse(System.Type arg0, String arg1) {#parse-com.aspose.ms.System.Type-java.lang.String-} +``` +public static long parse(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(System.Type arg0, String arg1, Boolean arg2) {#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-} +``` +public static long parse(System.Type arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### parse(Class arg0, String arg1) {#parse-java.lang.Class----java.lang.String-} +``` +public static long parse(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(Class arg0, String arg1, Boolean arg2) {#parse-java.lang.Class----java.lang.String-java.lang.Boolean-} +``` +public static long parse(Class arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### register(System.Enum.AbstractEnum arg0) {#register-com.aspose.ms.System.Enum.AbstractEnum-} +``` +public static void register(System.Enum.AbstractEnum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum.AbstractEnum | | + +### toObject(System.Type arg0, Object arg1) {#toObject-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static Object toObject(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.Object +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### toString(Class arg0, long arg1) {#toString-java.lang.Class----long-} +``` +public static String toString(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### toString(long arg0) {#toString-long-} +``` +public String toString(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings/_index.md new file mode 100644 index 0000000000..eba170feda --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings/_index.md @@ -0,0 +1,461 @@ +--- +title: WarpSettings +second_title: Aspose.PSD for Java API Reference +description: Parameters of layer with warp +type: docs +weight: 12 +url: /java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings/ +--- + +**Inheritance:** +java.lang.Object +``` +public class WarpSettings +``` + +Parameters of layer with warp +## Constructors + +| Constructor | Description | +| --- | --- | +| [WarpSettings(PointF[] meshPoints, Rectangle bounds)](#WarpSettings-com.aspose.psd.PointF---com.aspose.psd.Rectangle-) | Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. | +| [WarpSettings(PointF[] meshPoints, Rectangle bounds, int style)](#WarpSettings-com.aspose.psd.PointF---com.aspose.psd.Rectangle-int-) | Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. | +| [WarpSettings(OSTypeStructure[] warpItems, Rectangle bounds)](#WarpSettings-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---com.aspose.psd.Rectangle-) | Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. | +| [WarpSettings(PlacedResource placedResource)](#WarpSettings-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-) | Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. | +## Fields + +| Field | Description | +| --- | --- | +| [DefaultRenderQuality_internalized](#DefaultRenderQuality-internalized) | The default value of ProcessingArea | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getBounds()](#getBounds--) | Gets or sets bounds of warp image | +| [getClass()](#getClass--) | | +| [getGridSize()](#getGridSize--) | Gets or sets the size of the warp grid. | +| [getMeshLinesSize_internalized()](#getMeshLinesSize-internalized--) | Gets or sets the size of the mesh lines. | +| [getMeshPoints()](#getMeshPoints--) | Photoshop mesh points | +| [getRenderQuality()](#getRenderQuality--) | Gets or sets value of warp render quality - between speed and quality | +| [getRotate()](#getRotate--) | Gets or sets rotate value | +| [getStyle()](#getStyle--) | Gets or sets style of warp | +| [getValue()](#getValue--) | Gets or sets value of warp | +| [hashCode()](#hashCode--) | | +| [isDefaultMeshPoints_internalized()](#isDefaultMeshPoints-internalized--) | Gets or sets user change in MeshPoints | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [setBounds(Rectangle value)](#setBounds-com.aspose.psd.Rectangle-) | Gets or sets bounds of warp image | +| [setGridSize(Size value)](#setGridSize-com.aspose.psd.Size-) | Gets or sets the size of the warp grid. | +| [setMeshLinesSize_internalized(Size value)](#setMeshLinesSize-internalized-com.aspose.psd.Size-) | Gets or sets the size of the mesh lines. | +| [setMeshPoints(PointF[] value)](#setMeshPoints-com.aspose.psd.PointF---) | Photoshop mesh points | +| [setMeshPoints_internalized(PlacedResource placedResource)](#setMeshPoints-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-) | It returns mesh point from resource vectors | +| [setRenderQuality(int value)](#setRenderQuality-int-) | Gets or sets value of warp render quality - between speed and quality | +| [setRotate(int value)](#setRotate-int-) | Gets or sets rotate value | +| [setStyle(int value)](#setStyle-int-) | Gets or sets style of warp | +| [setValue(double value)](#setValue-double-) | Gets or sets value of warp | +| [setWarpToResource_internalized(OSTypeStructure[] warpItems)](#setWarpToResource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---) | It save this warp params to PlacedResource | +| [setWarpToResource_internalized(PlacedResource placedResource)](#setWarpToResource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-) | It save this warp params to PlacedResource | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### WarpSettings(PointF[] meshPoints, Rectangle bounds) {#WarpSettings-com.aspose.psd.PointF---com.aspose.psd.Rectangle-} +``` +public WarpSettings(PointF[] meshPoints, Rectangle bounds) +``` + + +Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| meshPoints | [PointF\[\]](../../com.aspose.psd/pointf) | The mesh points of warp | +| bounds | [Rectangle](../../com.aspose.psd/rectangle) | The bounds of warp image | + +### WarpSettings(PointF[] meshPoints, Rectangle bounds, int style) {#WarpSettings-com.aspose.psd.PointF---com.aspose.psd.Rectangle-int-} +``` +public WarpSettings(PointF[] meshPoints, Rectangle bounds, int style) +``` + + +Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| meshPoints | [PointF\[\]](../../com.aspose.psd/pointf) | The mesh points of warp | +| bounds | [Rectangle](../../com.aspose.psd/rectangle) | The bounds of warp image | +| style | int | The style of warp | + +### WarpSettings(OSTypeStructure[] warpItems, Rectangle bounds) {#WarpSettings-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---com.aspose.psd.Rectangle-} +``` +public WarpSettings(OSTypeStructure[] warpItems, Rectangle bounds) +``` + + +Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| warpItems | [OSTypeStructure\[\]](../../com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure) | PS items with warp settings | +| bounds | [Rectangle](../../com.aspose.psd/rectangle) | The bounds of warp image | + +### WarpSettings(PlacedResource placedResource) {#WarpSettings-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-} +``` +public WarpSettings(PlacedResource placedResource) +``` + + +Initializes a new instance of the [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| placedResource | [PlacedResource](../../com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources/placedresource) | The resource with warp settings | + +### DefaultRenderQuality_internalized {#DefaultRenderQuality-internalized} +``` +public static final int DefaultRenderQuality_internalized +``` + + +The default value of ProcessingArea + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getBounds() {#getBounds--} +``` +public final Rectangle getBounds() +``` + + +Gets or sets bounds of warp image + +**Returns:** +[Rectangle](../../com.aspose.psd/rectangle) +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getGridSize() {#getGridSize--} +``` +public final Size getGridSize() +``` + + +Gets or sets the size of the warp grid. Default is 1. + +**Returns:** +[Size](../../com.aspose.psd/size) +### getMeshLinesSize_internalized() {#getMeshLinesSize-internalized--} +``` +public final Size getMeshLinesSize_internalized() +``` + + +Gets or sets the size of the mesh lines. GridSize it is definition from PS that client can selected. Every GridSize has 4 mesh lines. If the number of GridSize is greater than 1, then the last mesh Line of first Grid and first of the second Grid are one Mesh Line. + +**Returns:** +[Size](../../com.aspose.psd/size) +### getMeshPoints() {#getMeshPoints--} +``` +public final PointF[] getMeshPoints() +``` + + +Photoshop mesh points + +**Returns:** +com.aspose.psd.PointF[] +### getRenderQuality() {#getRenderQuality--} +``` +public final int getRenderQuality() +``` + + +Gets or sets value of warp render quality - between speed and quality + +**Returns:** +int +### getRotate() {#getRotate--} +``` +public final int getRotate() +``` + + +Gets or sets rotate value + +**Returns:** +int +### getStyle() {#getStyle--} +``` +public final int getStyle() +``` + + +Gets or sets style of warp + +**Returns:** +int +### getValue() {#getValue--} +``` +public final double getValue() +``` + + +Gets or sets value of warp + +**Returns:** +double +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isDefaultMeshPoints_internalized() {#isDefaultMeshPoints-internalized--} +``` +public final boolean isDefaultMeshPoints_internalized() +``` + + +Gets or sets user change in MeshPoints + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### setBounds(Rectangle value) {#setBounds-com.aspose.psd.Rectangle-} +``` +public final void setBounds(Rectangle value) +``` + + +Gets or sets bounds of warp image + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Rectangle](../../com.aspose.psd/rectangle) | | + +### setGridSize(Size value) {#setGridSize-com.aspose.psd.Size-} +``` +public final void setGridSize(Size value) +``` + + +Gets or sets the size of the warp grid. Default is 1. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Size](../../com.aspose.psd/size) | | + +### setMeshLinesSize_internalized(Size value) {#setMeshLinesSize-internalized-com.aspose.psd.Size-} +``` +public final void setMeshLinesSize_internalized(Size value) +``` + + +Gets or sets the size of the mesh lines. GridSize it is definition from PS that client can selected. Every GridSize has 4 mesh lines. If the number of GridSize is greater than 1, then the last mesh Line of first Grid and first of the second Grid are one Mesh Line. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Size](../../com.aspose.psd/size) | | + +### setMeshPoints(PointF[] value) {#setMeshPoints-com.aspose.psd.PointF---} +``` +public final void setMeshPoints(PointF[] value) +``` + + +Photoshop mesh points + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [PointF\[\]](../../com.aspose.psd/pointf) | | + +### setMeshPoints_internalized(PlacedResource placedResource) {#setMeshPoints-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-} +``` +public final PlacedResource setMeshPoints_internalized(PlacedResource placedResource) +``` + + +It returns mesh point from resource vectors + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| placedResource | [PlacedResource](../../com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources/placedresource) | The resource with warp settings | + +**Returns:** +[PlacedResource](../../com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources/placedresource) - The PlacedResource with set mesh points +### setRenderQuality(int value) {#setRenderQuality-int-} +``` +public final void setRenderQuality(int value) +``` + + +Gets or sets value of warp render quality - between speed and quality + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setRotate(int value) {#setRotate-int-} +``` +public final void setRotate(int value) +``` + + +Gets or sets rotate value + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setStyle(int value) {#setStyle-int-} +``` +public final void setStyle(int value) +``` + + +Gets or sets style of warp + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setValue(double value) {#setValue-double-} +``` +public final void setValue(double value) +``` + + +Gets or sets value of warp + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | double | | + +### setWarpToResource_internalized(OSTypeStructure[] warpItems) {#setWarpToResource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---} +``` +public final OSTypeStructure[] setWarpToResource_internalized(OSTypeStructure[] warpItems) +``` + + +It save this warp params to PlacedResource + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| warpItems | [OSTypeStructure\[\]](../../com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure) | The resource with warp settings | + +**Returns:** +com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[] - Resource with warp params from this WarpParams +### setWarpToResource_internalized(PlacedResource placedResource) {#setWarpToResource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-} +``` +public final PlacedResource setWarpToResource_internalized(PlacedResource placedResource) +``` + + +It save this warp params to PlacedResource + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| placedResource | [PlacedResource](../../com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources/placedresource) | The resource with warp settings | + +**Returns:** +[PlacedResource](../../com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources/placedresource) - Resource with warp params from this WarpParams +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpstyles/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpstyles/_index.md new file mode 100644 index 0000000000..12477bf8bd --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpstyles/_index.md @@ -0,0 +1,747 @@ +--- +title: WarpStyles +second_title: Aspose.PSD for Java API Reference +description: Types of support warp styles supported +type: docs +weight: 13 +url: /java/com.aspose.psd.fileformats.psd.layers.warp.structs/warpstyles/ +--- + +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class WarpStyles extends System.Enum +``` + +Types of support warp styles supported +## Fields + +| Field | Description | +| --- | --- | +| [Arc](#Arc) | Arc style of warp | +| [ArcLower](#ArcLower) | Arch style of warp | +| [ArcUpper](#ArcUpper) | Lower Arc style of warp | +| [Arch](#Arch) | Upper Arc style of warp | +| [Bulge](#Bulge) | Bulge style of warp | +| [Custom](#Custom) | Style with arbitrary movement of points | +| [EnumSeparatorCharArray](#EnumSeparatorCharArray) | | +| [Fish](#Fish) | Fish style of warp | +| [Flag](#Flag) | Flag style of warp | +| [Inflate](#Inflate) | Inflate type of warp | +| [None](#None) | It style is set when the layer without deformation | +| [Rise](#Rise) | Rise style of warp | +| [Squeeze](#Squeeze) | Squeeze type of warp | +| [Twist](#Twist) | Twist type of warp | +| [Wave](#Wave) | Wave style of warp | +## Methods + +| Method | Description | +| --- | --- | +| [Clone()](#Clone--) | | +| [CloneTo(T arg0)](#CloneTo-T-) | | +| [CloneTo(System.Enum arg0)](#CloneTo-com.aspose.ms.System.Enum-) | | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [format(System.Type arg0, Object arg1, String arg2)](#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-) | | +| [format(Class arg0, long arg1, String arg2)](#format-java.lang.Class----long-java.lang.String-) | | +| [getClass()](#getClass--) | | +| [getName(System.Type arg0, Object arg1)](#getName-com.aspose.ms.System.Type-java.lang.Object-) | | +| [getName(Class arg0, long arg1)](#getName-java.lang.Class----long-) | | +| [getNames()](#getNames--) | | +| [getNames(System.Type arg0)](#getNames-com.aspose.ms.System.Type-) | | +| [getNames(Class arg0)](#getNames-java.lang.Class----) | | +| [getUnderlyingType(System.Type arg0)](#getUnderlyingType-com.aspose.ms.System.Type-) | | +| [getUnderlyingType(Class arg0)](#getUnderlyingType-java.lang.Class----) | | +| [getValue(Class arg0, String arg1)](#getValue-java.lang.Class----java.lang.String-) | | +| [getValues()](#getValues--) | | +| [getValues(System.Type arg0)](#getValues-com.aspose.ms.System.Type-) | | +| [getValues(Class arg0)](#getValues-java.lang.Class----) | | +| [get_Caption()](#get-Caption--) | | +| [get_Value()](#get-Value--) | | +| [hashCode()](#hashCode--) | | +| [isDefined(System.Type arg0, Object arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.Object-) | | +| [isDefined(System.Type arg0, String arg1)](#isDefined-com.aspose.ms.System.Type-java.lang.String-) | | +| [isDefined(System.Type arg0, long arg1)](#isDefined-com.aspose.ms.System.Type-long-) | | +| [isDefined(Class arg0, String arg1)](#isDefined-java.lang.Class----java.lang.String-) | | +| [isDefined(Class arg0, long arg1)](#isDefined-java.lang.Class----long-) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [parse(System.Type arg0, String arg1)](#parse-com.aspose.ms.System.Type-java.lang.String-) | | +| [parse(System.Type arg0, String arg1, Boolean arg2)](#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-) | | +| [parse(Class arg0, String arg1)](#parse-java.lang.Class----java.lang.String-) | | +| [parse(Class arg0, String arg1, Boolean arg2)](#parse-java.lang.Class----java.lang.String-java.lang.Boolean-) | | +| [register(System.Enum.AbstractEnum arg0)](#register-com.aspose.ms.System.Enum.AbstractEnum-) | | +| [toObject(System.Type arg0, Object arg1)](#toObject-com.aspose.ms.System.Type-java.lang.Object-) | | +| [toString()](#toString--) | | +| [toString(Class arg0, long arg1)](#toString-java.lang.Class----long-) | | +| [toString(long arg0)](#toString-long-) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### Arc {#Arc} +``` +public static final int Arc +``` + + +Arc style of warp + +### ArcLower {#ArcLower} +``` +public static final int ArcLower +``` + + +Arch style of warp + +### ArcUpper {#ArcUpper} +``` +public static final int ArcUpper +``` + + +Lower Arc style of warp + +### Arch {#Arch} +``` +public static final int Arch +``` + + +Upper Arc style of warp + +### Bulge {#Bulge} +``` +public static final int Bulge +``` + + +Bulge style of warp + +### Custom {#Custom} +``` +public static final int Custom +``` + + +Style with arbitrary movement of points + +### EnumSeparatorCharArray {#EnumSeparatorCharArray} +``` +public static final char[] EnumSeparatorCharArray +``` + + +### Fish {#Fish} +``` +public static final int Fish +``` + + +Fish style of warp + +### Flag {#Flag} +``` +public static final int Flag +``` + + +Flag style of warp + +### Inflate {#Inflate} +``` +public static final int Inflate +``` + + +Inflate type of warp + +### None {#None} +``` +public static final int None +``` + + +It style is set when the layer without deformation + +### Rise {#Rise} +``` +public static final int Rise +``` + + +Rise style of warp + +### Squeeze {#Squeeze} +``` +public static final int Squeeze +``` + + +Squeeze type of warp + +### Twist {#Twist} +``` +public static final int Twist +``` + + +Twist type of warp + +### Wave {#Wave} +``` +public static final int Wave +``` + + +Wave style of warp + +### Clone() {#Clone--} +``` +public System.Enum Clone() +``` + + + + +**Returns:** +com.aspose.ms.System.Enum +### CloneTo(T arg0) {#CloneTo-T-} +``` +public abstract void CloneTo(T arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | T | | + +### CloneTo(System.Enum arg0) {#CloneTo-com.aspose.ms.System.Enum-} +``` +public void CloneTo(System.Enum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum | | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### format(System.Type arg0, Object arg1, String arg2) {#format-com.aspose.ms.System.Type-java.lang.Object-java.lang.String-} +``` +public static String format(System.Type arg0, Object arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### format(Class arg0, long arg1, String arg2) {#format-java.lang.Class----long-java.lang.String-} +``` +public static String format(Class arg0, long arg1, String arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | +| arg2 | java.lang.String | | + +**Returns:** +java.lang.String +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getName(System.Type arg0, Object arg1) {#getName-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static String getName(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.String +### getName(Class arg0, long arg1) {#getName-java.lang.Class----long-} +``` +public static String getName(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### getNames() {#getNames--} +``` +public String[] getNames() +``` + + + + +**Returns:** +java.lang.String[] +### getNames(System.Type arg0) {#getNames-com.aspose.ms.System.Type-} +``` +public static String[] getNames(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +java.lang.String[] +### getNames(Class arg0) {#getNames-java.lang.Class----} +``` +public static Collection getNames(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.util.Collection +### getUnderlyingType(System.Type arg0) {#getUnderlyingType-com.aspose.ms.System.Type-} +``` +public static System.Type getUnderlyingType(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Type +### getUnderlyingType(Class arg0) {#getUnderlyingType-java.lang.Class----} +``` +public static Class getUnderlyingType(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Class +### getValue(Class arg0, String arg1) {#getValue-java.lang.Class----java.lang.String-} +``` +public static long getValue(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### getValues() {#getValues--} +``` +public Long[] getValues() +``` + + + + +**Returns:** +java.lang.Long[] +### getValues(System.Type arg0) {#getValues-com.aspose.ms.System.Type-} +``` +public static System.Array getValues(System.Type arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | + +**Returns:** +com.aspose.ms.System.Array +### getValues(Class arg0) {#getValues-java.lang.Class----} +``` +public static Long[] getValues(Class arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | + +**Returns:** +java.lang.Long[] +### get_Caption() {#get-Caption--} +``` +public String get_Caption() +``` + + + + +**Returns:** +java.lang.String +### get_Value() {#get-Value--} +``` +public long get_Value() +``` + + + + +**Returns:** +long +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isDefined(System.Type arg0, Object arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static boolean isDefined(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +boolean +### isDefined(System.Type arg0, String arg1) {#isDefined-com.aspose.ms.System.Type-java.lang.String-} +``` +public static boolean isDefined(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(System.Type arg0, long arg1) {#isDefined-com.aspose.ms.System.Type-long-} +``` +public static boolean isDefined(System.Type arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | long | | + +**Returns:** +boolean +### isDefined(Class arg0, String arg1) {#isDefined-java.lang.Class----java.lang.String-} +``` +public static boolean isDefined(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +boolean +### isDefined(Class arg0, long arg1) {#isDefined-java.lang.Class----long-} +``` +public static boolean isDefined(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### parse(System.Type arg0, String arg1) {#parse-com.aspose.ms.System.Type-java.lang.String-} +``` +public static long parse(System.Type arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(System.Type arg0, String arg1, Boolean arg2) {#parse-com.aspose.ms.System.Type-java.lang.String-java.lang.Boolean-} +``` +public static long parse(System.Type arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### parse(Class arg0, String arg1) {#parse-java.lang.Class----java.lang.String-} +``` +public static long parse(Class arg0, String arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | + +**Returns:** +long +### parse(Class arg0, String arg1, Boolean arg2) {#parse-java.lang.Class----java.lang.String-java.lang.Boolean-} +``` +public static long parse(Class arg0, String arg1, Boolean arg2) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | java.lang.String | | +| arg2 | java.lang.Boolean | | + +**Returns:** +long +### register(System.Enum.AbstractEnum arg0) {#register-com.aspose.ms.System.Enum.AbstractEnum-} +``` +public static void register(System.Enum.AbstractEnum arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Enum.AbstractEnum | | + +### toObject(System.Type arg0, Object arg1) {#toObject-com.aspose.ms.System.Type-java.lang.Object-} +``` +public static Object toObject(System.Type arg0, Object arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | com.aspose.ms.System.Type | | +| arg1 | java.lang.Object | | + +**Returns:** +java.lang.Object +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### toString(Class arg0, long arg1) {#toString-java.lang.Class----long-} +``` +public static String toString(Class arg0, long arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Class | | +| arg1 | long | | + +**Returns:** +java.lang.String +### toString(long arg0) {#toString-long-} +``` +public String toString(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdata/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdata/_index.md index 89b547ed78..1eed66c70e 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdata/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdata/_index.md @@ -21,6 +21,7 @@ Defines base LayerMaskData class which contains information about the layer mask | Method | Description | | --- | --- | +| [deepClone_internalized()](#deepClone-internalized--) | Clones this instance. | | [deepClone_internalized(LayerMaskData mask)](#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-) | Clones the layer mask. | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getBottom()](#getBottom--) | Gets or sets the bottom layer mask position. | @@ -51,6 +52,16 @@ Defines base LayerMaskData class which contains information about the layer mask | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | | [wait(long arg0, int arg1)](#wait-long-int-) | | +### deepClone_internalized() {#deepClone-internalized--} +``` +public LayerMaskData deepClone_internalized() +``` + + +Clones this instance. + +**Returns:** +[LayerMaskData](../../com.aspose.psd.fileformats.psd.layers/layermaskdata) - The cloned layer mask. ### deepClone_internalized(LayerMaskData mask) {#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-} ``` public static LayerMaskData deepClone_internalized(LayerMaskData mask) diff --git a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatafull/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatafull/_index.md index bef9cc4275..03792d485c 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatafull/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatafull/_index.md @@ -23,6 +23,7 @@ Defines the LayerMaskDataFull class which contains information about the mask da | Method | Description | | --- | --- | +| [deepClone_internalized()](#deepClone-internalized--) | Clones this instance. | | [deepClone_internalized(LayerMaskData mask)](#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-) | Clones the layer mask. | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getBackgroundColor()](#getBackgroundColor--) | Gets or sets the background color. | @@ -77,6 +78,16 @@ public LayerMaskDataFull() Initializes a new instance of the [LayerMaskDataFull](../../com.aspose.psd.fileformats.psd.layers/layermaskdatafull) class. +### deepClone_internalized() {#deepClone-internalized--} +``` +public LayerMaskData deepClone_internalized() +``` + + +Clones this instance. + +**Returns:** +[LayerMaskData](../../com.aspose.psd.fileformats.psd.layers/layermaskdata) - The cloned layer mask. ### deepClone_internalized(LayerMaskData mask) {#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-} ``` public static LayerMaskData deepClone_internalized(LayerMaskData mask) diff --git a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatashort/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatashort/_index.md index 2687b90853..b962c0720d 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatashort/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers/layermaskdatashort/_index.md @@ -23,6 +23,8 @@ Defines the LayerMaskDataShort class which contains information about the mask d | Method | Description | | --- | --- | +| [create_internalized(PixelsData pixelsData)](#create-internalized-com.aspose.psd.pixelsdatamodels.PixelsData-) | | +| [deepClone_internalized()](#deepClone-internalized--) | Clones this instance. | | [deepClone_internalized(LayerMaskData mask)](#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-) | Clones the layer mask. | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getBottom()](#getBottom--) | Gets or sets the bottom layer mask position. | @@ -63,6 +65,31 @@ public LayerMaskDataShort() Initializes a new instance of the [LayerMaskDataShort](../../com.aspose.psd.fileformats.psd.layers/layermaskdatashort) class. +### create_internalized(PixelsData pixelsData) {#create-internalized-com.aspose.psd.pixelsdatamodels.PixelsData-} +``` +public static LayerMaskDataShort create_internalized(PixelsData pixelsData) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| pixelsData | [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) | | + +**Returns:** +[LayerMaskDataShort](../../com.aspose.psd.fileformats.psd.layers/layermaskdatashort) +### deepClone_internalized() {#deepClone-internalized--} +``` +public LayerMaskData deepClone_internalized() +``` + + +Clones this instance. + +**Returns:** +[LayerMaskData](../../com.aspose.psd.fileformats.psd.layers/layermaskdata) - The cloned layer mask. ### deepClone_internalized(LayerMaskData mask) {#deepClone-internalized-com.aspose.psd.fileformats.psd.layers.LayerMaskData-} ``` public static LayerMaskData deepClone_internalized(LayerMaskData mask) diff --git a/english/java/com.aspose.psd.fileformats.psd.layers/textlayer/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers/textlayer/_index.md index d2cebd5a8f..79212ddf4b 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers/textlayer/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers/textlayer/_index.md @@ -346,7 +346,7 @@ The text layer class | [setVentureLicense_internalized(Object ventureLicense)](#setVentureLicense-internalized-java.lang.Object-) | All Aspose products should implement this method. | | [setVerticalResolution(double value)](#setVerticalResolution-double-) | Gets or sets the vertical resolution, in pixels per inch, of this RasterImage . | | [setVisible(boolean value)](#setVisible-boolean-) | Gets or sets a value indicating whether the layer is visible | -| [setWarpSettings(WarpSettings value)](#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.WarpSettings-) | It gets or sets Warp parameters that was set or get from resource (default) | +| [setWarpSettings(WarpSettings value)](#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.structs.WarpSettings-) | It gets or sets Warp parameters that was set or get from resource (default) | | [setWasChanged_internalized(boolean value)](#setWasChanged-internalized-boolean-) | Gets or sets a value indicating whether [was changed]. | | [setXmpData(XmpPacketWrapper value)](#setXmpData-com.aspose.psd.xmp.XmpPacketWrapper-) | Gets or sets the XMP metadata. | | [shallowCopy()](#shallowCopy--) | Creates a shallow copy of the current Layer. | @@ -2484,7 +2484,7 @@ public final WarpSettings getWarpSettings() It gets or sets Warp parameters that was set or get from resource (default) **Returns:** -[WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp/warpsettings) +[WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) ### getWasChanged_internalized() {#getWasChanged-internalized--} ``` public final boolean getWasChanged_internalized() @@ -4548,7 +4548,7 @@ Value: true if this instance is visible; otherwise, false . | --- | --- | --- | | value | boolean | | -### setWarpSettings(WarpSettings value) {#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.WarpSettings-} +### setWarpSettings(WarpSettings value) {#setWarpSettings-com.aspose.psd.fileformats.psd.layers.warp.structs.WarpSettings-} ``` public final void setWarpSettings(WarpSettings value) ``` @@ -4559,7 +4559,7 @@ It gets or sets Warp parameters that was set or get from resource (default) **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| value | [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp/warpsettings) | | +| value | [WarpSettings](../../com.aspose.psd.fileformats.psd.layers.warp.structs/warpsettings) | | ### setWasChanged_internalized(boolean value) {#setWasChanged-internalized-boolean-} ``` diff --git a/english/java/com.aspose.psd.fileformats.psd/smartobjectprovider/_index.md b/english/java/com.aspose.psd.fileformats.psd/smartobjectprovider/_index.md index 50debef8b2..978c2ab97a 100644 --- a/english/java/com.aspose.psd.fileformats.psd/smartobjectprovider/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd/smartobjectprovider/_index.md @@ -32,7 +32,7 @@ Defines the smart object provider that provides getting / setting data sources f | [newSmartObjectViaCopy(SmartObjectLayer sourceLayer)](#newSmartObjectViaCopy-com.aspose.psd.fileformats.psd.layers.smartobjects.SmartObjectLayer-) | Creates a new smart object layer by coping the source one. | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | -| [removeOrphanedDataSources_internalized(System.Collections.Generic.List actualDataSources)](#removeOrphanedDataSources-internalized-com.aspose.ms.System.Collections.Generic.List-com.aspose.ms.System.Guid--) | Removes data sources from embedded and external resources that are not present in the provided list of valid GUIDs. | +| [removeOrphanedDataSources_internalized(System.Collections.Generic.List actualDataSources)](#removeOrphanedDataSources-internalized-com.aspose.ms.System.Collections.Generic.List-com.aspose.ms.System.Guid--) | Removes data sources from embedded and external resources that do not present in the provided list of valid GUIDs. | | [replaceDataSource_internalized(System.Guid oldUniqueId, byte[] contents)](#replaceDataSource-internalized-com.aspose.ms.System.Guid-byte---) | Replaces the data source in the global resources with the provided contents to embed. | | [replaceDataSource_internalized(PlacedResource placedResource, String linkedPath)](#replaceDataSource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-java.lang.String-) | | | [replaceDataSource_internalized(PlacedResource placedResource, String linkedPath, boolean isReplaceOnlyThis)](#replaceDataSource-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.PlacedResource-java.lang.String-boolean-) | Replaces the data source in a global LinkResource resources with the newly created data source from external file. | @@ -232,7 +232,7 @@ public final void removeOrphanedDataSources_internalized(System.Collections.Gene ``` -Removes data sources from embedded and external resources that are not present in the provided list of valid GUIDs. This method cleans up orphaned data sources by comparing against the current valid data source identifiers. +Removes data sources from embedded and external resources that do not present in the provided list of valid GUIDs. This method cleans up orphaned data sources by comparing against the current valid data source identifiers. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.psd.pixelsdatamodels/_index.md b/english/java/com.aspose.psd.pixelsdatamodels/_index.md new file mode 100644 index 0000000000..9ceef2de30 --- /dev/null +++ b/english/java/com.aspose.psd.pixelsdatamodels/_index.md @@ -0,0 +1,15 @@ +--- +title: com.aspose.psd.pixelsdatamodels +second_title: Aspose.PSD for Java API Reference +description: +type: docs +weight: 73 +url: /java/com.aspose.psd.pixelsdatamodels/ +--- + + +## Classes + +| Class | Description | +| --- | --- | +| [PixelsData](../com.aspose.psd.pixelsdatamodels/pixelsdata) | The class to store image pixels data and its bounds. | diff --git a/english/java/com.aspose.psd.pixelsdatamodels/pixelsdata/_index.md b/english/java/com.aspose.psd.pixelsdatamodels/pixelsdata/_index.md new file mode 100644 index 0000000000..45c4b377f0 --- /dev/null +++ b/english/java/com.aspose.psd.pixelsdatamodels/pixelsdata/_index.md @@ -0,0 +1,239 @@ +--- +title: PixelsData +second_title: Aspose.PSD for Java API Reference +description: The class to store image pixels data and its bounds. +type: docs +weight: 10 +url: /java/com.aspose.psd.pixelsdatamodels/pixelsdata/ +--- + +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.ICloneable +``` +public final class PixelsData implements System.ICloneable +``` + +The class to store image pixels data and its bounds. +## Constructors + +| Constructor | Description | +| --- | --- | +| [PixelsData()](#PixelsData--) | Initializes a new instance of the [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) class. | +| [PixelsData(int[] pixels, Rectangle bounds)](#PixelsData-int---com.aspose.psd.Rectangle-) | Initializes a new instance of the [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) class. | +## Methods + +| Method | Description | +| --- | --- | +| [createLoader_internalized()](#createLoader-internalized--) | Creates the PixelsDataLoader instance for current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). | +| [createSaver_internalized()](#createSaver-internalized--) | Creates the PixelsDataSaver instance for current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). | +| [deepClone()](#deepClone--) | It creates full copy of instance | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getBounds()](#getBounds--) | Gets or sets the bounds of pixels data. | +| [getClass()](#getClass--) | | +| [getPixels()](#getPixels--) | Gets or sets the pixels data. | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [setBounds(Rectangle value)](#setBounds-com.aspose.psd.Rectangle-) | Gets or sets the bounds of pixels data. | +| [setPixels(int[] value)](#setPixels-int---) | Gets or sets the pixels data. | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### PixelsData() {#PixelsData--} +``` +public PixelsData() +``` + + +Initializes a new instance of the [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) class. + +### PixelsData(int[] pixels, Rectangle bounds) {#PixelsData-int---com.aspose.psd.Rectangle-} +``` +public PixelsData(int[] pixels, Rectangle bounds) +``` + + +Initializes a new instance of the [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| pixels | int[] | The pixels data. | +| bounds | [Rectangle](../../com.aspose.psd/rectangle) | The pixels bounds rectangle. | + +### createLoader_internalized() {#createLoader-internalized--} +``` +public final IRasterImageArgb32PixelLoader createLoader_internalized() +``` + + +Creates the PixelsDataLoader instance for current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). + +**Returns:** +[IRasterImageArgb32PixelLoader](../../com.aspose.psd/irasterimageargb32pixelloader) - The new instance of PixelsDataLoader base on current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). +### createSaver_internalized() {#createSaver-internalized--} +``` +public final IPixelsSaver createSaver_internalized() +``` + + +Creates the PixelsDataSaver instance for current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). + +**Returns:** +com.aspose.internal.IPixelsSaver - The new instance of PixelsDataSaver base on current instance of [PixelsData](../../com.aspose.psd.pixelsdatamodels/pixelsdata). +### deepClone() {#deepClone--} +``` +public final Object deepClone() +``` + + +It creates full copy of instance + +**Returns:** +java.lang.Object - The copy of instance +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getBounds() {#getBounds--} +``` +public final Rectangle getBounds() +``` + + +Gets or sets the bounds of pixels data. + +**Returns:** +[Rectangle](../../com.aspose.psd/rectangle) +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getPixels() {#getPixels--} +``` +public final int[] getPixels() +``` + + +Gets or sets the pixels data. + +**Returns:** +int[] +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### setBounds(Rectangle value) {#setBounds-com.aspose.psd.Rectangle-} +``` +public final void setBounds(Rectangle value) +``` + + +Gets or sets the bounds of pixels data. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Rectangle](../../com.aspose.psd/rectangle) | | + +### setPixels(int[] value) {#setPixels-int---} +``` +public final void setPixels(int[] value) +``` + + +Gets or sets the pixels data. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int[] | | + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.progressmanagement/_index.md b/english/java/com.aspose.psd.progressmanagement/_index.md index c0f63a6e54..ea043a9c9c 100644 --- a/english/java/com.aspose.psd.progressmanagement/_index.md +++ b/english/java/com.aspose.psd.progressmanagement/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.progressmanagement second_title: Aspose.PSD for Java API Reference description: The namespace contains progress handler classes type: docs -weight: 73 +weight: 74 url: /java/com.aspose.psd.progressmanagement/ --- diff --git a/english/java/com.aspose.psd.shapes/_index.md b/english/java/com.aspose.psd.shapes/_index.md index e10d73e255..40c937193d 100644 --- a/english/java/com.aspose.psd.shapes/_index.md +++ b/english/java/com.aspose.psd.shapes/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.shapes second_title: Aspose.PSD for Java API Reference description: The package contains different shapes combined from shape segments. type: docs -weight: 74 +weight: 75 url: /java/com.aspose.psd.shapes/ --- diff --git a/english/java/com.aspose.psd.shapesegments/_index.md b/english/java/com.aspose.psd.shapesegments/_index.md index b744226089..aca68c0f0b 100644 --- a/english/java/com.aspose.psd.shapesegments/_index.md +++ b/english/java/com.aspose.psd.shapesegments/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.shapesegments second_title: Aspose.PSD for Java API Reference description: The package contains different shape segments which combine shapes. type: docs -weight: 75 +weight: 76 url: /java/com.aspose.psd.shapesegments/ --- diff --git a/english/java/com.aspose.psd.sources/_index.md b/english/java/com.aspose.psd.sources/_index.md index 4148193a0a..0047a60c9f 100644 --- a/english/java/com.aspose.psd.sources/_index.md +++ b/english/java/com.aspose.psd.sources/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.sources second_title: Aspose.PSD for Java API Reference description: Package contains different stream sources which are suitable for input or output data flow. type: docs -weight: 76 +weight: 77 url: /java/com.aspose.psd.sources/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.dublincore/_index.md b/english/java/com.aspose.psd.xmp.schemas.dublincore/_index.md index fccfeedbbe..29ed1b7def 100644 --- a/english/java/com.aspose.psd.xmp.schemas.dublincore/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.dublincore/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.dublincore second_title: Aspose.PSD for Java API Reference description: The package contains Dublin Core metadata related helper classes constants and methods. type: docs -weight: 78 +weight: 79 url: /java/com.aspose.psd.xmp.schemas.dublincore/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.pdf/_index.md b/english/java/com.aspose.psd.xmp.schemas.pdf/_index.md index 4b68077c0e..b33c0595fe 100644 --- a/english/java/com.aspose.psd.xmp.schemas.pdf/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.pdf/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.pdf second_title: Aspose.PSD for Java API Reference description: The package contains related helper classes constants and methods used with Adobe PDF documents. type: docs -weight: 79 +weight: 80 url: /java/com.aspose.psd.xmp.schemas.pdf/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.photoshop/_index.md b/english/java/com.aspose.psd.xmp.schemas.photoshop/_index.md index 5f3a6059c6..eda39a7d96 100644 --- a/english/java/com.aspose.psd.xmp.schemas.photoshop/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.photoshop/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.photoshop second_title: Aspose.PSD for Java API Reference description: The package contains related helper classes constants and methods used by Adobe Photoshop. type: docs -weight: 80 +weight: 81 url: /java/com.aspose.psd.xmp.schemas.photoshop/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.xmpbaseschema/_index.md b/english/java/com.aspose.psd.xmp.schemas.xmpbaseschema/_index.md index 86e0d947d3..828b846896 100644 --- a/english/java/com.aspose.psd.xmp.schemas.xmpbaseschema/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.xmpbaseschema/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.xmpbaseschema second_title: Aspose.PSD for Java API Reference description: The package contains the XMP Basic Schema related helper classes constants and methods that provide basic descriptive information. type: docs -weight: 81 +weight: 82 url: /java/com.aspose.psd.xmp.schemas.xmpbaseschema/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.xmpdm/_index.md b/english/java/com.aspose.psd.xmp.schemas.xmpdm/_index.md index 236bf0eb81..28b4d8f42d 100644 --- a/english/java/com.aspose.psd.xmp.schemas.xmpdm/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.xmpdm/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.xmpdm second_title: Aspose.PSD for Java API Reference description: The package contains XMP related helper classes constants and methods used by the Adobe dynamic media group. type: docs -weight: 82 +weight: 83 url: /java/com.aspose.psd.xmp.schemas.xmpdm/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.xmpmm/_index.md b/english/java/com.aspose.psd.xmp.schemas.xmpmm/_index.md index f5b1465def..8923360ed5 100644 --- a/english/java/com.aspose.psd.xmp.schemas.xmpmm/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.xmpmm/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.xmpmm second_title: Aspose.PSD for Java API Reference description: The package contains related helper classes constants and methods that is primarily used by digital asset management DAM systems. type: docs -weight: 83 +weight: 84 url: /java/com.aspose.psd.xmp.schemas.xmpmm/ --- diff --git a/english/java/com.aspose.psd.xmp.schemas.xmprm/_index.md b/english/java/com.aspose.psd.xmp.schemas.xmprm/_index.md index 21fd4bf660..3376f19b85 100644 --- a/english/java/com.aspose.psd.xmp.schemas.xmprm/_index.md +++ b/english/java/com.aspose.psd.xmp.schemas.xmprm/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.schemas.xmprm second_title: Aspose.PSD for Java API Reference description: The package contains related to rights management helper classes constants and methods. type: docs -weight: 84 +weight: 85 url: /java/com.aspose.psd.xmp.schemas.xmprm/ --- diff --git a/english/java/com.aspose.psd.xmp.types.basic/_index.md b/english/java/com.aspose.psd.xmp.types.basic/_index.md index 68d8936527..c40cc0972e 100644 --- a/english/java/com.aspose.psd.xmp.types.basic/_index.md +++ b/english/java/com.aspose.psd.xmp.types.basic/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.basic second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the basic type values of XMP properties. type: docs -weight: 86 +weight: 87 url: /java/com.aspose.psd.xmp.types.basic/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.colorant/_index.md b/english/java/com.aspose.psd.xmp.types.complex.colorant/_index.md index 4a58dd29e4..08c23a1780 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.colorant/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.colorant/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.colorant second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the structures containing the characteristics of a colorant swatch used in a document. type: docs -weight: 88 +weight: 89 url: /java/com.aspose.psd.xmp.types.complex.colorant/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.dimensions/_index.md b/english/java/com.aspose.psd.xmp.types.complex.dimensions/_index.md index e00e5457f6..ee21131dff 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.dimensions/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.dimensions/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.dimensions second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the structure containing dimensions for a drawn object. type: docs -weight: 89 +weight: 90 url: /java/com.aspose.psd.xmp.types.complex.dimensions/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.font/_index.md b/english/java/com.aspose.psd.xmp.types.complex.font/_index.md index e90da7607d..770355ba2a 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.font/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.font/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.font second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the structure containing the characteristics of a font used in a document. type: docs -weight: 90 +weight: 91 url: /java/com.aspose.psd.xmp.types.complex.font/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.resourceevent/_index.md b/english/java/com.aspose.psd.xmp.types.complex.resourceevent/_index.md index 20f1e0bf47..870a38f7b1 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.resourceevent/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.resourceevent/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.resourceevent second_title: Aspose.PSD for Java API Reference description: The package contains class that is a high level event that occured in the processing of this document. type: docs -weight: 91 +weight: 92 url: /java/com.aspose.psd.xmp.types.complex.resourceevent/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.resourceref/_index.md b/english/java/com.aspose.psd.xmp.types.complex.resourceref/_index.md index f20bc549d1..1782d01551 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.resourceref/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.resourceref/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.resourceref second_title: Aspose.PSD for Java API Reference description: The package contains class that is a multiple part reference to a resource. type: docs -weight: 92 +weight: 93 url: /java/com.aspose.psd.xmp.types.complex.resourceref/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.thumbnail/_index.md b/english/java/com.aspose.psd.xmp.types.complex.thumbnail/_index.md index 197b966572..eb7a5927a6 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.thumbnail/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.thumbnail/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.thumbnail second_title: Aspose.PSD for Java API Reference description: The package contains class that is a thumbnail image for a file. type: docs -weight: 93 +weight: 94 url: /java/com.aspose.psd.xmp.types.complex.thumbnail/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex.version/_index.md b/english/java/com.aspose.psd.xmp.types.complex.version/_index.md index bb28381854..02a0888843 100644 --- a/english/java/com.aspose.psd.xmp.types.complex.version/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex.version/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex.version second_title: Aspose.PSD for Java API Reference description: The package contains classes that describe one version of a document. type: docs -weight: 94 +weight: 95 url: /java/com.aspose.psd.xmp.types.complex.version/ --- diff --git a/english/java/com.aspose.psd.xmp.types.complex/_index.md b/english/java/com.aspose.psd.xmp.types.complex/_index.md index f08dc9bc1c..ec82151257 100644 --- a/english/java/com.aspose.psd.xmp.types.complex/_index.md +++ b/english/java/com.aspose.psd.xmp.types.complex/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.complex second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the complex type values of XMP properties. type: docs -weight: 87 +weight: 88 url: /java/com.aspose.psd.xmp.types.complex/ --- diff --git a/english/java/com.aspose.psd.xmp.types.derived/_index.md b/english/java/com.aspose.psd.xmp.types.derived/_index.md index 490a1d58c2..a1c83fc4f5 100644 --- a/english/java/com.aspose.psd.xmp.types.derived/_index.md +++ b/english/java/com.aspose.psd.xmp.types.derived/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types.derived second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the derived type values of XMP properties. type: docs -weight: 95 +weight: 96 url: /java/com.aspose.psd.xmp.types.derived/ --- diff --git a/english/java/com.aspose.psd.xmp.types/_index.md b/english/java/com.aspose.psd.xmp.types/_index.md index a40abfea5b..336ffb6ff8 100644 --- a/english/java/com.aspose.psd.xmp.types/_index.md +++ b/english/java/com.aspose.psd.xmp.types/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp.types second_title: Aspose.PSD for Java API Reference description: The package contains classes that represent the values of XMP properties in three basic categories basic types complex and derived types. type: docs -weight: 85 +weight: 86 url: /java/com.aspose.psd.xmp.types/ --- diff --git a/english/java/com.aspose.psd.xmp/_index.md b/english/java/com.aspose.psd.xmp/_index.md index 97542e17d0..a59d8e76d8 100644 --- a/english/java/com.aspose.psd.xmp/_index.md +++ b/english/java/com.aspose.psd.xmp/_index.md @@ -3,7 +3,7 @@ title: com.aspose.psd.xmp second_title: Aspose.PSD for Java API Reference description: The package contains XMP related helper classes and methods. type: docs -weight: 77 +weight: 78 url: /java/com.aspose.psd.xmp/ --- diff --git a/english/java/com.aspose.psd/_index.md b/english/java/com.aspose.psd/_index.md index df91c7d7b6..d262ab395a 100644 --- a/english/java/com.aspose.psd/_index.md +++ b/english/java/com.aspose.psd/_index.md @@ -87,7 +87,6 @@ The package is the core for nested packages and the most basic objects used for | [PenType](../com.aspose.psd/pentype) | Specifies the type of fill a Pen object uses to fill lines. | | [PixelDataFormat](../com.aspose.psd/pixeldataformat) | The pixel data format. | | [PixelFormat](../com.aspose.psd/pixelformat) | The pixel data format actual meaning. | -| [PixelsData](../com.aspose.psd/pixelsdata) | The class to store image pixels data and its bounds. | | [Point](../com.aspose.psd/point) | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. | | [PointF](../com.aspose.psd/pointf) | Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. | | [ProgressEventHandler](../com.aspose.psd/progresseventhandler) | Progress event handler function reference | diff --git a/english/java/com.aspose.psd/iadvancedbufferprocessor/_index.md b/english/java/com.aspose.psd/iadvancedbufferprocessor/_index.md index a228dfcdf3..a878832c8b 100644 --- a/english/java/com.aspose.psd/iadvancedbufferprocessor/_index.md +++ b/english/java/com.aspose.psd/iadvancedbufferprocessor/_index.md @@ -3,7 +3,7 @@ title: IAdvancedBufferProcessor second_title: Aspose.PSD for Java API Reference description: The advanced buffer processor. type: docs -weight: 115 +weight: 114 url: /java/com.aspose.psd/iadvancedbufferprocessor/ --- diff --git a/english/java/com.aspose.psd/ibufferprocessor/_index.md b/english/java/com.aspose.psd/ibufferprocessor/_index.md index d795425463..f5540f4df5 100644 --- a/english/java/com.aspose.psd/ibufferprocessor/_index.md +++ b/english/java/com.aspose.psd/ibufferprocessor/_index.md @@ -3,7 +3,7 @@ title: IBufferProcessor second_title: Aspose.PSD for Java API Reference description: The buffer processor. type: docs -weight: 116 +weight: 115 url: /java/com.aspose.psd/ibufferprocessor/ --- ``` diff --git a/english/java/com.aspose.psd/icolorconverter/_index.md b/english/java/com.aspose.psd/icolorconverter/_index.md index 0c28a78556..f14be02c5e 100644 --- a/english/java/com.aspose.psd/icolorconverter/_index.md +++ b/english/java/com.aspose.psd/icolorconverter/_index.md @@ -3,7 +3,7 @@ title: IColorConverter second_title: Aspose.PSD for Java API Reference description: The color converter. type: docs -weight: 117 +weight: 116 url: /java/com.aspose.psd/icolorconverter/ --- ``` diff --git a/english/java/com.aspose.psd/icolorpalette/_index.md b/english/java/com.aspose.psd/icolorpalette/_index.md index 01f6bb32cc..5968540696 100644 --- a/english/java/com.aspose.psd/icolorpalette/_index.md +++ b/english/java/com.aspose.psd/icolorpalette/_index.md @@ -3,7 +3,7 @@ title: IColorPalette second_title: Aspose.PSD for Java API Reference description: The color palette interface. type: docs -weight: 118 +weight: 117 url: /java/com.aspose.psd/icolorpalette/ --- ``` diff --git a/english/java/com.aspose.psd/iimagecreator/_index.md b/english/java/com.aspose.psd/iimagecreator/_index.md index 5b5ef00016..046c1cf84e 100644 --- a/english/java/com.aspose.psd/iimagecreator/_index.md +++ b/english/java/com.aspose.psd/iimagecreator/_index.md @@ -3,7 +3,7 @@ title: IImageCreator second_title: Aspose.PSD for Java API Reference description: The image creator. type: docs -weight: 119 +weight: 118 url: /java/com.aspose.psd/iimagecreator/ --- ``` diff --git a/english/java/com.aspose.psd/iimagecreatordescriptor/_index.md b/english/java/com.aspose.psd/iimagecreatordescriptor/_index.md index daab236f54..079aa05415 100644 --- a/english/java/com.aspose.psd/iimagecreatordescriptor/_index.md +++ b/english/java/com.aspose.psd/iimagecreatordescriptor/_index.md @@ -3,7 +3,7 @@ title: IImageCreatorDescriptor second_title: Aspose.PSD for Java API Reference description: The image creator descriptor specifying the creator properties. type: docs -weight: 120 +weight: 119 url: /java/com.aspose.psd/iimagecreatordescriptor/ --- diff --git a/english/java/com.aspose.psd/iimagedescriptor/_index.md b/english/java/com.aspose.psd/iimagedescriptor/_index.md index 0c92700535..5ed620cea4 100644 --- a/english/java/com.aspose.psd/iimagedescriptor/_index.md +++ b/english/java/com.aspose.psd/iimagedescriptor/_index.md @@ -3,7 +3,7 @@ title: IImageDescriptor second_title: Aspose.PSD for Java API Reference description: The image descriptor. type: docs -weight: 121 +weight: 120 url: /java/com.aspose.psd/iimagedescriptor/ --- ``` diff --git a/english/java/com.aspose.psd/iimageexporter/_index.md b/english/java/com.aspose.psd/iimageexporter/_index.md index 0e8f01c487..dfe2da9252 100644 --- a/english/java/com.aspose.psd/iimageexporter/_index.md +++ b/english/java/com.aspose.psd/iimageexporter/_index.md @@ -3,7 +3,7 @@ title: IImageExporter second_title: Aspose.PSD for Java API Reference description: The image exporter. type: docs -weight: 122 +weight: 121 url: /java/com.aspose.psd/iimageexporter/ --- ``` diff --git a/english/java/com.aspose.psd/iimageexporterdescriptor/_index.md b/english/java/com.aspose.psd/iimageexporterdescriptor/_index.md index 4f02a4cd7a..ac36e42ae4 100644 --- a/english/java/com.aspose.psd/iimageexporterdescriptor/_index.md +++ b/english/java/com.aspose.psd/iimageexporterdescriptor/_index.md @@ -3,7 +3,7 @@ title: IImageExporterDescriptor second_title: Aspose.PSD for Java API Reference description: Represents the image exporter descriptor. type: docs -weight: 123 +weight: 122 url: /java/com.aspose.psd/iimageexporterdescriptor/ --- diff --git a/english/java/com.aspose.psd/iimageloader/_index.md b/english/java/com.aspose.psd/iimageloader/_index.md index c082a33f54..1ef7b623a1 100644 --- a/english/java/com.aspose.psd/iimageloader/_index.md +++ b/english/java/com.aspose.psd/iimageloader/_index.md @@ -3,7 +3,7 @@ title: IImageLoader second_title: Aspose.PSD for Java API Reference description: The image loader. type: docs -weight: 124 +weight: 123 url: /java/com.aspose.psd/iimageloader/ --- ``` diff --git a/english/java/com.aspose.psd/iimageloaderdescriptor/_index.md b/english/java/com.aspose.psd/iimageloaderdescriptor/_index.md index cde96fdb28..67fcb23d41 100644 --- a/english/java/com.aspose.psd/iimageloaderdescriptor/_index.md +++ b/english/java/com.aspose.psd/iimageloaderdescriptor/_index.md @@ -3,7 +3,7 @@ title: IImageLoaderDescriptor second_title: Aspose.PSD for Java API Reference description: The image loader descriptor specifying the loader properties. type: docs -weight: 125 +weight: 124 url: /java/com.aspose.psd/iimageloaderdescriptor/ --- diff --git a/english/java/com.aspose.psd/iindexedcolorconverter/_index.md b/english/java/com.aspose.psd/iindexedcolorconverter/_index.md index 0965b87fdb..9739d0ac88 100644 --- a/english/java/com.aspose.psd/iindexedcolorconverter/_index.md +++ b/english/java/com.aspose.psd/iindexedcolorconverter/_index.md @@ -3,7 +3,7 @@ title: IIndexedColorConverter second_title: Aspose.PSD for Java API Reference description: The color converter for indexed image formats. type: docs -weight: 126 +weight: 125 url: /java/com.aspose.psd/iindexedcolorconverter/ --- ``` diff --git a/english/java/com.aspose.psd/ikeyedobject/_index.md b/english/java/com.aspose.psd/ikeyedobject/_index.md index 6acdc9a659..ca4f0c57fd 100644 --- a/english/java/com.aspose.psd/ikeyedobject/_index.md +++ b/english/java/com.aspose.psd/ikeyedobject/_index.md @@ -3,7 +3,7 @@ title: IKeyedObject second_title: Aspose.PSD for Java API Reference description: Represents interface for objects with keys. type: docs -weight: 127 +weight: 126 url: /java/com.aspose.psd/ikeyedobject/ --- ``` diff --git a/english/java/com.aspose.psd/imultipageimageext/_index.md b/english/java/com.aspose.psd/imultipageimageext/_index.md index ca19996ea5..de01750cee 100644 --- a/english/java/com.aspose.psd/imultipageimageext/_index.md +++ b/english/java/com.aspose.psd/imultipageimageext/_index.md @@ -3,7 +3,7 @@ title: IMultipageImageExt second_title: Aspose.PSD for Java API Reference description: The extended multipage image interface type: docs -weight: 128 +weight: 127 url: /java/com.aspose.psd/imultipageimageext/ --- diff --git a/english/java/com.aspose.psd/iobjectwithbounds/_index.md b/english/java/com.aspose.psd/iobjectwithbounds/_index.md index fdeab15e6f..9fa49a120d 100644 --- a/english/java/com.aspose.psd/iobjectwithbounds/_index.md +++ b/english/java/com.aspose.psd/iobjectwithbounds/_index.md @@ -3,7 +3,7 @@ title: IObjectWithBounds second_title: Aspose.PSD for Java API Reference description: Represents an object with bounds. type: docs -weight: 129 +weight: 128 url: /java/com.aspose.psd/iobjectwithbounds/ --- ``` diff --git a/english/java/com.aspose.psd/iorderedshape/_index.md b/english/java/com.aspose.psd/iorderedshape/_index.md index ee751ad097..2ffc1af7d3 100644 --- a/english/java/com.aspose.psd/iorderedshape/_index.md +++ b/english/java/com.aspose.psd/iorderedshape/_index.md @@ -3,7 +3,7 @@ title: IOrderedShape second_title: Aspose.PSD for Java API Reference description: Represents an ordered shape. type: docs -weight: 130 +weight: 129 url: /java/com.aspose.psd/iorderedshape/ --- ``` diff --git a/english/java/com.aspose.psd/ipartialargb32pixelloader/_index.md b/english/java/com.aspose.psd/ipartialargb32pixelloader/_index.md index 28e829ccdb..e2b59b3ff4 100644 --- a/english/java/com.aspose.psd/ipartialargb32pixelloader/_index.md +++ b/english/java/com.aspose.psd/ipartialargb32pixelloader/_index.md @@ -3,7 +3,7 @@ title: IPartialArgb32PixelLoader second_title: Aspose.PSD for Java API Reference description: Conforms to the 32-bit ARGB pixels loaded partially. type: docs -weight: 131 +weight: 130 url: /java/com.aspose.psd/ipartialargb32pixelloader/ --- ``` diff --git a/english/java/com.aspose.psd/ipartialargb64pixelloader/_index.md b/english/java/com.aspose.psd/ipartialargb64pixelloader/_index.md index 784d218e49..0c678066a3 100644 --- a/english/java/com.aspose.psd/ipartialargb64pixelloader/_index.md +++ b/english/java/com.aspose.psd/ipartialargb64pixelloader/_index.md @@ -3,7 +3,7 @@ title: IPartialArgb64PixelLoader second_title: Aspose.PSD for Java API Reference description: The 64-bit ARGB pixels loader. type: docs -weight: 132 +weight: 131 url: /java/com.aspose.psd/ipartialargb64pixelloader/ --- diff --git a/english/java/com.aspose.psd/ipartialpixelloader/_index.md b/english/java/com.aspose.psd/ipartialpixelloader/_index.md index 9e4a50b455..0e0f3f04d7 100644 --- a/english/java/com.aspose.psd/ipartialpixelloader/_index.md +++ b/english/java/com.aspose.psd/ipartialpixelloader/_index.md @@ -3,7 +3,7 @@ title: IPartialPixelLoader second_title: Aspose.PSD for Java API Reference description: Conforms to the pixels loaded partially. type: docs -weight: 133 +weight: 132 url: /java/com.aspose.psd/ipartialpixelloader/ --- ``` diff --git a/english/java/com.aspose.psd/ipartialrawdataloader/_index.md b/english/java/com.aspose.psd/ipartialrawdataloader/_index.md index cb82f565f9..dbf9864f9b 100644 --- a/english/java/com.aspose.psd/ipartialrawdataloader/_index.md +++ b/english/java/com.aspose.psd/ipartialrawdataloader/_index.md @@ -3,7 +3,7 @@ title: IPartialRawDataLoader second_title: Aspose.PSD for Java API Reference description: The partial data loader. type: docs -weight: 134 +weight: 133 url: /java/com.aspose.psd/ipartialrawdataloader/ --- ``` diff --git a/english/java/com.aspose.psd/ipsdcolorpalette/_index.md b/english/java/com.aspose.psd/ipsdcolorpalette/_index.md index 31c7bd7c28..6d97dd9367 100644 --- a/english/java/com.aspose.psd/ipsdcolorpalette/_index.md +++ b/english/java/com.aspose.psd/ipsdcolorpalette/_index.md @@ -3,7 +3,7 @@ title: IPsdColorPalette second_title: Aspose.PSD for Java API Reference description: The pasd color palette type: docs -weight: 135 +weight: 134 url: /java/com.aspose.psd/ipsdcolorpalette/ --- diff --git a/english/java/com.aspose.psd/irasterimageargb32pixelloader/_index.md b/english/java/com.aspose.psd/irasterimageargb32pixelloader/_index.md index c1452c6b35..62ddb63c31 100644 --- a/english/java/com.aspose.psd/irasterimageargb32pixelloader/_index.md +++ b/english/java/com.aspose.psd/irasterimageargb32pixelloader/_index.md @@ -3,7 +3,7 @@ title: IRasterImageArgb32PixelLoader second_title: Aspose.PSD for Java API Reference description: The raster image 32-bit ARGB pixel loader. type: docs -weight: 136 +weight: 135 url: /java/com.aspose.psd/irasterimageargb32pixelloader/ --- diff --git a/english/java/com.aspose.psd/irasterimagepixelloader/_index.md b/english/java/com.aspose.psd/irasterimagepixelloader/_index.md index 59b70097cf..9b9303ebc0 100644 --- a/english/java/com.aspose.psd/irasterimagepixelloader/_index.md +++ b/english/java/com.aspose.psd/irasterimagepixelloader/_index.md @@ -3,7 +3,7 @@ title: IRasterImagePixelLoader second_title: Aspose.PSD for Java API Reference description: The raster image pixel loader. type: docs -weight: 137 +weight: 136 url: /java/com.aspose.psd/irasterimagepixelloader/ --- diff --git a/english/java/com.aspose.psd/irasterimagerawdataloader/_index.md b/english/java/com.aspose.psd/irasterimagerawdataloader/_index.md index da7b3bf985..dbd4b582d4 100644 --- a/english/java/com.aspose.psd/irasterimagerawdataloader/_index.md +++ b/english/java/com.aspose.psd/irasterimagerawdataloader/_index.md @@ -3,7 +3,7 @@ title: IRasterImageRawDataLoader second_title: Aspose.PSD for Java API Reference description: The raster image raw data loader. type: docs -weight: 138 +weight: 137 url: /java/com.aspose.psd/irasterimagerawdataloader/ --- ``` diff --git a/english/java/com.aspose.psd/point/_index.md b/english/java/com.aspose.psd/point/_index.md index e9f7f8f770..ca262d7857 100644 --- a/english/java/com.aspose.psd/point/_index.md +++ b/english/java/com.aspose.psd/point/_index.md @@ -3,7 +3,7 @@ title: Point second_title: Aspose.PSD for Java API Reference description: Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. type: docs -weight: 83 +weight: 82 url: /java/com.aspose.psd/point/ --- diff --git a/english/java/com.aspose.psd/pointf/_index.md b/english/java/com.aspose.psd/pointf/_index.md index 58400da390..221157c8bc 100644 --- a/english/java/com.aspose.psd/pointf/_index.md +++ b/english/java/com.aspose.psd/pointf/_index.md @@ -3,7 +3,7 @@ title: PointF second_title: Aspose.PSD for Java API Reference description: Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. type: docs -weight: 84 +weight: 83 url: /java/com.aspose.psd/pointf/ --- diff --git a/english/java/com.aspose.psd/progresseventhandler/_index.md b/english/java/com.aspose.psd/progresseventhandler/_index.md index 4ad7a5f8c0..321c794c86 100644 --- a/english/java/com.aspose.psd/progresseventhandler/_index.md +++ b/english/java/com.aspose.psd/progresseventhandler/_index.md @@ -3,7 +3,7 @@ title: ProgressEventHandler second_title: Aspose.PSD for Java API Reference description: Progress event handler function reference type: docs -weight: 85 +weight: 84 url: /java/com.aspose.psd/progresseventhandler/ --- diff --git a/english/java/com.aspose.psd/rastercachedimage/_index.md b/english/java/com.aspose.psd/rastercachedimage/_index.md index 98af24d815..258575cc0d 100644 --- a/english/java/com.aspose.psd/rastercachedimage/_index.md +++ b/english/java/com.aspose.psd/rastercachedimage/_index.md @@ -3,7 +3,7 @@ title: RasterCachedImage second_title: Aspose.PSD for Java API Reference description: Represents a raster image supporting raster graphics operations. type: docs -weight: 86 +weight: 85 url: /java/com.aspose.psd/rastercachedimage/ --- diff --git a/english/java/com.aspose.psd/rasterimage/_index.md b/english/java/com.aspose.psd/rasterimage/_index.md index 80a5149d0f..3f8c36f66b 100644 --- a/english/java/com.aspose.psd/rasterimage/_index.md +++ b/english/java/com.aspose.psd/rasterimage/_index.md @@ -3,7 +3,7 @@ title: RasterImage second_title: Aspose.PSD for Java API Reference description: Represents a raster image supporting raster graphics operations. type: docs -weight: 87 +weight: 86 url: /java/com.aspose.psd/rasterimage/ --- diff --git a/english/java/com.aspose.psd/rawdatasettings/_index.md b/english/java/com.aspose.psd/rawdatasettings/_index.md index 69df10f84e..0072cb57cd 100644 --- a/english/java/com.aspose.psd/rawdatasettings/_index.md +++ b/english/java/com.aspose.psd/rawdatasettings/_index.md @@ -3,7 +3,7 @@ title: RawDataSettings second_title: Aspose.PSD for Java API Reference description: The raw data settings type: docs -weight: 88 +weight: 87 url: /java/com.aspose.psd/rawdatasettings/ --- diff --git a/english/java/com.aspose.psd/rectangle/_index.md b/english/java/com.aspose.psd/rectangle/_index.md index b189b77bf5..da0ed25aa7 100644 --- a/english/java/com.aspose.psd/rectangle/_index.md +++ b/english/java/com.aspose.psd/rectangle/_index.md @@ -3,7 +3,7 @@ title: Rectangle second_title: Aspose.PSD for Java API Reference description: Stores a set of four integers that represent the location and size of a rectangle. type: docs -weight: 89 +weight: 88 url: /java/com.aspose.psd/rectangle/ --- diff --git a/english/java/com.aspose.psd/rectanglef/_index.md b/english/java/com.aspose.psd/rectanglef/_index.md index eef6b28242..9cd7667b19 100644 --- a/english/java/com.aspose.psd/rectanglef/_index.md +++ b/english/java/com.aspose.psd/rectanglef/_index.md @@ -3,7 +3,7 @@ title: RectangleF second_title: Aspose.PSD for Java API Reference description: Stores a set of four floating-point numbers that represent the location and size of a rectangle. type: docs -weight: 90 +weight: 89 url: /java/com.aspose.psd/rectanglef/ --- diff --git a/english/java/com.aspose.psd/region/_index.md b/english/java/com.aspose.psd/region/_index.md index 40c32f5395..87f4b4df24 100644 --- a/english/java/com.aspose.psd/region/_index.md +++ b/english/java/com.aspose.psd/region/_index.md @@ -3,7 +3,7 @@ title: Region second_title: Aspose.PSD for Java API Reference description: Describes the interior of a graphics shape composed of rectangles and paths. type: docs -weight: 91 +weight: 90 url: /java/com.aspose.psd/region/ --- diff --git a/english/java/com.aspose.psd/resizetype/_index.md b/english/java/com.aspose.psd/resizetype/_index.md index 118c6cf224..705104788f 100644 --- a/english/java/com.aspose.psd/resizetype/_index.md +++ b/english/java/com.aspose.psd/resizetype/_index.md @@ -3,7 +3,7 @@ title: ResizeType second_title: Aspose.PSD for Java API Reference description: Specifies the resize type. type: docs -weight: 92 +weight: 91 url: /java/com.aspose.psd/resizetype/ --- diff --git a/english/java/com.aspose.psd/resolutionsetting/_index.md b/english/java/com.aspose.psd/resolutionsetting/_index.md index 8be04fadab..9f226f66cd 100644 --- a/english/java/com.aspose.psd/resolutionsetting/_index.md +++ b/english/java/com.aspose.psd/resolutionsetting/_index.md @@ -3,7 +3,7 @@ title: ResolutionSetting second_title: Aspose.PSD for Java API Reference description: The resolution setting for image save options. type: docs -weight: 93 +weight: 92 url: /java/com.aspose.psd/resolutionsetting/ --- diff --git a/english/java/com.aspose.psd/resolutionunit/_index.md b/english/java/com.aspose.psd/resolutionunit/_index.md index 0378e8d40a..2280b23b2a 100644 --- a/english/java/com.aspose.psd/resolutionunit/_index.md +++ b/english/java/com.aspose.psd/resolutionunit/_index.md @@ -3,7 +3,7 @@ title: ResolutionUnit second_title: Aspose.PSD for Java API Reference description: Resolution unit enum. type: docs -weight: 94 +weight: 93 url: /java/com.aspose.psd/resolutionunit/ --- diff --git a/english/java/com.aspose.psd/rotatefliptype/_index.md b/english/java/com.aspose.psd/rotatefliptype/_index.md index 40de268a72..1c74534e08 100644 --- a/english/java/com.aspose.psd/rotatefliptype/_index.md +++ b/english/java/com.aspose.psd/rotatefliptype/_index.md @@ -3,7 +3,7 @@ title: RotateFlipType second_title: Aspose.PSD for Java API Reference description: type: docs -weight: 95 +weight: 94 url: /java/com.aspose.psd/rotatefliptype/ --- diff --git a/english/java/com.aspose.psd/seekorigin/_index.md b/english/java/com.aspose.psd/seekorigin/_index.md index e2aff1e8bb..5b346b7b4a 100644 --- a/english/java/com.aspose.psd/seekorigin/_index.md +++ b/english/java/com.aspose.psd/seekorigin/_index.md @@ -3,7 +3,7 @@ title: SeekOrigin second_title: Aspose.PSD for Java API Reference description: Provides the fields that represent reference points in StreamContainer for seeking. type: docs -weight: 96 +weight: 95 url: /java/com.aspose.psd/seekorigin/ --- diff --git a/english/java/com.aspose.psd/shape/_index.md b/english/java/com.aspose.psd/shape/_index.md index b790e2cbb0..96ba11a062 100644 --- a/english/java/com.aspose.psd/shape/_index.md +++ b/english/java/com.aspose.psd/shape/_index.md @@ -3,7 +3,7 @@ title: Shape second_title: Aspose.PSD for Java API Reference description: The shape. type: docs -weight: 97 +weight: 96 url: /java/com.aspose.psd/shape/ --- diff --git a/english/java/com.aspose.psd/shapesegment/_index.md b/english/java/com.aspose.psd/shapesegment/_index.md index e9018c5343..1c9def2ace 100644 --- a/english/java/com.aspose.psd/shapesegment/_index.md +++ b/english/java/com.aspose.psd/shapesegment/_index.md @@ -3,7 +3,7 @@ title: ShapeSegment second_title: Aspose.PSD for Java API Reference description: Represents a shape segment. type: docs -weight: 98 +weight: 97 url: /java/com.aspose.psd/shapesegment/ --- diff --git a/english/java/com.aspose.psd/size/_index.md b/english/java/com.aspose.psd/size/_index.md index d916456f2c..e4ddc7167a 100644 --- a/english/java/com.aspose.psd/size/_index.md +++ b/english/java/com.aspose.psd/size/_index.md @@ -3,7 +3,7 @@ title: Size second_title: Aspose.PSD for Java API Reference description: Represents size. type: docs -weight: 99 +weight: 98 url: /java/com.aspose.psd/size/ --- diff --git a/english/java/com.aspose.psd/sizef/_index.md b/english/java/com.aspose.psd/sizef/_index.md index 7628a48971..bf11031cbc 100644 --- a/english/java/com.aspose.psd/sizef/_index.md +++ b/english/java/com.aspose.psd/sizef/_index.md @@ -3,7 +3,7 @@ title: SizeF second_title: Aspose.PSD for Java API Reference description: Stores an ordered pair of floating-point numbers typically the width and height of a rectangle. type: docs -weight: 100 +weight: 99 url: /java/com.aspose.psd/sizef/ --- diff --git a/english/java/com.aspose.psd/smoothingmode/_index.md b/english/java/com.aspose.psd/smoothingmode/_index.md index ac21537056..96e9639344 100644 --- a/english/java/com.aspose.psd/smoothingmode/_index.md +++ b/english/java/com.aspose.psd/smoothingmode/_index.md @@ -3,7 +3,7 @@ title: SmoothingMode second_title: Aspose.PSD for Java API Reference description: Specifies whether smoothing antialiasing is applied to lines and curves and the edges of filled areas. type: docs -weight: 101 +weight: 100 url: /java/com.aspose.psd/smoothingmode/ --- diff --git a/english/java/com.aspose.psd/source/_index.md b/english/java/com.aspose.psd/source/_index.md index 68f4034afb..b743bbd7cd 100644 --- a/english/java/com.aspose.psd/source/_index.md +++ b/english/java/com.aspose.psd/source/_index.md @@ -3,7 +3,7 @@ title: Source second_title: Aspose.PSD for Java API Reference description: The source is used to contain all relevant information for an object pipe. type: docs -weight: 102 +weight: 101 url: /java/com.aspose.psd/source/ --- diff --git a/english/java/com.aspose.psd/splitstreamcontainer/_index.md b/english/java/com.aspose.psd/splitstreamcontainer/_index.md index 680751fbc7..8a27e4ad0c 100644 --- a/english/java/com.aspose.psd/splitstreamcontainer/_index.md +++ b/english/java/com.aspose.psd/splitstreamcontainer/_index.md @@ -3,7 +3,7 @@ title: SplitStreamContainer second_title: Aspose.PSD for Java API Reference description: Represents split stream container which contains the stream and provides stream processing routines. type: docs -weight: 103 +weight: 102 url: /java/com.aspose.psd/splitstreamcontainer/ --- diff --git a/english/java/com.aspose.psd/streamcontainer/_index.md b/english/java/com.aspose.psd/streamcontainer/_index.md index 18a6382792..f0c26e4549 100644 --- a/english/java/com.aspose.psd/streamcontainer/_index.md +++ b/english/java/com.aspose.psd/streamcontainer/_index.md @@ -3,7 +3,7 @@ title: StreamContainer second_title: Aspose.PSD for Java API Reference description: Represents stream container which contains the stream and provides stream processing routines. type: docs -weight: 104 +weight: 103 url: /java/com.aspose.psd/streamcontainer/ --- diff --git a/english/java/com.aspose.psd/stringalignment/_index.md b/english/java/com.aspose.psd/stringalignment/_index.md index 3b119cbcfb..1e6763221d 100644 --- a/english/java/com.aspose.psd/stringalignment/_index.md +++ b/english/java/com.aspose.psd/stringalignment/_index.md @@ -3,7 +3,7 @@ title: StringAlignment second_title: Aspose.PSD for Java API Reference description: Specifies the alignment of a text string relative to its layout rectangle. type: docs -weight: 105 +weight: 104 url: /java/com.aspose.psd/stringalignment/ --- diff --git a/english/java/com.aspose.psd/stringdigitsubstitute/_index.md b/english/java/com.aspose.psd/stringdigitsubstitute/_index.md index f2dc105eef..3389a9f042 100644 --- a/english/java/com.aspose.psd/stringdigitsubstitute/_index.md +++ b/english/java/com.aspose.psd/stringdigitsubstitute/_index.md @@ -3,7 +3,7 @@ title: StringDigitSubstitute second_title: Aspose.PSD for Java API Reference description: The enumeration specifies how to substitute digits in a string according to a users locale or language. type: docs -weight: 106 +weight: 105 url: /java/com.aspose.psd/stringdigitsubstitute/ --- diff --git a/english/java/com.aspose.psd/stringformat/_index.md b/english/java/com.aspose.psd/stringformat/_index.md index 1b102e8f2b..598d3f8180 100644 --- a/english/java/com.aspose.psd/stringformat/_index.md +++ b/english/java/com.aspose.psd/stringformat/_index.md @@ -3,7 +3,7 @@ title: StringFormat second_title: Aspose.PSD for Java API Reference description: Encapsulates text layout information such as alignment orientation and tab stops display manipulations such as ellipsis insertion and national digit substitution and OpenType features. type: docs -weight: 107 +weight: 106 url: /java/com.aspose.psd/stringformat/ --- diff --git a/english/java/com.aspose.psd/stringformatflags/_index.md b/english/java/com.aspose.psd/stringformatflags/_index.md index 26899971a2..7598f7c370 100644 --- a/english/java/com.aspose.psd/stringformatflags/_index.md +++ b/english/java/com.aspose.psd/stringformatflags/_index.md @@ -3,7 +3,7 @@ title: StringFormatFlags second_title: Aspose.PSD for Java API Reference description: Specifies the display and layout information for text strings. type: docs -weight: 108 +weight: 107 url: /java/com.aspose.psd/stringformatflags/ --- diff --git a/english/java/com.aspose.psd/stringtrimming/_index.md b/english/java/com.aspose.psd/stringtrimming/_index.md index e893e6564b..b497e2f675 100644 --- a/english/java/com.aspose.psd/stringtrimming/_index.md +++ b/english/java/com.aspose.psd/stringtrimming/_index.md @@ -3,7 +3,7 @@ title: StringTrimming second_title: Aspose.PSD for Java API Reference description: Specifies how to trim characters from a string that does not completely fit into a layout shape. type: docs -weight: 109 +weight: 108 url: /java/com.aspose.psd/stringtrimming/ --- diff --git a/english/java/com.aspose.psd/textrenderinghint/_index.md b/english/java/com.aspose.psd/textrenderinghint/_index.md index 404a62898b..c1186346dd 100644 --- a/english/java/com.aspose.psd/textrenderinghint/_index.md +++ b/english/java/com.aspose.psd/textrenderinghint/_index.md @@ -3,7 +3,7 @@ title: TextRenderingHint second_title: Aspose.PSD for Java API Reference description: Specifies the quality of text rendering. type: docs -weight: 110 +weight: 109 url: /java/com.aspose.psd/textrenderinghint/ --- diff --git a/english/java/com.aspose.psd/transparencysupporter/_index.md b/english/java/com.aspose.psd/transparencysupporter/_index.md index e032aacea4..7fa45dd6c3 100644 --- a/english/java/com.aspose.psd/transparencysupporter/_index.md +++ b/english/java/com.aspose.psd/transparencysupporter/_index.md @@ -3,7 +3,7 @@ title: TransparencySupporter second_title: Aspose.PSD for Java API Reference description: The object supporting transparency. type: docs -weight: 111 +weight: 110 url: /java/com.aspose.psd/transparencysupporter/ --- diff --git a/english/java/com.aspose.psd/vectorimage/_index.md b/english/java/com.aspose.psd/vectorimage/_index.md index fa044c67e9..c12116e75e 100644 --- a/english/java/com.aspose.psd/vectorimage/_index.md +++ b/english/java/com.aspose.psd/vectorimage/_index.md @@ -3,7 +3,7 @@ title: VectorImage second_title: Aspose.PSD for Java API Reference description: The vector image is the base class for all type of vector images. type: docs -weight: 112 +weight: 111 url: /java/com.aspose.psd/vectorimage/ --- diff --git a/english/java/com.aspose.psd/warpmode/_index.md b/english/java/com.aspose.psd/warpmode/_index.md index 6be4b9584a..d7368aee5a 100644 --- a/english/java/com.aspose.psd/warpmode/_index.md +++ b/english/java/com.aspose.psd/warpmode/_index.md @@ -3,7 +3,7 @@ title: WarpMode second_title: Aspose.PSD for Java API Reference description: Specifies the type of warp transformation applied. type: docs -weight: 113 +weight: 112 url: /java/com.aspose.psd/warpmode/ --- diff --git a/english/java/com.aspose.psd/wrapmode/_index.md b/english/java/com.aspose.psd/wrapmode/_index.md index 9220e9752d..01b045ea30 100644 --- a/english/java/com.aspose.psd/wrapmode/_index.md +++ b/english/java/com.aspose.psd/wrapmode/_index.md @@ -3,7 +3,7 @@ title: WrapMode second_title: Aspose.PSD for Java API Reference description: Specifies how a texture or gradient is tiled when it is smaller than the area being filled. type: docs -weight: 114 +weight: 113 url: /java/com.aspose.psd/wrapmode/ ---