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
G
GenericChart
- Interface in
com.approximatrix.charting
This class defines the methods to access a chart.
getAlignment()
- Method in class com.approximatrix.charting.
Axis
Returns the alignment of the axis.
getAvailableStyles()
- Static method in class com.approximatrix.charting.
SimpleStrokeDefs
Returns an array containing the names of all the available strokes provided by this static class
getAxisBinding(int)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Returns the Axis Binding for a specific DataSet, ie the Axis on which the DataSet should be plotted
getAxisBinding(int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the Axis binding of a specific DataSet.
getAxisBinding(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the axis binding for a DataSet
getAxisBinding(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the Axis binding of a specific DataSet.
getAxisBinding(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns the axis to which a DataSet is attached
getBottomMargin()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the bottom margin.
getBounds()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the Bounds for the Chart.
getBounds()
- Method in interface com.approximatrix.charting.
Chart
Returns the Bounds for the Chart.
getBounds()
- Method in interface com.approximatrix.charting.
GenericChart
Returns the Bounds for the Chart.
getBounds()
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Gets the bounds for this renderer.
getBounds()
- Method in class com.approximatrix.charting.render.
AbstractRenderer
Gets the bounds for this renderer.
getBounds()
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the graphical bounds for this renderer
getBounds()
- Method in interface com.approximatrix.charting.render.
Renderer
Gets the bounds for this renderer.
getBounds()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the Bounds for the ChartPanel.
getBounds()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the Bounds for the ChartPanel.
getBounds2D()
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
getBounds2D()
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getCause()
- Method in exception com.approximatrix.charting.
EncodingException
Returns the Throwable that caused the Exception to be thrown.
getCause()
- Method in exception com.approximatrix.charting.model.
JDBCPlotterException
Returns the Throwable that caused the Exception to be thrown.
getChartDataModel()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the ChartDataModel.
getChartDataModel()
- Method in interface com.approximatrix.charting.
Chart
Returns the ChartDataModel.
getChartDataModel()
- Method in interface com.approximatrix.charting.
GenericChart
Returns the ChartDataModel.
getChartDataModel()
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Returns the ChartDataModel whose DataSets are rendered.
getChartDataModel()
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the ChartDataModel whose DataSets are rendered.
getChartDataModel()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the ChartDataModel.
getChartDataModel()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the ChartDataModel.
getChartDataModelConstraints(int)
- Method in class com.approximatrix.charting.
CoordSystem
Returns the used ChartDataModelConstraints.
getChartDataModelConstraints(int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns a ChartDataModelConstraints object for the given axis binding.
getChartDataModelConstraints(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns a ChartDataModelConstraints Object for a given axis.
getChartDataModelConstraints(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns a ChartDataModelConstraints object for the given axis binding.
getChartDataModelConstraints(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns a ChartDataModelConstraints Object for a given axis.
getChartRenderer()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the Map of all ChartRenderers.
getChartRenderer(int)
- Method in class com.approximatrix.charting.
AbstractChart
Returns the ChartRenderer with a specific z-coordinate.
getChartRenderer()
- Method in interface com.approximatrix.charting.
Chart
Returns the Map of all ChartRenderers.
getChartRenderer(int)
- Method in interface com.approximatrix.charting.
Chart
Returns the ChartRenderer with a specific z-coordinate.
getChartRenderer()
- Method in interface com.approximatrix.charting.
GenericChart
Returns the Map of all ChartRenderers.
getChartRenderer(int)
- Method in interface com.approximatrix.charting.
GenericChart
Returns the ChartRenderer with a specific z-coordinate.
getChartRenderer()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the Map of all ChartRenderers.
getChartRenderer(int)
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the ChartRenderer with a specific z-coordinate.
getChartRenderer()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the Map of all ChartRenderers.
getChartRenderer(int)
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the ChartRenderer with a specific z-coordinate.
getColor(int)
- Method in class com.approximatrix.charting.render.
RowColorModel
Computes the Color for a DataSet.
getColorBox()
- Method in class com.approximatrix.charting.
Legend
Returns the size of the color boxes.
getColumnClass()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Returns the class of the column values.
getColumnClass()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the class of the columns.
getColumnClass()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the class of the column values.
getColumnClass()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the class of the columns.
getColumnValueAt(int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns a specific column value.
getColumnValueAt(int, int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns a specific column value.
getColumnValueAt(int)
- Method in interface com.approximatrix.charting.model.
DataSet
Determines the column value at a specific DataSet index.
getColumnValueAt(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Use getColumnValue(int set, int col) instead, because DefaultChartDataModel can contain DataSets with different lengths and column values.
getColumnValueAt(int, int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns a specific column value.
getColumnValueAt(int)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Returns the column value.
getColumnValueAt(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns a specific column value.
getColumnValueAt(int, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns a specific column value.
getColumnValueAt(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns a specific column value.
getColumnValueAt(int, int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Calls getColumnValueAt(int col).
getCoordSystem()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the coordinate system.
getCoordSystem()
- Method in interface com.approximatrix.charting.
Chart
Returns the coordinate system.
getCoordSystem()
- Method in interface com.approximatrix.charting.
GenericChart
Returns the coordinate system.
getCoordSystem()
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Returns the current CoordSystem.
getCoordSystem()
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the current CoordSystem.
getCoordSystem()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the coordinate system.
getCoordSystem()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the coordinate system.
getDataSetIndex(String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the index of of the DataSet specified by the given DataSet name
getDataSetLength(int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the length of a certain dataset.
getDataSetLength()
- Method in interface com.approximatrix.charting.model.
DataSet
Determines the length of the DataSet
getDataSetLength(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the length of a certain dataset.
getDataSetLength()
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Returns the length of this data set, ie the minimum of the columns and the data array length.
getDataSetLength(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the length of a certain dataset.
getDataSetLength(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns the length of a certain dataset.
getDataSetName(int)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
Returns the title of the DataSet.
getDataSetName(int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the title of the DataSet used for rendering the Legend.
getDataSetName(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the title of the DataSet.
getDataSetName(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the title of the DataSet used for rendering the Legend.
getDataSetName(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns the title of the DataSet.
getDataSetNumber()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the total amount of datasets.
getDataSetNumber()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the total amount of datasets.
getDataSetNumber()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the total amount of datasets.
getDataSetNumber()
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns the total amount of datasets.
getDefaultStrokeDescription()
- Static method in class com.approximatrix.charting.
SimpleStrokeDefs
Returns the name of the default stroke
getDefaultTransform(int)
- Method in class com.approximatrix.charting.
CoordSystem
This method computes the default transform which transforms the user space coordinates of this coordinate system to the pixel space coordinates used in the Graphics object.
getDescription()
- Method in class com.approximatrix.charting.test.
ImageFilter
getEstimatedXTicks()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Returns the number of estimated X ticks to draw on the graph (not the actual)
getEstimatedYTicks()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Returns the number of estimated Y ticks to draw on the graph (not the actual)
getFirstColumnValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getFirstColumnValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the first ordered column value for use by the ChartDataModelConstraints.
getFirstColumnValue()
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Is called by the ChartDataModelConstraints Object to compute the minimum column value.
getFirstYAxis()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the first y-axis.
getFont()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the font used for the axis labels.
getFont()
- Method in class com.approximatrix.charting.
Legend
Returns this Legend's Font.
getFont()
- Method in class com.approximatrix.charting.
Title
Returns this title's Font.
getFontRenderContext()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the FontRenderContext used througout the CoordSystem
getHeight()
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Returns the height.
getHeight()
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getInnerBounds()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the inner margin, ie the bounds minus the margins.
getInstance(ChartDataModel)
- Static method in class com.approximatrix.charting.render.
RowColorModel
Deprecated.
getLastColumnValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getLastColumnValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the last ordered column value for use by the ChartDataModelConstraints.
getLastColumnValue()
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Is called by the ChartDataModelConstraints Object to compute the maximum column value.
getLeftMargin()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the left margin.
getLegend()
- Method in class com.approximatrix.charting.
AbstractChart
Returns this chart's legend.
getLegend()
- Method in interface com.approximatrix.charting.
Chart
Returns this chart's legend.
getLegend()
- Method in interface com.approximatrix.charting.
GenericChart
Returns this chart's legend.
getLegend()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns this chart's legend.
getLegend()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns this chart's legend.
getLength()
- Method in class com.approximatrix.charting.
Axis
Returns length of the axis in pixels.
getLine()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Returns state of line drawing
getLine()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Returns state of line drawing
getLineStyle()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Returns a string describing the line style
getManualMaximumColumnValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getManualMaximumColumnValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the current maximum x-axis value used for manual scaling.
getManualMaximumColumnValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the maximum manual scaling independent (x-axis) value
getManualMaximumValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getManualMaximumValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the current maximum y-axis value used for manual scaling.
getManualMaximumValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the maximum manual scaling dependent (y-axis) value
getManualMinimumColumnValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getManualMinimumColumnValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the current minimum x-axis value used for manual scaling.
getManualMinimumColumnValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the minimum manual scaling independent (x-axis) value
getManualMinimumValue()
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getManualMinimumValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the current minimum y-axis value used for manual scaling.
getManualMinimumValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the minimum manual scaling dependent (y-axis) value
getMarker()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.SeriesProperties
Returns state of marker drawing
getMarker()
- Method in class com.approximatrix.charting.model.
ScatterDataModel.SeriesProperties
Returns state of marker drawing
getMaximumColumnValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModelConstraints
Returns the maximum column value.
getMaximumColumnValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
Returns the maximum column value.
getMaximumColumnValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModelConstraints
Returns the maximum independent value to display
getMaximumColumnValue()
- Method in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Returns the maximum column value.
getMaximumValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModelConstraints
Returns the maximum value of all datasets.
getMaximumValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
Returns the maximum value of all datasets.
getMaximumValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModelConstraints
Returns the maximum dependent value to display
getMaximumValue()
- Method in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Returns the maximum value of all datasets.
getMaxX()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the largest independent value in the data set
getMaxXValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the maximum X value from all data sets
getMaxY()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the largest dependent value in the data set
getMaxYValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the maximum Y value from all data sets
getMinimumColumnValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModelConstraints
Returns the minimum column value.
getMinimumColumnValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
Returns the minimum column value.
getMinimumColumnValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModelConstraints
Returns the minimum independent value to display
getMinimumColumnValue()
- Method in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Returns the minimum column value.
getMinimumValue()
- Method in interface com.approximatrix.charting.model.
ChartDataModelConstraints
Returns the minimum value of all datasets.
getMinimumValue()
- Method in class com.approximatrix.charting.model.
DefaultChartDataModelConstraints
Returns the minimum value of all datasets.
getMinimumValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModelConstraints
Returns the minimum dependent value to display
getMinimumValue()
- Method in class com.approximatrix.charting.model.
StackedChartDataModelConstraints
Returns the minimum value of all datasets.
getMinX()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the smallest independent value in the data set
getMinXValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the minimum X value from all data sets
getMinY()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the smallest dependent value in the data set
getMinYValue()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the minimum Y value from all data sets
getNumberSeries()
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the number of series in the model
getOrderedValues(int)
- Method in class com.approximatrix.charting.model.
AbstractChartDataModel
getOrderedValues(int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns an ordered set of all data values for the specified axis.
getOrderedValues(int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns an ordered set of all data values for the specified axis.
getPaintGrid()
- Method in class com.approximatrix.charting.
CoordSystem
Returns whether a grid is painted.
getPathIterator(AffineTransform)
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Returns the object's PathIterator.
getPathIterator(AffineTransform)
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getPixelForValue(double)
- Method in class com.approximatrix.charting.
Axis
Returns the point on the axis for a specific value.
getPointToPixelRatio()
- Method in class com.approximatrix.charting.
Axis
Returns the ratio between a value unit and the screen pixels.
getPreferredSize()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the preferred size needed for the renderer.
getPreferredSize()
- Method in class com.approximatrix.charting.
DefaultChart
Should compute the preferred size of the Chart
getPreferredSize()
- Method in class com.approximatrix.charting.
ExtendedChart
Should compute the preferred size of the Chart
getPreferredSize()
- Method in class com.approximatrix.charting.
Legend
Returns the preferred size needed for the renderer.
getPreferredSize()
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Returns the preferred size needed for the renderer.
getPreferredSize()
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the renderer's prefered size
getPreferredSize()
- Method in interface com.approximatrix.charting.render.
Renderer
Returns the preferred size needed for the renderer.
getPreferredSize()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Computes the preferred size of the ChartPanel.
getPreferredSize()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Computes the preferred size of the ChartPanel.
getPreferredSize()
- Method in class com.approximatrix.charting.
Title
Returns the preferred size needed for the renderer.
getRightMargin()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the right margin.
getRow(int)
- Method in class com.approximatrix.charting.render.
RowColorModel
Returns the row title of a specific DataSet.
getRowColorModel()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the RowColorModel for this chart.
getRowColorModel()
- Method in class com.approximatrix.charting.
Legend
Returns the RowColorModel of the DataModel.
getRowColorModel()
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Returns the RowColorModel currently in use.
getRowColorModel()
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the RowColorModel currently in use.
getRowCount()
- Method in class com.approximatrix.charting.render.
RowColorModel
Computes the amount of all Legend entries, ie.
getSecondYAxis()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the second y-axis.
getSecondYAxisLine2D()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Computes the Line2D object of the second y-axis using the DataConstraints.
getSeriesLine(String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Determines whether the series should be drawn with a line
getSeriesLine(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Determines whether the series should be drawn with a line
getSeriesLine(int)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Returns whether the specified line series displays a drawn line
getSeriesLine(String)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Returns whether the specified line series displays a its line
getSeriesLineStyle(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the line style description
getSeriesMarker(String)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Determines whether the series should be drawn with markers
getSeriesMarker(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Determines whether the series should be drawn with markers
getSeriesMarker(int)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Returns whether the specified line series displays a marker
getSeriesMarker(String)
- Method in class com.approximatrix.charting.model.
ScatterDataModel
Returns whether the specified line series displays a marker
getShape(int)
- Method in class com.approximatrix.charting.render.
RowColorModel
Returns the Shape for a DataSet.
getStroke(String)
- Static method in class com.approximatrix.charting.
SimpleStrokeDefs
Returns a BasicStroke based on the name passed into this function
getStrokeDescription(BasicStroke)
- Static method in class com.approximatrix.charting.
SimpleStrokeDefs
Returns the string associated with the stroke passed in
getSupportedFormats()
- Static method in class com.approximatrix.charting.
ChartEncoder
Returns a String array containing the informal format names for all supported image encodings.
getText()
- Method in class com.approximatrix.charting.
Title
Returns this title's text.
getTitle()
- Method in class com.approximatrix.charting.
AbstractChart
Returns the title for this chart.
getTitle()
- Method in interface com.approximatrix.charting.
Chart
Returns the title for this chart.
getTitle()
- Method in interface com.approximatrix.charting.
GenericChart
Returns the title for this chart.
getTitle()
- Method in interface com.approximatrix.charting.model.
DataSet
Returns the Title of the DataSet.
getTitle()
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Returns the title of this DataSet.
getTitle()
- Method in class com.approximatrix.charting.swing.
ChartPanel
Returns the title for this chart.
getTitle()
- Method in class com.approximatrix.charting.swing.
ExtendedChartPanel
Returns the title for this chart.
getTopMargin()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the top margin.
getTransform(int)
- Method in class com.approximatrix.charting.
CoordSystem
Returns the currently defined AffineTransform for any y-axis.
getTransform(int)
- Method in class com.approximatrix.charting.render.
AbstractChartRenderer
Returns the currently defined AffineTransform for any y-axis.
getTransform(int)
- Method in class com.approximatrix.charting.render.
MultiScatterChartRenderer
Returns the currently defined AffineTransform for any y-axis.
getValueAt(int, int)
- Method in interface com.approximatrix.charting.model.
ChartDataModel
Returns the Value in a specific dataset at a certain index.
getValueAt(int)
- Method in interface com.approximatrix.charting.model.
DataSet
Returns a value in the DataSet
getValueAt(int, int)
- Method in class com.approximatrix.charting.model.
DefaultChartDataModel
Returns the Value in a specific dataset at a certain index.
getValueAt(int)
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Returns the data at the specified index.
getValueAt(int, int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel
Returns the Value in a specific dataset at a certain index.
getValueAt(int, int)
- Method in class com.approximatrix.charting.model.
ObjectChartDataModel
Returns the Value in a specific dataset at a certain index.
getWidth()
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Returns the width.
getWidth()
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getX(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the specified independent value
getX()
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Returns the x-coordinate.
getX()
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getXAxis()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the x axis.
getXAxisLine2D()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Computes the Line2D object of the x-axis using the DataConstraints.
getXAxisUnit()
- Method in class com.approximatrix.charting.
CoordSystem
Gets the x-axis unit string.
getXDecimalFormat()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the DecimalFormat used throught on the Xaxis of the CoordSystem
getXTickLocations()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Returns the location of tick marks on the x-axis without any transform for plotting
getY(int)
- Method in class com.approximatrix.charting.model.
MultiScatterDataModel.DataSet
Returns the specified dependent value
getY()
- Method in class com.approximatrix.charting.render.shape.
Diamond2D
Returns the y-coordinate.
getY()
- Method in class com.approximatrix.charting.render.shape.
Triangle2D
getYAxis()
- Method in interface com.approximatrix.charting.model.
DataSet
Returns the axis to which this DataSet is attached.
getYAxis()
- Method in class com.approximatrix.charting.model.
DefaultDataSet
Returns the Axis binding.
getYAxisLine2D()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Computes the Line2D object of the y-axis using the DataConstraints.
getYAxisUnit()
- Method in class com.approximatrix.charting.
CoordSystem
Gets the y-axis label.
getYDecimalFormat()
- Method in class com.approximatrix.charting.
CoordSystem
Returns the DecimalFormat used throught on the Yaxis of the CoordSystem
getYTickLocations()
- Method in class com.approximatrix.charting.
CoordSystemUtilities
Returns the location of tick marks on the y-axis without any transform for plotting
GraphFrame
- Class in
com.approximatrix.charting.test
GraphFrame()
- Constructor for class com.approximatrix.charting.test.
GraphFrame
Creates new form GraphFrame
GRID_COLOR
- Static variable in class com.approximatrix.charting.
CoordSystemUtilities
Color used for drawing gridlines
GRID_LINE_STYLE
- Static variable in class com.approximatrix.charting.
CoordSystemUtilities
Default and fixed grid line style to use
grRect
- Variable in class com.approximatrix.charting.swing.
ChartPanel
The selection rectangle for actual drawing purposes
grRect
- Variable in class com.approximatrix.charting.swing.
ExtendedChartPanel
The selection rectangle for actual drawing purposes
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