Uses of Class
org.faceless.graph.AxesGraph

Packages that use AxesGraph
org.faceless.graph Contains the basic classes for creating a Graph. 
 

Uses of AxesGraph in org.faceless.graph
 

Subclasses of AxesGraph in org.faceless.graph
 class AbstractBarGraph
           An abstract superclass for all Bar Graphs.
 class AbstractLineGraph
           The abstract superclass for all graphs plotting continuous data (as opposed to bar graphs, which are for plotting discrete data).
 class AreaGraph
           Plot a Line graph that has the area below the line filled in.
 class BarGraph
           A concrete subclass of AbstractBarGraph that handles the simplest type of Bar Graph - a single row of bars, running across the X axis.
 class DepthBarGraph
           A concrete subclass of AbstractBarGraph that describes Bar Graphs with X and Z axes - i.e. they go both across and "into" the screen.
 class FloatingBarGraph
           A type of Bar graph where the bars float above the axis.
 class LineGraph
           A subclass of AbstractLineGraph that plots one or more separate curves - a typical Line Graph.
 class MultiBarGraph
           A concrete subclass of AbstractBarGraph that describes Bar Graphs with multiple datasets plotted next to eachother on a single X axis.
 class TowerBarGraph
           A concrete subclass of AbstractBarGraph that describes "Towered" Bar Graphs - i.e. each bar consists of several colored blocks, stacked on top of eachother.
 



Copyright © 2001-2012 Big Faceless Organization