A B C D E F G H I J L M N O P R S T U V W X Y Z

D

dash - Static variable in class com.approximatrix.charting.SimpleStrokeDefs
Constants for line dash drawing
DASH_DOT - Static variable in class com.approximatrix.charting.SimpleStrokeDefs
Dash-Dot stroke
DASH_DOT_NAME - Static variable in class com.approximatrix.charting.SimpleStrokeDefs
Name for referencing dash-dot line
data - Variable in class com.approximatrix.charting.model.DefaultChartDataModel
The DataSet list.
data - Variable in class com.approximatrix.charting.model.DefaultDataSet
 
data - Variable in class com.approximatrix.charting.model.MultiScatterDataModel
Stores all DataSet objects in the model
data - Variable in class com.approximatrix.charting.model.ObjectChartDataModel
The data values.
data - Variable in class com.approximatrix.charting.test.GraphFrame
 
data_properties - Variable in class com.approximatrix.charting.model.ScatterDataModel
Arraylist containing a SeriesProperties classes, one for each data set
DataSet - Interface in com.approximatrix.charting.model
An interface used to encapsulate the DataSets in a ChartDataModel.
DefaultChart - Class in com.approximatrix.charting
The Default class to create a chart.
DefaultChart() - Constructor for class com.approximatrix.charting.DefaultChart
Creates new empty DefaultChart.
DefaultChart(ChartDataModel, String) - Constructor for class com.approximatrix.charting.DefaultChart
Creates a new DefaultChart with the given model and title string and no coordinate system.
DefaultChart(ChartDataModel, String, int) - Constructor for class com.approximatrix.charting.DefaultChart
Creates a new DefaultChart with the given model and title string and a coordinate system.
DefaultChart(ChartDataModel, String, int, String, String) - Constructor for class com.approximatrix.charting.DefaultChart
Creates a new DefaultChart with the given model and title string and a coordinate system.
DefaultChartDataModel - Class in com.approximatrix.charting.model
Implements a default ChartModel.
DefaultChartDataModel() - Constructor for class com.approximatrix.charting.model.DefaultChartDataModel
Creates a new empty DefaultChartDataModel.
DefaultChartDataModel(Number[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModel
Creates new DefaultChartDataModel with the default axis binding.
DefaultChartDataModel(int[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModel
Creates new DefaultChartDataModel.
DefaultChartDataModel(double[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModel
Creates new DefaultChartDataModel.
DefaultChartDataModel(DataSet[]) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModel
Creates a new DefaultChartDataModel using the given array of DataSets, effectively enabling the creation of DataModels with differently sized DataSets.
DefaultChartDataModelConstraints - Class in com.approximatrix.charting.model
Implementing the ChartDataModelConstraints this class provides the default implementation for the data model constraints.
DefaultChartDataModelConstraints(AbstractChartDataModel, int) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModelConstraints
Creates a new instance of DefaultChartDataModelConstraints
DefaultChartDataModelConstraints(AbstractChartDataModel, int, boolean) - Constructor for class com.approximatrix.charting.model.DefaultChartDataModelConstraints
Creates a new instance of DefaultChartDataModelConstraints
DefaultDataSet - Class in com.approximatrix.charting.model
This is a default DataSet implementation.
DefaultDataSet() - Constructor for class com.approximatrix.charting.model.DefaultDataSet
Creates a new empty DefaultDataSet with default axis binding.
DefaultDataSet(int) - Constructor for class com.approximatrix.charting.model.DefaultDataSet
Creates a new empty DefaultDataSet with the given Axis binding.
DefaultDataSet(Object[], Object[], int) - Constructor for class com.approximatrix.charting.model.DefaultDataSet
Creates a new DefaultDataSet with the given data and the Axis binding.
DefaultDataSet(Object[], Object[], int, String) - Constructor for class com.approximatrix.charting.model.DefaultDataSet
Creates a new DefaultDataSet with the given data and the Axis binding.
descr - Variable in class com.approximatrix.charting.test.ImageFilter
 
dfX - Variable in class com.approximatrix.charting.CoordSystem
DecimalFormat used throught on the Xaxis of the CoordSystem
dfY - Variable in class com.approximatrix.charting.CoordSystem
DecimalFormat used throught on the Yaxis of the CoordSystem
Diamond2D - Class in com.approximatrix.charting.render.shape
This class implements a diamond like Shape object.
Diamond2D(double, double, double, double) - Constructor for class com.approximatrix.charting.render.shape.Diamond2D
Creates a Diamond shape with the specified coordinates.
DIAMOND_SHAPE - Static variable in class com.approximatrix.charting.render.RowColorModel
A diamond marker for plotting
DOT - Static variable in class com.approximatrix.charting.SimpleStrokeDefs
Dot stroke
DOT1 - Static variable in class com.approximatrix.charting.CoordSystemUtilities
Constant array of floats used to create the default grid line style.
DOT_NAME - Static variable in class com.approximatrix.charting.SimpleStrokeDefs
Name for referencing dotted line
drawline(AffineTransform, int, Graphics2D) - Method in class com.approximatrix.charting.render.MultiScatterChartRenderer
Performs the line drawing for a given data set if called
drawline(ScatterDataModel, RowColorModel, AffineTransform, int, Graphics2D) - Method in class com.approximatrix.charting.render.ScatterChartRenderer
Performs the line drawing for a given data set if called
drawmarkers(AffineTransform, int, Graphics2D) - Method in class com.approximatrix.charting.render.MultiScatterChartRenderer
Performs the drawing point markers for a given data set if called
drawmarkers(ScatterDataModel, RowColorModel, AffineTransform, int, Graphics2D) - Method in class com.approximatrix.charting.render.ScatterChartRenderer
Performs the drawing point markers for a given data set if called
drawNumericalXAxisGrid(Graphics2D) - Method in class com.approximatrix.charting.CoordSystemUtilities
Draws a grid based on values in the x-axis
drawNumericalXAxisTicks(Graphics2D) - Method in class com.approximatrix.charting.CoordSystemUtilities
This method is called by paintDefault to paint the ticks on the x-axis for numerical x-axis values.
drawXAxisTicks(Graphics2D) - Method in class com.approximatrix.charting.CoordSystemUtilities
This method is called by paintDefault to paint the ticks on the x-axis for non-numerical x-axis values..
drawYAxisGrid(Graphics2D) - Method in class com.approximatrix.charting.CoordSystemUtilities
Draws a grid based on values in the y-axis
drawYAxisTicks(Graphics2D) - Method in class com.approximatrix.charting.CoordSystemUtilities
This method is called by paintDefault to paint the ticks on the y-axis.

A B C D E F G H I J L M N O P R S T U V W X Y Z