|
OBEROn SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.oberon.ooql.sdk.GraphStyler.VPoint
public class GraphStyler.VPoint
Chart ValuePoint
Constructor Summary | |
---|---|
GraphStyler.VPoint(org.jdom.Element point)
Generates a value point from XML element tree |
|
GraphStyler.VPoint(int labelIndex,
float value)
|
Method Summary | |
---|---|
void |
fromXML(org.jdom.Element point)
Loads the value point parameters from XML element tree |
int |
getPosition()
Get the value point label index |
float |
getValue()
Get the value point value |
void |
setPosition(int labelIndex)
Set the value point label index |
void |
setValue(float value)
Set the value point value |
org.jdom.Element |
toXML(java.lang.String name)
Return the value point as XML element tree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphStyler.VPoint(int labelIndex, float value)
labelIndex
- the label axis position or indexvalue
- the corresponding valuepublic GraphStyler.VPoint(org.jdom.Element point)
Method Detail |
---|
public void setPosition(int labelIndex)
labelIndex
- the label axis position or indexpublic int getPosition()
public void setValue(float value)
value
- the corresponding valuepublic float getValue()
public org.jdom.Element toXML(java.lang.String name)
name
- the root XML tagpublic void fromXML(org.jdom.Element point)
|
OBEROn SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |