Uses of Class
org.faceless.graph2.Graph
-
Packages that use Graph Package Description org.faceless.graph2 org.faceless.graph2.tag -
-
Uses of Graph in org.faceless.graph2
Subclasses of Graph in org.faceless.graph2 Modifier and Type Class Description class
AxesGraph
The AxesGraph class represents any type of graph that's plotted against an axis - bar graphs, line graphs and so on.class
DialGraph
A subclass ofGraph
for drawing "Dials".class
PieGraph
A subclass of graph for displaying data in a circular Pie graph.Methods in org.faceless.graph2 that return Graph Modifier and Type Method Description Graph
XMLGraph. getGraph()
Return the graph generated by theXMLGraph.parse(org.xml.sax.InputSource)
method -
Uses of Graph in org.faceless.graph2.tag
Methods in org.faceless.graph2.tag that return Graph Modifier and Type Method Description Graph
Embedder. getGraph()
Get the Graph this Embedder is operating on
-