Package net.sourceforge.chart2d

Class Summary
Area An Advanced Bordered Area.
AxisArea Contains shared methods of XAxisArea and YAxisArea.
Chart2D An abstract class for the common methods of LBChart2D, LLChart2D, and PieChart2D.
Chart2DEmbeddedAppletDemo A Chart2D demo, for showing how to embed a Chart2D chart into a webpage.
Chart2DProperties A data structure for holding the properties common to all Chart2D charts.
Chart2DPropertiesPanel A JPanel that can be added to a content pane for modifying a Chart2DProperties class.
ChartArea A container containing information and components for all charts.
ChartColors Automates the choosing of colors for charts.
Dataset The container for the data values to chart.
DynamicChart2DFrameDemo A Chart2D demo for showing how to chart dynamic data.
FontArea Maintains a font to be used within an area.
GraphArea A container for many variables and components relating to a graph area.
GraphChart2D An abstract class for the common methods of LBChart2D and LLChart2D.
GraphChart2DProperties A data structure for holding the properties common to all graph charts (ie LBChart2D and LLChart2D).
GraphChart2DPropertiesDialog A dialog for expirementing with GraphChart2DProperties settings.
GraphChart2DPropertiesPanel A JPanel that can be added to a content pane for modifying a GraphChart2DProperties class.
GraphChartArea A container containing information and components for cartesian coordinate charts.
GraphProperties A data structure for holding the properties common all Chart2D graph chart graphs.
GraphPropertiesPanel A JPanel that can be added to a content pane for modifying a GraphProperties class.
HorizontalTextListArea A set of text labels layed out horizontally with bullets on either the top or bottom of the labels.
LBChart2D One of Chart2D's three general chart types.
LBChart2DFrameDemo A Chart2D demo, for showing the customizability of LBChart2D and for showing the capability of LBChart2DDialog.
LBChartArea A graph chart with the data category lables located along the botton of the graph chart.
LBGraphArea The area that the x axis and y axis attach to, and in which bars, lines, or dots are painted to represent the data set.
LegendArea A customizable legend for a chart, enabling charting of multiple data sets.
LLChart2D One of Chart2D's three general chart types.
LLChart2DFrameDemo A Chart2D demo, for showing the customizability of LLChart2D and for showing the capability of LLChart2DDialog.
LLChartArea A graph chart with the data category lables located along the left of the graph chart.
LLGraphArea The area that the x axis and y axis attach to, and in which bars, lines, or dots are painted to represent the data set.
MessageDialog A simple message dialog that displays text and an okay button.
MultipleChart2DFrameDemo A Chart2D demo, for showing how to display multiple charts in one GUI.
PieArea A container for many variables and components relating to a pie area.
PieChart2D One of Chart2D's three general chart types.
PieChart2DFrameDemo A Chart2D demo, for showing the customizability of PieChart2D and for showing the capability of PieChart2DDialog.
PieChart2DProperties A data structure for holding the properties common to all PieChart2D charts.
PieChart2DPropertiesDialog A dialog for expirementing with PieChart2DProperties settings.
PieChart2DPropertiesPanel A JPanel that can be added to a content pane for modifying a PieChart2DProperties class.
PieChartArea A titled pie chart with legend exactly like PieChart2D with one difference.
PieLabelsArea This class manages a set of labels that can be used to encircle a PieArea, labeling its pie sectors.
TextArea A customizable text label.
TextListArea An abstract class for shared methods between HorizontalTextListArea and VerticalTextListArea.
TitledArea A bordered area with a title and auto calculations for left over space.
VerticalTextListArea A set of text labels layed out vertially with bullets on either the left or right of the labels.
XAxisArea An x Axis for chart graphs.
YAxisArea An y Axis for chart graphs.