org.rosuda.deducer.plots
Class Coord
java.lang.Object
org.rosuda.deducer.plots.Coord
- All Implemented Interfaces:
- ElementModel
public class Coord
- extends java.lang.Object
- implements ElementModel
Field Summary |
java.util.Vector |
params
|
Constructor Summary |
Coord()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
public java.util.Vector params
Coord
public Coord()
makeCartesian
public static Coord makeCartesian()
makeEqual
public static Coord makeEqual()
makeFlip
public static Coord makeFlip()
makeMap
public static Coord makeMap()
makePolar
public static Coord makePolar()
makeTrans
public static Coord makeTrans()
makeCoord
public static Coord makeCoord(java.lang.String coord)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface ElementModel
- Overrides:
clone
in class java.lang.Object
checkValid
public java.lang.String checkValid()
- Specified by:
checkValid
in interface ElementModel
getCall
public java.lang.String getCall()
- Specified by:
getCall
in interface ElementModel
getType
public java.lang.String getType()
- Specified by:
getType
in interface ElementModel
getView
public ElementView getView()
- Specified by:
getView
in interface ElementModel
getParams
public java.util.Vector getParams()
- Specified by:
getParams
in interface ElementModel
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
toXML
public org.w3c.dom.Element toXML()
- Specified by:
toXML
in interface ElementModel
setFromXML
public void setFromXML(org.w3c.dom.Element node)
- Specified by:
setFromXML
in interface ElementModel
getData
public java.lang.String getData()
- Specified by:
getData
in interface ElementModel