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
S
safeMaxMin(double, double)
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Returns a safe estimate of min and max drawing values for an axis.
ScatterChartRenderer
- Class in
com.approximatrix.charting.render
This renderer creates a scatter chart based on data contained in a ScatterDataModel.
ScatterChartRenderer(CoordSystem, ChartDataModel)
- Constructor for class com.approximatrix.charting.render.
ScatterChartRenderer
Creates new LineChartRenderer
ScatterDataModel
- Class in
com.approximatrix.charting.model
Implements an EditableChartDataModel that can be used for plotting data that shares the same X-axis points.
ScatterDataModel(double[][], double[], String[])
- Constructor for class com.approximatrix.charting.model.
ScatterDataModel
Creates a new ScatterDataModel with default series properties
ScatterDataModel.SeriesProperties
- Class in
com.approximatrix.charting.model
Simple private class that is used to store the drawing properties for a ScatterDataModel series.
ScatterDataModel.SeriesProperties()
- Constructor for class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Initializes the properties object, setting no markers and line drawing
SECOND_YAXIS
- Static variable in class com.approximatrix.charting.
CoordSystem
the axis binding constant for the second y-axis
setAllowBuffer(boolean)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Sets whether the renderer can buffer data internally for faster drawing
setAutoScale(boolean)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
setAutoScale(boolean)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Enables or disables chart autoscaling.
setAutoScale(boolean)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets whether the data model is using autoscale for constraints or specified values
setAutoscaleMouseButton(int)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the mouse button used to register a return to autoscaling by clicking.
setAxisBinding(int, int)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Provides a default empty implementation.
setAxisBinding(int, int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the Axis binding of a DataSet.
setAxisBinding(int, int)
- Method in class com.approximatrix.charting.model.
EditableChartDataModel
Sets the axis binding for a given DataSet.
setAxisBinding(int, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the Axis binding of a DataSet.
setBottomMargin(int)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the bottom margin.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the Bounds for this Chart.
setBounds(Rectangle)
- Method in interface com.approximatrix.charting.
Chart
Sets the Bounds for this Chart.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.
CoordSystem
Computes all margins, initializes the length of the Axis and calls
super.setBounds
.
setBounds(Rectangle)
- Method in interface com.approximatrix.charting.
GenericChart
Sets the Bounds for this Chart.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Sets the bounds the layout manager has assigned to this renderer.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.render.
AbstractRenderer
Sets the bounds the layout manager has assigned to this renderer.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Sets the graphical bounds for this renderer
setBounds(Rectangle)
- Method in interface com.approximatrix.charting.render.
Renderer
Sets the bounds the layout manager has assigned to this renderer.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Sets the Bounds for this Chart.
setBounds(Rectangle)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the Bounds for this Chart.
setChartDataModel(ChartDataModel)
- Method in class com.approximatrix.charting.
AbstractChart
Stores the ChartDataModel for this Chart.
setChartDataModel(ChartDataModel)
- Method in interface com.approximatrix.charting.
Chart
Stores the ChartDataModel for this Chart.
setChartDataModel(ChartDataModel)
- Method in interface com.approximatrix.charting.
GenericChart
Stores the ChartDataModel for this Chart.
setChartDataModel(ChartDataModel)
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Sets the ChartDataModel whose DataSets are rendered.
setChartDataModel(ChartDataModel)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Sets the ChartDataModel whose DataSets are rendered.
setChartDataModel(ChartDataModel)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Stores the ChartDataModel for this Chart.
setChartDataModel(ChartDataModel)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Stores the ChartDataModel for this Chart.
setChartDataModelConstraints(int, ChartDataModelConstraints)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the ChartDataModelConstraints object for the given axis binding.
setChartDataModelConstraints(int, ChartDataModelConstraints)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Sets the ChartDataModelConstraints object for the given axis binding.
setChartDataModelConstraints(int, ChartDataModelConstraints)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the ChartDataModelConstraints object for the given axis binding.
setChartDataModelConstraints(int, ChartDataModelConstraints)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Sets the ChartDataModelConstraints object for the given axis binding.
setChartRenderer(Map)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the Map with all ChartRenderers.
setChartRenderer(Map)
- Method in interface com.approximatrix.charting.
Chart
Sets the Map with all ChartRenderers.
setChartRenderer(Map)
- Method in interface com.approximatrix.charting.
GenericChart
Sets the Map with all ChartRenderers.
setChartRenderer(Map)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Sets the Map with all ChartRenderers.
setChartRenderer(Map)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the Map with all ChartRenderers.
setColor(int, Color)
- Method in class com.approximatrix.charting.render.
RowColorModel
Force a certain color for a row
setColorBox(Rectangle)
- Method in class com.approximatrix.charting.
Legend
Sets the size of the color boxes.
setColumnValueAt(int, Object)
- Method in interface com.approximatrix.charting.model.
DataSet
Sets the column value
setColumnValueAt(int, Object)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Sets a column value.
setCoordSystem(CoordSystem)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
setCoordSystem(CoordSystem)
- Method in interface com.approximatrix.charting.
Chart
Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
setCoordSystem(CoordSystem)
- Method in interface com.approximatrix.charting.
GenericChart
Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
setCoordSystem(CoordSystem)
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Sets the CoordSystem which contains the AffineTransforms to translate into pixel space.
setCoordSystem(CoordSystem)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Sets the CoordSystem which contains the AffineTransforms to translate into pixel space.
setCoordSystem(CoordSystem)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
setCoordSystem(CoordSystem)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
setEstimatedXTicks(int)
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Sets the estimated number of X ticks (not the actual - handled by autoscaler)
setEstimatedYTicks(int)
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Sets the estimated number of Y ticks (not the actual - handled by autoscaler)
setFirstYAxis(Axis)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the left y-axis and computes the matrix transformation.
setFont(Font)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the font for the axis labels.
setFont(Font)
- Method in class com.approximatrix.charting.
Legend
Sets the Font that is used to render the Legend.
setFont(Font)
- Method in class com.approximatrix.charting.
Title
Sets the Font that is used to render the title.
setFrame(double, double, double, double)
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Sets the framing rectangle.
setFrame(double, double, double, double)
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
setLeftMargin(int)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the left margin.
setLegend(Legend)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the legend for this chart.
setLegend(Legend)
- Method in interface com.approximatrix.charting.
Chart
Sets the legend for this chart.
setLegend(Legend)
- Method in interface com.approximatrix.charting.
GenericChart
Sets the legend for this chart.
setLegend(Legend)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Sets the legend for this chart.
setLegend(Legend)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the legend for this chart.
setLength(int)
- Method in class com.approximatrix.charting.
Axis
Sets the Pixel length of the axis.
setLineOff()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Sets connecting line to be hidden
setLineOff()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Sets connecting line to be hidden
setLineOn()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Sets connecting line to be drawn
setLineOn()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Sets connecting line to be drawn
setLineStyle(String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Sets the line style to the specified format
setManualScale(boolean)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Enables the manual axis scaling.
setManualScale(boolean)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Enables the manual axis scaling.
setManualScale(boolean)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Enables the manual axis scaling.
setMarkerOff()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Sets markers to be hidden
setMarkerOff()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Sets markers to be hidden
setMarkerOn()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Sets markers to be drawn
setMarkerOn()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Sets markers to be drawn
setMaximumColumnValue(double)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Sets the maximum x-axis value.
setMaximumColumnValue(double)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the maximum x-axis value.
setMaximumColumnValue(double)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the maximum independent (x-axis) value.
setMaximumValue(Number)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Sets the maximum y-axis value.
setMaximumValue(Number)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the maximum y-axis value.
setMaximumValue(Number)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the maximum dependent (y-axis) value.
setMinimumColumnValue(double)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Sets the minimum x-axis value.
setMinimumColumnValue(double)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the minimum x-axis value.
setMinimumColumnValue(double)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the minimum independent (x-axis) value.
setMinimumValue(Number)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Sets the minimum y-axis value.
setMinimumValue(Number)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the minimum y-axis value.
setMinimumValue(Number)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the minimum dependent (y-axis) value.
setPaintAxes(boolean)
- Method in class com.approximatrix.charting.
CoordSystem
Sets whether the axes will be painted.
setPaintGrid(boolean)
- Method in class com.approximatrix.charting.
CoordSystem
Sets whether a grid is painted.
setPaintLabels(boolean)
- Method in class com.approximatrix.charting.
CoordSystem
Sets whether labels should be painted for the axes
setRightMargin(int)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the right margin.
setRowColorModel(RowColorModel)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the RowColorModel for this chart.
setRowColorModel(RowColorModel)
- Method in class com.approximatrix.charting.
Legend
Defines the RowColorModel of the DataModel.
setRowColorModel(RowColorModel)
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Sets a RowColorModel to define the correlation of row titles and colors used for the Legend.
setRowColorModel(RowColorModel)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Sets a RowColorModel to define the correlation of row titles and colors used for the Legend.
setSecondYAxis(Axis)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the second y-axis and computes the matrix transformation.
setSeriesLine(String, boolean)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Set the series line, specified by name, to be either displayed or hidden
setSeriesLine(String, boolean)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Set the series line, specified by name, to be either displayed or hidden
setSeriesLineStyle(String, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the line style description for the series of interest
setSeriesMarker(String, boolean)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the series marker, specified by name, to be either displayed or hidden
setSeriesMarker(String, boolean)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Sets the series marker, specified by name, to be either displayed or hidden
setShape(int, RectangularShape)
- Method in class com.approximatrix.charting.render.
RowColorModel
Force a certain Shape for a row
setText(String)
- Method in class com.approximatrix.charting.
Title
Sets this title's text.
setTitle(Title)
- Method in class com.approximatrix.charting.
AbstractChart
Sets the title for this chart.
setTitle(Title)
- Method in interface com.approximatrix.charting.
Chart
Sets the title for this chart.
setTitle(Title)
- Method in interface com.approximatrix.charting.
GenericChart
Sets the title for this chart.
setTitle(String)
- Method in interface com.approximatrix.charting.model.
DataSet
Sets the DataSet's title.
setTitle(String)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Sets the title of this DataSet.
setTitle(Title)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Sets the title for this chart.
setTitle(Title)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the title for this chart.
setTopMargin(int)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the top margin.
setTransform(AffineTransform, int)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the coordinate transformation for any y-coordinate.
setValueAt(int, int, Object)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Provides an empty implementation for not-editable DataModels.
setValueAt(int, int, Object)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Sets the value in a specific dataset at the given index.
setValueAt(int, Object)
- Method in interface com.approximatrix.charting.model.
DataSet
Stores a value in the DataSet.
setValueAt(int, Object)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Sets the given value at the specified index.
setValueAt(int, int, Object)
- Method in class com.approximatrix.charting.model.
EditableChartDataModel
Sets the value in a given DataSet.
setValueAt(int, int, Object)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Sets the value in a specific dataset at the given index.
setXAxis(Axis)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the x-axis.
setXAxisUnit(String)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the x-axis unit string.
setXValue(double, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Sets a single independent value at a specified location
setXValues(double[])
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Sets the independent values for this data set
setXYValues(double[][])
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Sets the independent and dependent values simultaneously
setYAxis(int)
- Method in interface com.approximatrix.charting.model.
DataSet
Sets the axis this DataSet is attached to.
setYAxis(int)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Sets the Axis binding.
setYAxisUnit(String)
- Method in class com.approximatrix.charting.
CoordSystem
Sets the y-axis unit string.
setYValue(double, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Sets a single dependent value at a specified location
setYValues(double[])
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Sets the dependent values for this data set
setZoomMouseButton(int)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Sets the mouse button used fo dynamic scaling.
shapeSize
- Variable in class com.approximatrix.charting.render.
MultiScatterChartRenderer
shapeSize
- Variable in class com.approximatrix.charting.render.
PlotChartRenderer
shapeSize
- Variable in class com.approximatrix.charting.render.
ScatterChartRenderer
shouldDrawArrows
- Variable in class com.approximatrix.charting.
CoordSystem
if true, the arrows will be drawn at the end of the axi
shouldPaintAltTick
- Variable in class com.approximatrix.charting.
CoordSystem
if true, the increment will be painted at each tick mark
shouldPaintAxes
- Variable in class com.approximatrix.charting.
CoordSystem
If true, axes will be drawn, but nothing is drawn if false
shouldPaintGrid
- Variable in class com.approximatrix.charting.
CoordSystem
If true, a grid is painted along with the tick marks.
shouldPaintLabels
- Variable in class com.approximatrix.charting.
CoordSystem
If true, the labels will be painted.
shouldPaintOnlyTick
- Variable in class com.approximatrix.charting.
CoordSystem
if true only the tick will be painted on the yaxis.
show_line
- Variable in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Whether a line is shown when drawing the series
show_line
- Variable in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Whether a line is shown when drawing the series
show_marker
- Variable in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Whether a marker is shown when drawing the series
show_marker
- Variable in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Whether a marker is shown when drawing the series
SimpleStrokeDefs
- Class in
com.approximatrix.charting
Defines basic strokes for line drawing in a convenient manner.
SimpleStrokeDefs()
- Constructor for class com.approximatrix.charting.
SimpleStrokeDefs
size()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the number of entries in the data set
SMALL_DASH
- Static variable in class com.approximatrix.charting.
SimpleStrokeDefs
Small dash stroke
SMALL_DASH_NAME
- Static variable in class com.approximatrix.charting.
SimpleStrokeDefs
Name for referencing small dash line
SOLID
- Static variable in class com.approximatrix.charting.
SimpleStrokeDefs
Solid line stroke
SOLID_NAME
- Static variable in class com.approximatrix.charting.
SimpleStrokeDefs
Name for referencing solid line
SQUARE_SHAPE
- Static variable in class com.approximatrix.charting.render.
RowColorModel
A square marker for plotting
StackedBarChartRenderer
- Class in
com.approximatrix.charting.render
This renderer creates a stacked BarChart.
StackedBarChartRenderer(CoordSystem, AbstractChartDataModel)
- Constructor for class com.approximatrix.charting.render.
StackedBarChartRenderer
Creates new StackedBarChartRenderer
StackedBarChartRenderer(CoordSystem, AbstractChartDataModel, float)
- Constructor for class com.approximatrix.charting.render.
StackedBarChartRenderer
Creates new StackedBarChartRenderer
StackedChartDataModelConstraints
- Class in
com.approximatrix.charting.model
Implementing the ChartDataModelConstraints this class provides an implementation for the data model constraints where the maximum value is the sum of all positive values and the minimum value is the sum of all negative values.
StackedChartDataModelConstraints(AbstractChartDataModel, int)
- Constructor for class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Creates a new instance of DefaultChartDataModelConstraints
StackedChartDataModelConstraints(AbstractChartDataModel, int, boolean)
- Constructor for class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Creates a new instance of DefaultChartDataModelConstraints
strcolumns
- Variable in class com.approximatrix.charting.test.
TestChartDataModel
supported
- Variable in class com.approximatrix.charting.test.
ImageFilter
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