public class OdLine extends OdStyledObject
The line object
Constructor and Description |
---|
OdLine(OdObject parent)
Initializes a new instance of the
OdPage class. |
Modifier and Type | Method and Description |
---|---|
PointF |
getPoint1()
Gets or sets the point1.
|
PointF |
getPoint2()
Gets or sets the point2.
|
void |
setPoint1(PointF value)
Gets or sets the point1.
|
void |
setPoint2(PointF value)
Gets or sets the point2.
|
getRectangle, getStyle, setRectangle, setStyle
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdLine(OdObject parent)
Initializes a new instance of the OdPage
class.
parent
- The parent.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.