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

E

EditableChartDataModel - Class in com.approximatrix.charting.model
Implements an editable ChartModel.
EditableChartDataModel() - Constructor for class com.approximatrix.charting.model.EditableChartDataModel
Creates a new empty EditableChartDataModel.
EditableChartDataModel(Number[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.EditableChartDataModel
Creates new EditableChartDataModel with the default axis binding.
EditableChartDataModel(int[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.EditableChartDataModel
Creates new EditableChartDataModel.
EditableChartDataModel(double[][], double[], String[]) - Constructor for class com.approximatrix.charting.model.EditableChartDataModel
Creates new EditableChartDataModel.
EditableChartDataModel(EditableDataSet[]) - Constructor for class com.approximatrix.charting.model.EditableChartDataModel
Creates a new EditableChartDataModel using the given array of EditableDataSets, effectively enabling the creation of DataModels with differently sized DataSets.
EditableDataSet - Class in com.approximatrix.charting.model
This is an editable DataSet implementation.
EditableDataSet() - Constructor for class com.approximatrix.charting.model.EditableDataSet
Creates a new empty EditableDataSet with default axis binding.
EditableDataSet(int) - Constructor for class com.approximatrix.charting.model.EditableDataSet
Creates a new empty EditableDataSet with the given Axis binding.
EditableDataSet(Object[], Object[], int) - Constructor for class com.approximatrix.charting.model.EditableDataSet
Creates a new EditableDataSet with the given data and the Axis binding.
EditableDataSet(Object[], Object[], int, String) - Constructor for class com.approximatrix.charting.model.EditableDataSet
Creates a new EditableDataSet with the given data and the Axis binding.
ELLIPSE_SHAPE - Static variable in class com.approximatrix.charting.render.RowColorModel
An ellipse marker for plotting
enableZoom(boolean) - Method in class com.approximatrix.charting.swing.ExtendedChartPanel
Allows mouse selection for zooming
EncodingException - Exception in com.approximatrix.charting
This class encapsulates all image encoding exceptions.
EncodingException() - Constructor for exception com.approximatrix.charting.EncodingException
Creates a new instance of EncodingException without detail message.
EncodingException(String) - Constructor for exception com.approximatrix.charting.EncodingException
Constructs an instance of EncodingException with the specified detail message.
EncodingException(String, Throwable) - Constructor for exception com.approximatrix.charting.EncodingException
Constructs an instance of EncodingException with the specified detail message and the specified cause.
equals(Object) - Method in class com.approximatrix.charting.model.AbstractChartDataModel
Compares this ChartDataModel with another object.
estimated_x_ticks - Variable in class com.approximatrix.charting.CoordSystemUtilities
Estimate of the number of x ticks to draw.
estimated_y_ticks - Variable in class com.approximatrix.charting.CoordSystemUtilities
Estimates of the number of y ticks to draw.
exitForm(WindowEvent) - Method in class com.approximatrix.charting.test.GraphFrame
Exit the Application
exp(double) - Static method in class com.approximatrix.charting.ChartUtilities
A double value can be represented like d = x * 10exp and this method returns the value of exp for a double d.
ExtendedChart - Class in com.approximatrix.charting
 
ExtendedChart() - Constructor for class com.approximatrix.charting.ExtendedChart
Creates new empty DefaultChart.
ExtendedChart(ChartDataModel, String) - Constructor for class com.approximatrix.charting.ExtendedChart
Creates a new DefaultChart with the given model and title string and no coordinate system.
ExtendedChart(ChartDataModel, String, int) - Constructor for class com.approximatrix.charting.ExtendedChart
Creates a new DefaultChart with the given model and title string and a coordinate system.
ExtendedChart(ChartDataModel, String, int, String, String) - Constructor for class com.approximatrix.charting.ExtendedChart
Creates a new DefaultChart with the given model and title string and a coordinate system.
ExtendedChartPanel - Class in com.approximatrix.charting.swing
This Panel provides the possibility to include a Chart into a Swing Application.
ExtendedChartPanel() - Constructor for class com.approximatrix.charting.swing.ExtendedChartPanel
Creates new ChartPanel
ExtendedChartPanel(ChartDataModel, String) - Constructor for class com.approximatrix.charting.swing.ExtendedChartPanel
Creates a new ChartPanel with the given model and title string.
ExtendedChartPanel(ChartDataModel, String, int) - Constructor for class com.approximatrix.charting.swing.ExtendedChartPanel
Creates a new ChartPanel with the given model and title string and a coordinate system.

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