public class OdConnector extends OdStyledObject
The connector
Constructor and Description |
---|
OdConnector(OdObject parent)
Initializes a new instance of the
OdConnector class. |
Modifier and Type | Method and Description |
---|---|
OdGraphicObject[] |
getPathCommands()
Gets or sets the path commands.
|
PointF |
getPoint1()
Gets or sets the point1.
|
PointF |
getPoint2()
Gets or sets the point2.
|
void |
setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
|
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 OdConnector(OdObject parent)
Initializes a new instance of the OdConnector
class.
parent
- The parent.public OdGraphicObject[] getPathCommands()
Gets or sets the path commands.
public void setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
value
- The path commands.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.