net.sourceforge.chart2d |
|
Java Source File Name | Type | Comment |
Area.java | Class | An Advanced Bordered Area. |
AxisArea.java | Class | Contains shared methods of XAxisArea and YAxisArea. |
Chart2D.java | Class | An abstract class for the common methods of GraphChart2D and PieChart2D. |
Chart2DProperties.java | Class | A data structure for holding the properties common to all Chart2D charts. |
ChartArea.java | Class | A container containing information and components for all charts. |
Dataset.java | Class | The container for the data values to chart.
A dataset is like a third order array (ex. |
FancyBar.java | Class | A rectangle capable of automatic gradient paint, rounded corners on any single side,
and warning region coloring. |
FancyDot.java | Class | A circle capable of automatic gradient paint and warning region coloring. |
FancyLine.java | Class | A line capable of gradient paint and warning region coloring. |
FancyShape.java | Class | An abstract class holding the properties and logic shared by all fancy shapes. |
FontArea.java | Class | Maintains a font to be used within an area. |
GraphArea.java | Class | A container for many variables and components relating to a graph area. |
GraphChart2D.java | Class | An abstract class for the common methods of LBChart2D and LLChart2D. |
GraphChart2DProperties.java | Class | A data structure for holding the properties common to all GraphChart2D objects. |
GraphChartArea.java | Class | A container containing information and components for cartesian coordinate
charts. |
GraphProperties.java | Class | A data structure for holding the properties common to all graph area objects. |
HorizontalTextListArea.java | Class | A set of text labels layed out horizontally with bullets on either the top or
bottom of the labels. |
LBChart2D.java | Class | A class for the methods of GraphChart2D charts of the "Labels Bottom" type. |
LBChartArea.java | Class | A graph chart with the data category lables located along the botton of the
graph chart. |
LBGraphArea.java | Class | 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.java | Class | A customizable legend for a chart, enabling charting of multiple data sets.
Features:
Supports any number of text labels, allows for associating of any color with
any text label. |
LegendProperties.java | Class | A data structure for holding the properties common to all legends. |
LLChart2D.java | Class | A class for the methods of GraphChart2D charts of the "Labels Left" type. |
LLChartArea.java | Class | A graph chart with the data category lables located along the left of the
graph chart. |
LLGraphArea.java | Class | 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. |
MultiColorsProperties.java | Class | A data structure for holding the properties common to all sets of colors. |
Object2D.java | Class | An abstract class for the common methods of Chart2D, Clocks2D, and Progress2D objects. |
Object2DProperties.java | Class | A data structure for holding the properties common to all Object2D objects. |
PieArea.java | Class | A container for many variables and components relating to a pie area.
A pie area is the area that contains only the pie of a pie chart. |
PieChart2D.java | Class | A PieChart2D object is an enclosed are with a title, pie sectors, pie labels, and a legend. |
PieChart2DProperties.java | Class | A data structure for holding the properties common to all PieChart2D charts. |
PieChartArea.java | Class | A titled pie chart with legend exactly like PieChart2D with one difference.
This chart does not keep the title near to it, when auto min sizing is
disabled. |
PieInfoArea.java | Class | This class manages a set of labels that can be used to encircle a PieArea,
labeling its pie sectors. |
Properties.java | Class | A data structure for holding the properties common to all Properties objects. |
TextArea.java | Class | A customizable text label. |
TextListArea.java | Class | An abstract class for shared methods between HorizontalTextListArea and
VerticalTextListArea. |
TitledArea.java | Class | A bordered area with a title and auto calculations for left over space. |
VerticalTextListArea.java | Class | A set of text labels layed out vertially with bullets on either the left or
right of the labels. |
WarningRegion.java | Class | A structure for recording the region of the graph to be painted in a special way. |
WarningRegionProperties.java | Class | The properties of a warning region for GraphChart2D charts. |
XAxisArea.java | Class | An x Axis for chart graphs. |
YAxisArea.java | Class | An y Axis for chart graphs. |