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 classAxesGraphThe AxesGraph class represents any type of graph that's plotted against an axis - bar graphs, line graphs and so on.classDialGraphA subclass ofGraphfor drawing "Dials".classPieGraphA subclass of graph for displaying data in a circular Pie graph.Methods in org.faceless.graph2 that return Graph Modifier and Type Method Description GraphXMLGraph. 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 GraphEmbedder. getGraph()Get the Graph this Embedder is operating on
-