public final class LayerMaskDataFull extends LayerMaskData
The full layer mask information.
Constructor and Description |
---|
LayerMaskDataFull()
Initializes a new instance of the
LayerMaskDataFull class. |
Modifier and Type | Method and Description |
---|---|
byte |
getBackgroundColor()
Gets or sets the background color.
|
int |
getEnclosingBottom()
Gets or sets the enclosing bottom layer mask position.
|
int |
getEnclosingLeft()
Gets or sets the enclosing left layer mask position.
|
int |
getEnclosingRight()
Gets or sets the enclosing right layer mask position.
|
int |
getEnclosingTop()
Gets or sets the enclosing top layer mask position.
|
byte |
getRealFlags()
Gets or sets the real layer mask flags.
|
void |
setBackgroundColor(byte value)
Gets or sets the background color.
|
void |
setEnclosingBottom(int value)
Gets or sets the enclosing bottom layer mask position.
|
void |
setEnclosingLeft(int value)
Gets or sets the enclosing left layer mask position.
|
void |
setEnclosingRight(int value)
Gets or sets the enclosing right layer mask position.
|
void |
setEnclosingTop(int value)
Gets or sets the enclosing top layer mask position.
|
void |
setRealFlags(byte value)
Gets or sets the real layer mask flags.
|
getBottom, getDataSize, getDefaultColor, getFlags, getImageData, getImageDataVector, getLeft, getRight, getTop, setBottom, setDefaultColor, setFlags, setImageData, setImageDataVector, setLeft, setRight, setTop
public LayerMaskDataFull()
Initializes a new instance of the LayerMaskDataFull
class.
public byte getBackgroundColor()
Gets or sets the background color.
Value: The background color.public void setBackgroundColor(byte value)
Gets or sets the background color.
Value: The background color.public byte getRealFlags()
Gets or sets the real layer mask flags.
Value: The real layer mask flags.public void setRealFlags(byte value)
Gets or sets the real layer mask flags.
Value: The real layer mask flags.public int getEnclosingTop()
Gets or sets the enclosing top layer mask position.
Value: The top layer mask position.public void setEnclosingTop(int value)
Gets or sets the enclosing top layer mask position.
Value: The top layer mask position.public int getEnclosingLeft()
Gets or sets the enclosing left layer mask position.
Value: The left layer mask position.public void setEnclosingLeft(int value)
Gets or sets the enclosing left layer mask position.
Value: The left layer mask position.public int getEnclosingBottom()
Gets or sets the enclosing bottom layer mask position.
Value: The bottom layer mask position.public void setEnclosingBottom(int value)
Gets or sets the enclosing bottom layer mask position.
Value: The bottom layer mask position.public int getEnclosingRight()
Gets or sets the enclosing right layer mask position.
Value: The right layer mask position.public void setEnclosingRight(int value)
Gets or sets the enclosing right layer mask position.
Value: The right layer mask position.