public abstract class LayerMaskData extends Object
The layer mask data.
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Gets or sets the bottom layer mask position.
|
int |
getDataSize()
Gets the size of the layer mask mask data.
|
byte |
getDefaultColor()
Gets the default color.
|
byte |
getFlags()
Gets or sets the layer mask flags.
|
byte[] |
getImageData()
Gets or sets the mask image data.
|
byte[] |
getImageDataVector()
Gets or sets the mask image data vector.
|
int |
getLeft()
Gets or sets the left layer mask position.
|
int |
getRight()
Gets or sets the right layer mask position.
|
int |
getTop()
Gets or sets the top layer mask position.
|
void |
setBottom(int value)
Gets or sets the bottom layer mask position.
|
void |
setDefaultColor(byte value)
Gets or sets the default color.
|
void |
setFlags(byte value)
Gets or sets the layer mask flags.
|
void |
setImageData(byte[] value)
Gets or sets the mask image data.
|
void |
setImageDataVector(byte[] value)
Gets or sets the mask image data vector.
|
void |
setLeft(int value)
Gets or sets the left layer mask position.
|
void |
setRight(int value)
Gets or sets the right layer mask position.
|
void |
setTop(int value)
Gets or sets the top layer mask position.
|
public int getDataSize()
Gets the size of the layer mask mask data.
Value: The size of the layer mask mask data.public int getTop()
Gets or sets the top layer mask position.
Value: The top layer mask position.public void setTop(int value)
Gets or sets the top layer mask position.
Value: The top layer mask position.public int getLeft()
Gets or sets the left layer mask position.
Value: The left layer mask position.public void setLeft(int value)
Gets or sets the left layer mask position.
Value: The left layer mask position.public int getBottom()
Gets or sets the bottom layer mask position.
Value: The bottom layer mask position.public void setBottom(int value)
Gets or sets the bottom layer mask position.
Value: The bottom layer mask position.public int getRight()
Gets or sets the right layer mask position.
Value: The right layer mask position.public void setRight(int value)
Gets or sets the right layer mask position.
Value: The right layer mask position.public byte getDefaultColor()
Gets the default color.
public void setDefaultColor(byte value)
Gets or sets the default color.
Value: The default color.public byte getFlags()
Gets or sets the layer mask flags.
Value: The layer mask flags.public void setFlags(byte value)
Gets or sets the layer mask flags.
Value: The layer mask flags.public byte[] getImageData()
Gets or sets the mask image data.
Value: The image data.public void setImageData(byte[] value)
Gets or sets the mask image data.
Value: The image data.public byte[] getImageDataVector()
Gets or sets the mask image data vector.
Value: The image data vector.public void setImageDataVector(byte[] value)
Gets or sets the mask image data vector.
Value: The image data vector.