Uses of Class
com.approximatrix.charting.CoordSystem

Packages that use CoordSystem
com.approximatrix.charting   
com.approximatrix.charting.render   
com.approximatrix.charting.swing   
 

Uses of CoordSystem in com.approximatrix.charting
 

Fields in com.approximatrix.charting declared as CoordSystem
protected  CoordSystem CoordSystemUtilities.c
          The coordinate system associated with these utilities
protected  CoordSystem AbstractChart.coord
           
 

Methods in com.approximatrix.charting that return CoordSystem
 CoordSystem GenericChart.getCoordSystem()
          Returns the coordinate system.
 CoordSystem Chart.getCoordSystem()
          Returns the coordinate system.
 CoordSystem AbstractChart.getCoordSystem()
          Returns the coordinate system.
 

Methods in com.approximatrix.charting with parameters of type CoordSystem
 void GenericChart.setCoordSystem(CoordSystem c)
          Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
 void Chart.setCoordSystem(CoordSystem c)
          Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
 void AbstractChart.setCoordSystem(CoordSystem c)
          Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
 

Constructors in com.approximatrix.charting with parameters of type CoordSystem
CoordSystemUtilities(CoordSystem coord, ChartDataModelConstraints constraints, ChartDataModelConstraints constraints2, ChartDataModel model)
          Creates a new instance of CoordSystemUtilities
 

Uses of CoordSystem in com.approximatrix.charting.render
 

Fields in com.approximatrix.charting.render declared as CoordSystem
protected  CoordSystem MultiScatterChartRenderer.coord
           
protected  CoordSystem AbstractChartRenderer.coord
           
 

Methods in com.approximatrix.charting.render that return CoordSystem
 CoordSystem MultiScatterChartRenderer.getCoordSystem()
          Returns the current CoordSystem.
 CoordSystem AbstractChartRenderer.getCoordSystem()
          Returns the current CoordSystem.
 

Methods in com.approximatrix.charting.render with parameters of type CoordSystem
 void MultiScatterChartRenderer.setCoordSystem(CoordSystem cs)
          Sets the CoordSystem which contains the AffineTransforms to translate into pixel space.
 void AbstractChartRenderer.setCoordSystem(CoordSystem cs)
          Sets the CoordSystem which contains the AffineTransforms to translate into pixel space.
 

Constructors in com.approximatrix.charting.render with parameters of type CoordSystem
AbstractChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new AbstractChartRenderer
BarChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new BarChartRenderer
BarChartRenderer(CoordSystem cs, ChartDataModel model, java.text.DecimalFormat topFormat, java.awt.Font topFont, float boxWidth)
          Creates new BarChartRenderer
InterpolationChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new InterpolationChartRenderer
LineChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new LineChartRenderer
MultiScatterChartRenderer(CoordSystem cs, MultiScatterDataModel model)
          Creates new LineChartRenderer
PieChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new PieChartRenderer
PlotChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new PlotChartRenderer
RadarChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new RadarChartRenderer
ScatterChartRenderer(CoordSystem cs, ChartDataModel model)
          Creates new LineChartRenderer
StackedBarChartRenderer(CoordSystem cs, AbstractChartDataModel model)
          Creates new StackedBarChartRenderer
StackedBarChartRenderer(CoordSystem cs, AbstractChartDataModel model, float boxWidth)
          Creates new StackedBarChartRenderer
 

Uses of CoordSystem in com.approximatrix.charting.swing
 

Methods in com.approximatrix.charting.swing that return CoordSystem
 CoordSystem ExtendedChartPanel.getCoordSystem()
          Returns the coordinate system.
 CoordSystem ChartPanel.getCoordSystem()
          Returns the coordinate system.
 

Methods in com.approximatrix.charting.swing with parameters of type CoordSystem
 void ExtendedChartPanel.setCoordSystem(CoordSystem c)
          Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.
 void ChartPanel.setCoordSystem(CoordSystem c)
          Sets the coordinate system for this chart, which can be null if the ChartRenderer doesn't need a coordinate system, e.g.