public class Y1BaseLine extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
Y1BaseLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getTagName() |
double |
getValue()
Description: Specifies where the base line should be located along the axis.
|
java.lang.String |
getValueAsString()
Description: Specifies where the base line should be located along the axis.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setValue(double value)
Description: Specifies where the base line should be located along the axis.
|
void |
setValueAsString(java.lang.String value)
Description: Specifies where the base line should be located along the axis.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.
public double getValue()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setValue(double value)
value - the value of the value attribute of the Tag this class represents.
public java.lang.String getValueAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setValueAsString(java.lang.String value)
value - the value of the value attribute of the Tag this class represents.