public class OdGraphicObject extends OdObject
The open document graphic object.
Constructor and Description |
---|
OdGraphicObject(OdObject parent)
Initializes a new instance of the
OdGraphicObject class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getAbsoluteCoordinates()
Gets or sets a value indicating whether [absolute coordinates].
|
void |
setAbsoluteCoordinates(boolean value)
Gets or sets a value indicating whether [absolute coordinates].
|
public OdGraphicObject(OdObject parent)
Initializes a new instance of the OdGraphicObject
class.
parent
- The parent.public boolean getAbsoluteCoordinates()
Gets or sets a value indicating whether [absolute coordinates].
true
if [absolute coordinates]; otherwise, false
.public void setAbsoluteCoordinates(boolean value)
Gets or sets a value indicating whether [absolute coordinates].
value
- true
if [absolute coordinates]; otherwise, false
.