Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion english/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_) | |
Expand All @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
Expand All @@ -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. |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand All @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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-) | |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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)
```
Expand All @@ -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-}
```
Expand Down Expand Up @@ -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)
```
Expand All @@ -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--}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -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 |
Loading