LinkedLayersManager
Inheritance: java.lang.Object
public final class LinkedLayersManager
Linked layers manager class.
Methods
Method | Description |
---|---|
create_internalized(Image container, LinkedLayersRegistry linksRegistry) | |
equals(Object arg0) | |
getClass() | |
getLayersByLinkGroupId(short linkGroupId) | Gets layers by link group id. |
getLinkGroupId(Layer layer) | Gets the link group ID associated with the layer. |
hashCode() | |
linkLayers(Layer[] layers) | Links the input layers and return LingGroupId. |
notify() | |
notifyAll() | |
toString() | |
unlinkLayer(Layer layer) | Unlinks the layer.. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
create_internalized(Image container, LinkedLayersRegistry linksRegistry)
public static LinkedLayersManager create_internalized(Image container, LinkedLayersRegistry linksRegistry)
Parameters:
Parameter | Type | Description |
---|---|---|
container | Image | |
linksRegistry | com.aspose.internal.fileformats.psd.layers.LinkedLayersRegistry |
Returns: LinkedLayersManager
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLayersByLinkGroupId(short linkGroupId)
public final Layer[] getLayersByLinkGroupId(short linkGroupId)
Gets layers by link group id.
Parameters:
Parameter | Type | Description |
---|---|---|
linkGroupId | short | The link group id. |
Returns: com.aspose.psd.fileformats.psd.layers.Layer[] - The layers array.
getLinkGroupId(Layer layer)
public final short getLinkGroupId(Layer layer)
Gets the link group ID associated with the layer.
Parameters:
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer. |
Returns: short - The link group id.
hashCode()
public native int hashCode()
Returns: int
linkLayers(Layer[] layers)
public final short linkLayers(Layer[] layers)
Links the input layers and return LingGroupId.
Parameters:
Parameter | Type | Description |
---|---|---|
layers | Layer[] | The layers. |
Returns: short - The link group id.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
unlinkLayer(Layer layer)
public final void unlinkLayer(Layer layer)
Unlinks the layer..
Parameters:
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer. |
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |