public class OdMarker extends OdGraphicObject
The Marker
Constructor and Description |
---|
OdMarker(OdObject parent)
Initializes a new instance of the
OdMarker class. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets or sets the name.
|
OdGraphicObject[] |
getPathCommands()
Gets or sets the path commands.
|
RectangleF |
getRectangle()
Gets or sets the rectangle.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
|
void |
setRectangle(RectangleF value)
Gets or sets the rectangle.
|
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdMarker(OdObject parent)
Initializes a new instance of the OdMarker
class.
parent
- The parent.public RectangleF getRectangle()
Gets or sets the rectangle.
public void setRectangle(RectangleF value)
Gets or sets the rectangle.
value
- The rectangle.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 String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.