public class OdEndPath extends OdGraphicObject
The enhanced end path
Constructor and Description |
---|
OdEndPath(OdObject parent)
Initializes a new instance of the
OdEndPath class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getFill()
Gets or sets a value indicating whether this
OdEndPath is fill. |
void |
setFill(boolean value)
Gets or sets a value indicating whether this
OdEndPath is fill. |
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdEndPath(OdObject parent)
Initializes a new instance of the OdEndPath
class.
parent
- The parent.public boolean getFill()
Gets or sets a value indicating whether this OdEndPath
is fill.
true
if fill; otherwise, false
.public void setFill(boolean value)
Gets or sets a value indicating whether this OdEndPath
is fill.
value
- true
if fill; otherwise, false
.