webmngr.graphic
Class Graph
java.lang.Object
|
+--webmngr.graphic.Graph
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GraphReference
- public class Graph
- extends java.lang.Object
- implements java.io.Serializable
Classe que representa um gráfico que pode ser mostrado para um determinado dispositivo.
Os dispositivos não possuem Graph diretamente , mas os utilizam atravês de GraphReferences.
- Author:
- Alexandre Nóbrega Duarte
- See Also:
- Serialized Form
Constructor Summary |
Graph()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graph
public Graph()
setXLabel
public void setXLabel(java.lang.String xLabel)
getXLabel
public java.lang.String getXLabel()
setYLabel
public void setYLabel(java.lang.String yLabel)
getYLabel
public java.lang.String getYLabel()
setYScale
public void setYScale(double yscale)
getYScale
public double getYScale()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
setObs
public void setObs(java.lang.String obs)
getObs
public java.lang.String getObs()
setTitle
public void setTitle(java.lang.String title)
getTitle
public java.lang.String getTitle()
addSource
public void addSource(Source source)
remSource
public boolean remSource(Source source)
getSources
public java.util.Iterator getSources()