CdrImageFill

Inheritance: java.lang.Object

public class CdrImageFill

The cdr image fill

Constructors

ConstructorDescription
CdrImageFill(int id, double width, double height, boolean isRelative, double xOffset, double yOffset, double rcpOffset, byte flags)Initializes a new instance of the CdrImageFill class.

Methods

MethodDescription
getId()Gets the identifier.
setId(int value)Sets the identifier.
getWidth()Gets the width.
setWidth(double value)Sets the width.
getHeight()Gets the height.
setHeight(double value)Sets the height.
isRelative()Gets a value indicating whether this instance is relative.
setRelative(boolean value)Sets a value indicating whether this instance is relative.
getXOffset()Gets the x offset.
setXOffset(double value)Sets the x offset.
getYOffset()Gets the y offset.
setYOffset(double value)Sets the y offset.
getRcpOffset()Gets the RCP offset.
setRcpOffset(double value)Sets the RCP offset.
getFlags()Gets the flags.
setFlags(byte value)Sets the flags.

CdrImageFill(int id, double width, double height, boolean isRelative, double xOffset, double yOffset, double rcpOffset, byte flags)

public CdrImageFill(int id, double width, double height, boolean isRelative, double xOffset, double yOffset, double rcpOffset, byte flags)

Initializes a new instance of the CdrImageFill class.

Parameters:

ParameterTypeDescription
idintThe identifier.
widthdoubleThe width.
heightdoubleThe height.
isRelativebooleanif set to true [is relative].
xOffsetdoubleThe x offset.
yOffsetdoubleThe y offset.
rcpOffsetdoubleThe RCP offset.
flagsbyteThe flags.

getId()

public final int getId()

Gets the identifier.

Returns: int - the identifier.

setId(int value)

public final void setId(int value)

Sets the identifier.

Parameters:

ParameterTypeDescription
valueintthe identifier.

getWidth()

public final double getWidth()

Gets the width.

Returns: double - the width.

setWidth(double value)

public final void setWidth(double value)

Sets the width.

Parameters:

ParameterTypeDescription
valuedoublethe width.

getHeight()

public final double getHeight()

Gets the height.

Returns: double - the height.

setHeight(double value)

public final void setHeight(double value)

Sets the height.

Parameters:

ParameterTypeDescription
valuedoublethe height.

isRelative()

public final boolean isRelative()

Gets a value indicating whether this instance is relative.

Returns: boolean

setRelative(boolean value)

public final void setRelative(boolean value)

Sets a value indicating whether this instance is relative.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this instance is relative.

getXOffset()

public final double getXOffset()

Gets the x offset.

Returns: double - the x offset.

setXOffset(double value)

public final void setXOffset(double value)

Sets the x offset.

Parameters:

ParameterTypeDescription
valuedoublethe x offset.

getYOffset()

public final double getYOffset()

Gets the y offset.

Returns: double - the y offset.

setYOffset(double value)

public final void setYOffset(double value)

Sets the y offset.

Parameters:

ParameterTypeDescription
valuedoublethe y offset.

getRcpOffset()

public final double getRcpOffset()

Gets the RCP offset.

Returns: double - the RCP offset.

setRcpOffset(double value)

public final void setRcpOffset(double value)

Sets the RCP offset.

Parameters:

ParameterTypeDescription
valuedoublethe RCP offset.

getFlags()

public final byte getFlags()

Gets the flags.

Returns: byte - the flags.

setFlags(byte value)

public final void setFlags(byte value)

Sets the flags.

Parameters:

ParameterTypeDescription
valuebytethe flags.