CdrGradientStop

Inheritance: java.lang.Object

public class CdrGradientStop

The cdr gradient stop

Constructors

ConstructorDescription
CdrGradientStop()

Methods

MethodDescription
getColor()Gets the color.
setColor(CdrColor value)Sets the color.
getOffset()Gets the offset.
setOffset(double value)Sets the offset.

CdrGradientStop()

public CdrGradientStop()

getColor()

public final CdrColor getColor()

Gets the color.

Returns: CdrColor - the color.

setColor(CdrColor value)

public final void setColor(CdrColor value)

Sets the color.

Parameters:

ParameterTypeDescription
valueCdrColorthe color.

getOffset()

public final double getOffset()

Gets the offset.

Returns: double - the offset.

setOffset(double value)

public final void setOffset(double value)

Sets the offset.

Parameters:

ParameterTypeDescription
valuedoublethe offset.