CdrBbox

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

public class CdrBbox extends CdrObjectContainer

The cdr box

Constructors

ConstructorDescription
CdrBbox()

Methods

MethodDescription
getX0()Gets the x0.
setX0(double value)Sets the x0.
getY0()Gets the y0.
setY0(double value)Sets the y0.
getX1()Gets the x1.
setX1(double value)Sets the x1.
getY1()Gets the y1.
setY1(double value)Sets the y1.
getX()Gets the x.
getY()Gets the y.
getWidth()Gets the width.
getHeight()Gets the height.

CdrBbox()

public CdrBbox()

getX0()

public final double getX0()

Gets the x0.

Returns: double - the x0.

setX0(double value)

public final void setX0(double value)

Sets the x0.

Parameters:

ParameterTypeDescription
valuedoublethe x0.

getY0()

public final double getY0()

Gets the y0.

Returns: double - the y0.

setY0(double value)

public final void setY0(double value)

Sets the y0.

Parameters:

ParameterTypeDescription
valuedoublethe y0.

getX1()

public final double getX1()

Gets the x1.

Returns: double - the x1.

setX1(double value)

public final void setX1(double value)

Sets the x1.

Parameters:

ParameterTypeDescription
valuedoublethe x1.

getY1()

public final double getY1()

Gets the y1.

Returns: double - the y1.

setY1(double value)

public final void setY1(double value)

Sets the y1.

Parameters:

ParameterTypeDescription
valuedoublethe y1.

getX()

public final double getX()

Gets the x.

Returns: double - the x.

getY()

public final double getY()

Gets the y.

Returns: double - the y.

getWidth()

public final double getWidth()

Gets the width.

Returns: double - the width.

getHeight()

public final double getHeight()

Gets the height.

Returns: double - the height.