|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBarGraph | |
---|---|
org.faceless.graph | Contains the basic classes for creating a Graph. |
Uses of AbstractBarGraph in org.faceless.graph |
---|
Subclasses of AbstractBarGraph in org.faceless.graph | |
---|---|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |