CdrRectangle

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject

public class CdrRectangle extends CdrGraphicObject

The cdr rectangle

Constructors

ConstructorDescription
CdrRectangle()

Methods

MethodDescription
getR3()Gets the r3.
setR3(double value)Sets the r3.
getR2()Gets the r2.
setR2(double value)Sets the r2.
getR1()Gets the r1.
setR1(double value)Sets the r1.
getR0()Gets the r0.
setR0(double value)Sets the r0.
getCornerType()Gets the type of the corner.
setCornerType(int value)Sets the type of the corner.
getScaleX()Gets the scale x.
setScaleX(double value)Sets the scale x.
getScaleY()Gets the scale y.
setScaleY(double value)Sets the scale y.

CdrRectangle()

public CdrRectangle()

getR3()

public final double getR3()

Gets the r3.

Returns: double - the r3.

setR3(double value)

public final void setR3(double value)

Sets the r3.

Parameters:

ParameterTypeDescription
valuedoublethe r3.

getR2()

public final double getR2()

Gets the r2.

Returns: double - the r2.

setR2(double value)

public final void setR2(double value)

Sets the r2.

Parameters:

ParameterTypeDescription
valuedoublethe r2.

getR1()

public final double getR1()

Gets the r1.

Returns: double - the r1.

setR1(double value)

public final void setR1(double value)

Sets the r1.

Parameters:

ParameterTypeDescription
valuedoublethe r1.

getR0()

public final double getR0()

Gets the r0.

Returns: double - the r0.

setR0(double value)

public final void setR0(double value)

Sets the r0.

Parameters:

ParameterTypeDescription
valuedoublethe r0.

getCornerType()

public final int getCornerType()

Gets the type of the corner.

Returns: int - the type of the corner.

setCornerType(int value)

public final void setCornerType(int value)

Sets the type of the corner.

Parameters:

ParameterTypeDescription
valueintthe type of the corner.

getScaleX()

public final double getScaleX()

Gets the scale x.

Returns: double - the scale x.

setScaleX(double value)

public final void setScaleX(double value)

Sets the scale x.

Parameters:

ParameterTypeDescription
valuedoublethe scale x.

getScaleY()

public final double getScaleY()

Gets the scale y.

Returns: double - the scale y.

setScaleY(double value)

public final void setScaleY(double value)

Sets the scale y.

Parameters:

ParameterTypeDescription
valuedoublethe scale y.