OdEllipticalQundrant
محتويات
[
يخفي
]Inheritance: java.lang.Object، com.aspose.imaging.fileformats.opendocument.OdObject، com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdEllipticalQundrant extends OdGraphicObject
الرباعية الإهليلجية
المنشئات
| المنشئ | الوصف |
|---|---|
| OdEllipticalQundrant(OdObject parent) | يُنشئ مثيلًا جديدًا من الفئة OdEllipticalQundrant. |
الطرق
| طريقة | الوصف |
|---|---|
| getPoint() | يحصل أو يعيّن النقطة. |
| setPoint(PointF value) | يحصل أو يعيّن النقطة. |
| getAxisX() | يحصل أو يعيّن قيمة تشير إلى ما إذا كان [axis x]. |
| setAxisX(boolean value) | يحصل أو يعيّن قيمة تشير إلى ما إذا كان [axis x]. |
OdEllipticalQundrant(OdObject parent)
public OdEllipticalQundrant(OdObject parent)
يُنشئ مثيلًا جديدًا من الفئة OdEllipticalQundrant.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأصل. |
getPoint()
public PointF getPoint()
يحصل أو يعيّن النقطة.
Returns: PointF - The point.
setPoint(PointF value)
public void setPoint(PointF value)
يحصل أو يعيّن النقطة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| value | PointF | النقطة. |
getAxisX()
public boolean getAxisX()
يحصل أو يعيّن قيمة تشير إلى ما إذا كان [axis x].
Returns:
منطقي - true إذا كان [axis x]؛ وإلا false.
setAxisX(boolean value)
public void setAxisX(boolean value)
يحصل أو يعيّن قيمة تشير إلى ما إذا كان [axis x].
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| value | boolean | true إذا كان [axis x]؛ وإلا false. |