public class DwfWhipEllipse extends DwfWhipDrawable
Represents Ellipse
Constructor and Description |
---|
DwfWhipEllipse() |
Modifier and Type | Method and Description |
---|---|
double |
getEnd()
Gets or sets End angle (in 360/65,536ths of a degree.)
|
double |
getMajor()
Gets or sets Major axis radius.
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
double |
getMinor()
Gets or sets Minor axis radius.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DwfWhipLogicalPoint |
getPosition()
Gets or sets Center point of ellipse.
|
double |
getRotation()
Gets or sets Rotation angle (in 360/65,536ths of a degree.)
|
double |
getStart()
Gets or sets Start angle (in 360/65,536ths of a degree.)
|
boolean |
isTransformed()
Gets of sets is transformed
|
getColor, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, isVisible, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrix, setVisible
isMaterialized
public DwfWhipLogicalPoint getPosition()
Gets or sets Center point of ellipse.
public double getMajor()
Gets or sets Major axis radius.
public double getMinor()
Gets or sets Minor axis radius.
public double getStart()
Gets or sets Start angle (in 360/65,536ths of a degree.)
public double getEnd()
Gets or sets End angle (in 360/65,536ths of a degree.)
public double getRotation()
Gets or sets Rotation angle (in 360/65,536ths of a degree.)
public boolean isTransformed()
Gets of sets is transformed
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint
in class DwfWhipDrawable
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DwfWhipDrawable