DwfWhipEllipse
Contents
[
Hide
]Inheritance: java.lang.Object, DwfWhipDrawable
Represents Ellipse
Constructors
| Constructor | Description |
|---|---|
| DwfWhipEllipse() |
Methods
| Method | Description |
|---|---|
| getPosition() | Gets or sets Center point of ellipse. |
| getMajor() | Gets or sets Major axis radius. |
| getMinor() | Gets or sets Minor axis radius. |
| getStart() | Gets or sets Start angle (in 360/65,536ths of a degree.) |
| getEnd() | Gets or sets End angle (in 360/65,536ths of a degree.) |
| getRotation() | Gets or sets Rotation angle (in 360/65,536ths of a degree.) |
| isTransformed() | Gets of sets is transformed |
| getMinPoint() | Gets the min point of object. |
| getMaxPoint() | Gets the max point of object. |
DwfWhipEllipse()
public DwfWhipEllipse()
getPosition()
public DwfWhipLogicalPoint getPosition()
Gets or sets Center point of ellipse.
Returns: DwfWhipLogicalPoint
getMajor()
public double getMajor()
Gets or sets Major axis radius.
Returns: double
getMinor()
public double getMinor()
Gets or sets Minor axis radius.
Returns: double
getStart()
public double getStart()
Gets or sets Start angle (in 360/65,536ths of a degree.)
Returns: double
getEnd()
public double getEnd()
Gets or sets End angle (in 360/65,536ths of a degree.)
Returns: double
getRotation()
public double getRotation()
Gets or sets Rotation angle (in 360/65,536ths of a degree.)
Returns: double
isTransformed()
public boolean isTransformed()
Gets of sets is transformed
Returns: boolean
getMinPoint()
public Cad3DPoint getMinPoint()
Gets the min point of object.
Returns: Cad3DPoint - Min point of object.
getMaxPoint()
public Cad3DPoint getMaxPoint()
Gets the max point of object.
Returns: Cad3DPoint - Max point of object.