Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
A
AbstractChart
- Class in
com.approximatrix.charting
Implements the standard getter and setter methods for a chart.
AbstractChart()
- Constructor for class com.approximatrix.charting.
AbstractChart
Creates new AbstractChart
AbstractChartDataModel
- Class in
com.approximatrix.charting.model
This class implements the event-handling methods for a chart model.
AbstractChartDataModel()
- Constructor for class com.approximatrix.charting.model.
AbstractChartDataModel
Creates new AbstractChartDataModel
AbstractChartRenderer
- Class in
com.approximatrix.charting.render
This class is the superclass for all the different ChartRenderer.
AbstractChartRenderer(ChartDataModel)
- Constructor for class com.approximatrix.charting.render.
AbstractChartRenderer
Creates new AbstractChartRenderer
AbstractChartRenderer(CoordSystem, ChartDataModel)
- Constructor for class com.approximatrix.charting.render.
AbstractChartRenderer
Creates new AbstractChartRenderer
AbstractRenderer
- Class in
com.approximatrix.charting.render
The AbstractRenderer provides default implementations for the set and get methods of every Renderer.
AbstractRenderer()
- Constructor for class com.approximatrix.charting.render.
AbstractRenderer
Creates new AbstractRenderer
accept(File)
- Method in class com.approximatrix.charting.test.
ImageFilter
actionPerformed(ActionEvent)
- Method in class com.approximatrix.charting.test.
GraphFrame
addChartDataModelListener(ChartDataModelListener)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Adds a ChartDataModelListener.
addChartDataModelListener(ChartDataModelListener)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Adds a ChartDataModelListener
addChartDataModelListener(ChartDataModelListener)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Adds a ChartDataModelListener.
addChartRenderer(AbstractChartRenderer, int)
- Method in class com.approximatrix.charting.
AbstractChart
Adds a ChartRenderer with a specific z-coordinate.
addChartRenderer(AbstractChartRenderer, int)
- Method in interface com.approximatrix.charting.
Chart
Adds a ChartRenderer with a specific z-coordinate.
addChartRenderer(Renderer, int)
- Method in interface com.approximatrix.charting.
GenericChart
Adds a ChartRenderer with a specific z-coordinate.
addChartRenderer(AbstractChartRenderer, int)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Adds a ChartRenderer with a specific z-coordinate.
addChartRenderer(AbstractChartRenderer, int)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Adds a ChartRenderer with a specific z-coordinate.
addData(double[], double[], String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Adds a data set of an array of x values and an array of y values to the model.
addData(double[][], String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Adds a data set of an array consisting of independent values in the first column and dependent values in the second column to the model.
addDataToSet(TreeSet, Number[][])
- Static method in class com.approximatrix.charting.
ChartUtilities
Adds a two-dimensional array to a TreeSet.
align
- Variable in class com.approximatrix.charting.
Axis
The axis' alignment.
allowManualColScale
- Variable in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
A flag which determines if column values should be manually scalable.
allowManualColScale
- Variable in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
A flag which determines if column values should be manually scalable.
ARROWLENGTH
- Variable in class com.approximatrix.charting.
CoordSystem
The arrow length constant.
autoscale
- Variable in class com.approximatrix.charting.model.
AbstractChartDataModel
Flag defining the automatic scaling of max and min values.
autoscale
- Variable in class com.approximatrix.charting.model.
MultiScatterDataModel
Flag defining the automatic scaling of max and min values.
autoscale_button
- Variable in class com.approximatrix.charting.swing.
ExtendedChartPanel
Mouse button for restoring autoscale
Axis
- Class in
com.approximatrix.charting
The CoordSystem contains two or possibly three Axis objects for the x-axis and the at most two y-axis.
Axis(int, ChartDataModelConstraints)
- Constructor for class com.approximatrix.charting.
Axis
Creates new Axis.
axis
- Variable in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
The axis to compute the constraints.
axis
- Variable in class com.approximatrix.charting.model.
DefaultDataSet
axis
- Variable in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
The axis to compute the constraints.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z