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 or sets the default color.
|
byte |
getFlags()
Gets or sets the layer mask flags.
|
byte[] |
getImageData()
Gets or sets the layer mask data (or combined / final mask if there is a vector mask)
|
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 layer mask data (or combined / final mask if there is a vector mask)
|
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 final int getDataSize()
Gets the size of the layer mask mask data.
Value: The size of the layer mask mask data.public final int getTop()
Gets or sets the top layer mask position.
Value: The top layer mask position.public final void setTop(int value)
Gets or sets the top layer mask position.
Value: The top layer mask position.public final int getLeft()
Gets or sets the left layer mask position.
Value: The left layer mask position.public final void setLeft(int value)
Gets or sets the left layer mask position.
Value: The left layer mask position.public final int getBottom()
Gets or sets the bottom layer mask position.
Value: The bottom layer mask position.public final void setBottom(int value)
Gets or sets the bottom layer mask position.
Value: The bottom layer mask position.public final int getRight()
Gets or sets the right layer mask position.
Value: The right layer mask position.public final void setRight(int value)
Gets or sets the right layer mask position.
Value: The right layer mask position.public final byte getDefaultColor()
Gets or sets the default color.
Value: The default color.public final void setDefaultColor(byte value)
Gets or sets the default color.
Value: The default color.public final byte getFlags()
Gets or sets the layer mask flags.
Value: The layer mask flags.public final void setFlags(byte value)
Gets or sets the layer mask flags.
Value: The layer mask flags.public final byte[] getImageData()
Gets or sets the layer mask data (or combined / final mask if there is a vector mask)
Value: The image data.public final void setImageData(byte[] value)
Gets or sets the layer mask data (or combined / final mask if there is a vector mask)
Value: The image data.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.