|
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.Point
public class GraphStyler.Point
Chart canvas point
Constructor Summary | |
---|---|
GraphStyler.Point(org.jdom.Element point)
Generates a point from XML element tree |
|
GraphStyler.Point(int hposition,
int vposition)
|
Method Summary | |
---|---|
void |
fromXML(org.jdom.Element point)
Loads the point parameters from XML element tree |
int |
getHorizontalCoord()
Get the point horizontal position |
int |
getVerticalCoord()
Get the point vertical position |
void |
setHorizontalCoord(int position)
Set the point horizontal position |
void |
setVerticalCoord(int position)
Set the point vertical position |
org.jdom.Element |
toXML(java.lang.String name)
Return the 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.Point(int hposition, int vposition)
hposition
- the horizontal positionvposition
- the vertical positionpublic GraphStyler.Point(org.jdom.Element point)
Method Detail |
---|
public void setHorizontalCoord(int position)
public int getHorizontalCoord()
public void setVerticalCoord(int position)
public int getVerticalCoord()
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 |