public class CdrRectangle extends CdrGraphicObject
The cdr rectangle
CdrObjectContainer
Constructor and Description |
---|
CdrRectangle() |
Modifier and Type | Method and Description |
---|---|
int |
getCornerType()
Gets the type of the corner.
|
double |
getR0()
Gets the r0.
|
double |
getR1()
Gets the r1.
|
double |
getR2()
Gets the r2.
|
double |
getR3()
Gets the r3.
|
double |
getScaleX()
Gets the scale x.
|
double |
getScaleY()
Gets the scale y.
|
void |
setCornerType(int value)
Sets the type of the corner.
|
void |
setR0(double value)
Sets the r0.
|
void |
setR1(double value)
Sets the r1.
|
void |
setR2(double value)
Sets the r2.
|
void |
setR3(double value)
Sets the r3.
|
void |
setScaleX(double value)
Sets the scale x.
|
void |
setScaleY(double value)
Sets the scale y.
|
getBoundsInPixels, getHeight, getWidth, setBoundsInPixels, setHeight, setWidth
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getR3()
Gets the r3.
public final void setR3(double value)
Sets the r3.
value
- the r3.public final double getR2()
Gets the r2.
public final void setR2(double value)
Sets the r2.
value
- the r2.public final double getR1()
Gets the r1.
public final void setR1(double value)
Sets the r1.
value
- the r1.public final double getR0()
Gets the r0.
public final void setR0(double value)
Sets the r0.
value
- the r0.public final int getCornerType()
Gets the type of the corner.
public final void setCornerType(int value)
Sets the type of the corner.
value
- the type of the corner.public final double getScaleX()
Gets the scale x.
public final void setScaleX(double value)
Sets the scale x.
value
- the scale x.public final double getScaleY()
Gets the scale y.
public final void setScaleY(double value)
Sets the scale y.
value
- the scale y.