public class OdArc extends OdGraphicObject
The Enhanced Arc
Constructor and Description |
---|
OdArc(OdObject parent)
Initializes a new instance of the
OdArc class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getClockWise()
Gets or sets a value indicating whether [clock wise].
|
PointF |
getPoint1()
Gets or sets the point1.
|
PointF |
getPoint2()
Gets or sets the point2.
|
PointF |
getPoint3()
Gets or sets the point3.
|
PointF |
getPoint4()
Gets or sets the point4.
|
boolean |
isArcTo()
Gets or sets a value indicating whether this instance is arc to.
|
boolean |
isEllipticalQundrantX()
Gets or sets a value indicating whether this instance is elliptical quadrant x.
|
boolean |
isEllipticalQundrantY()
Gets or sets a value indicating whether this instance is elliptical quadrant y.
|
void |
setArcTo(boolean value)
Gets or sets a value indicating whether this instance is arc to.
|
void |
setClockWise(boolean value)
Gets or sets a value indicating whether [clock wise].
|
void |
setEllipticalQundrantX(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant x.
|
void |
setEllipticalQundrantY(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant y.
|
void |
setPoint1(PointF value)
Gets or sets the point1.
|
void |
setPoint2(PointF value)
Gets or sets the point2.
|
void |
setPoint3(PointF value)
Gets or sets the point3.
|
void |
setPoint4(PointF value)
Gets or sets the point4.
|
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdArc(OdObject parent)
Initializes a new instance of the OdArc
class.
parent
- The parent.public boolean isArcTo()
Gets or sets a value indicating whether this instance is arc to.
true
if this instance is arc to; otherwise, false
.public void setArcTo(boolean value)
Gets or sets a value indicating whether this instance is arc to.
value
- true
if this instance is arc to; otherwise, false
.public boolean isEllipticalQundrantX()
Gets or sets a value indicating whether this instance is elliptical quadrant x.
true
if this instance is elliptical quadrant x; otherwise, false
.public void setEllipticalQundrantX(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant x.
value
- true
if this instance is elliptical quadrant x; otherwise, false
.public boolean isEllipticalQundrantY()
Gets or sets a value indicating whether this instance is elliptical quadrant y.
true
if this instance is elliptical qundrant y; otherwise, false
.public void setEllipticalQundrantY(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant y.
value
- true
if this instance is elliptical qundrant y; otherwise, false
.public boolean getClockWise()
Gets or sets a value indicating whether [clock wise].
true
if [clock wise]; otherwise, false
.public void setClockWise(boolean value)
Gets or sets a value indicating whether [clock wise].
value
- true
if [clock wise]; otherwise, false
.public PointF getPoint1()
Gets or sets the point1.
public void setPoint1(PointF value)
Gets or sets the point1.
value
- The point1.public PointF getPoint2()
Gets or sets the point2.
public void setPoint2(PointF value)
Gets or sets the point2.
value
- The point2.public PointF getPoint3()
Gets or sets the point3.
public void setPoint3(PointF value)
Gets or sets the point3.
value
- The point3.public PointF getPoint4()
Gets or sets the point4.
public void setPoint4(PointF value)
Gets or sets the point4.
value
- The point4.