OdEllipticalQundrant
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdEllipticalQundrant extends OdGraphicObject
The elliptical quadrant
Constructors
| Constructor | Description |
|---|---|
| OdEllipticalQundrant(OdObject parent) | Initializes a new instance of the OdEllipticalQundrant class. |
Methods
| Method | Description |
|---|---|
| getPoint() | Gets or sets the point. |
| setPoint(PointF value) | Gets or sets the point. |
| getAxisX() | Gets or sets a value indicating whether [axis x]. |
| setAxisX(boolean value) | Gets or sets a value indicating whether [axis x]. |
OdEllipticalQundrant(OdObject parent)
public OdEllipticalQundrant(OdObject parent)
Initializes a new instance of the OdEllipticalQundrant class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |
getPoint()
public PointF getPoint()
Gets or sets the point.
Returns: PointF - The point.
setPoint(PointF value)
public void setPoint(PointF value)
Gets or sets the point.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point. |
getAxisX()
public boolean getAxisX()
Gets or sets a value indicating whether [axis x].
Returns:
boolean - true if [axis x]; otherwise, false.
setAxisX(boolean value)
public void setAxisX(boolean value)
Gets or sets a value indicating whether [axis x].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [axis x]; otherwise, false. |