public final class PsdLayer extends CustomPackage
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets the bits per pixel value.
|
int |
getBottom()
Gets the bottom layer position.
|
int |
getChannelCount()
Gets the number of channels.
|
PsdLayerFlags |
getFlags()
Gets the layer flags.
|
int |
getHeight()
Gets the height.
|
int |
getLeft()
Gets the left layer position.
|
int |
getLength()
Gets the overall layer length in bytes.
|
String |
getName()
Gets the layer name.
|
byte |
getOpacity()
Gets the layer opacity.
|
int |
getRight()
Gets the right layer position.
|
int |
getTop()
Gets the top layer position.
|
int |
getWidth()
Gets the width.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getBitsPerPixel()
Gets the bits per pixel value.
public final int getChannelCount()
Gets the number of channels.
public final PsdLayerFlags getFlags()
Gets the layer flags.
public final int getLength()
Gets the overall layer length in bytes.
public final byte getOpacity()
Gets the layer opacity. 0 = transparent, 255 = opaque.
public final int getTop()
Gets the top layer position.
public final int getLeft()
Gets the left layer position.
public final int getBottom()
Gets the bottom layer position.
public final int getRight()
Gets the right layer position.
public final int getHeight()
Gets the height.
public final int getWidth()
Gets the width.
public final String getName()
Gets the layer name.