public class CdrImageFill extends Object
The cdr image fill
Constructor and Description |
---|
CdrImageFill(int id,
double width,
double height,
boolean isRelative,
double xOffset,
double yOffset,
double rpcOffset,
byte flags)
Initializes a new instance of the
CdrImageFill class. |
Modifier and Type | Method and Description |
---|---|
byte |
getFlags()
Gets the flags.
|
double |
getHeight()
Gets the height.
|
int |
getId()
Gets the identifier.
|
double |
getRcpOffset()
Gets the RCP offset.
|
double |
getWidth()
Gets the width.
|
double |
getXOffset()
Gets the x offset.
|
double |
getYOffset()
Gets the y offset.
|
boolean |
isRelative()
Gets a value indicating whether this instance is relative.
|
void |
setFlags(byte value)
Sets the flags.
|
void |
setHeight(double value)
Sets the height.
|
void |
setId(int value)
Sets the identifier.
|
void |
setRcpOffset(double value)
Sets the RCP offset.
|
void |
setRelative(boolean value)
Sets a value indicating whether this instance is relative.
|
void |
setWidth(double value)
Sets the width.
|
void |
setXOffset(double value)
Sets the x offset.
|
void |
setYOffset(double value)
Sets the y offset.
|
public CdrImageFill(int id, double width, double height, boolean isRelative, double xOffset, double yOffset, double rpcOffset, byte flags)
Initializes a new instance of the CdrImageFill
class.
id
- The identifier.width
- The width.height
- The height.isRelative
- if set to true
[is relative].xOffset
- The x offset.yOffset
- The y offset.rpcOffset
- The RPC offset.flags
- The flags.public final int getId()
Gets the identifier.
public final void setId(int value)
Sets the identifier.
value
- the identifier.public final double getWidth()
Gets the width.
public final void setWidth(double value)
Sets the width.
value
- the width.public final double getHeight()
Gets the height.
public final void setHeight(double value)
Sets the height.
value
- the height.public final boolean isRelative()
Gets a value indicating whether this instance is relative.
public final void setRelative(boolean value)
Sets a value indicating whether this instance is relative.
value
- a value indicating whether this instance is relative.public final double getXOffset()
Gets the x offset.
public final void setXOffset(double value)
Sets the x offset.
value
- the x offset.public final double getYOffset()
Gets the y offset.
public final void setYOffset(double value)
Sets the y offset.
value
- the y offset.public final double getRcpOffset()
Gets the RCP offset.
public final void setRcpOffset(double value)
Sets the RCP offset.
value
- the RCP offset.public final byte getFlags()
Gets the flags.
public final void setFlags(byte value)
Sets the flags.
value
- the flags.