public class OdEquation extends OdGraphicObject
The open document equation
Constructor and Description |
---|
OdEquation(OdObject parent)
Initializes a new instance of the
OdEquation class. |
Modifier and Type | Method and Description |
---|---|
String |
getFormula()
Gets or sets the formula.
|
String |
getName()
Gets or sets the name.
|
float |
getValue()
Gets or sets the value.
|
void |
setFormula(String value)
Gets or sets the formula.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setValue(float value)
Gets or sets the value.
|
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdEquation(OdObject parent)
Initializes a new instance of the OdEquation
class.
parent
- The parent.public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public String getFormula()
Gets or sets the formula.
public void setFormula(String value)
Gets or sets the formula.
value
- The formula.public float getValue()
Gets or sets the value.
public void setValue(float value)
Gets or sets the value.
value
- The value.