|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
---|---|
org.faceless.graph2 | Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. |
org.faceless.graph2.tag | Contains classes that can be used by customers wanting to extend the Tag Library. |
Uses of Graph in org.faceless.graph2 |
---|
Subclasses of Graph in org.faceless.graph2 | |
---|---|
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 of Graph 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 | |
---|---|
Graph |
XMLGraph.getGraph()
Return the graph generated by the XMLGraph.parse(org.xml.sax.InputSource) method |
Uses of Graph in org.faceless.graph2.tag |
---|
Methods in org.faceless.graph2.tag that return Graph | |
---|---|
Graph |
Embedder.getGraph()
Get the Graph this Embedder is operating on |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |