public class DwfWhipEllipse extends DwfWhipDrawable implements com.aspose.cad_internal.interfaces.export.IDirectExportable
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.)
|
ApsPoint |
getShiftPoint()
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
double |
getStart()
Gets or sets Start angle (in 360/65,536ths of a degree.)
|
boolean |
isTransformed()
Gets of sets is transformed
|
void |
setShiftPoint(ApsPoint value)
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
getChilds, getColor, getId, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, isVisible, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrix, setVisibleisMaterializedpublic 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 DwfWhipDrawablepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DwfWhipDrawablepublic final ApsPoint getShiftPoint()
Gets or sets the shift point defined in some rasterizers ApsRasterizerBase.
getShiftPoint in interface com.aspose.cad_internal.interfaces.export.IDirectExportablepublic final void setShiftPoint(ApsPoint value)
Gets or sets the shift point defined in some rasterizers ApsRasterizerBase.
setShiftPoint in interface com.aspose.cad_internal.interfaces.export.IDirectExportableCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.