com.objectplanet.chart.ext
Class PlotterGrid

java.lang.Object
  extended by com.objectplanet.chart.Grid
      extended by com.objectplanet.chart.ext.PlotterGrid
All Implemented Interfaces:
java.io.Serializable

public class PlotterGrid
extends Grid

This class represents the plotter chart grid with all ranges and lables.

Author:
Bjorn J. Kvande., Philipp Kolibaba.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.objectplanet.chart.Grid
HORIZONTAL, TARGET_LINE_ID_AND_VALUE_LABEL, TARGET_LINE_ID_LABEL, TARGET_LINE_NO_LABEL, TARGET_LINE_VALUE_LABEL, VERTICAL
 
Constructor Summary
PlotterGrid(GenericChart chart)
          Creates the plotter chart grid.
 
Method Summary
 
Methods inherited from class com.objectplanet.chart.Grid
formatRangeNumber, getCurrentLowerRange, getCurrentRange, getGraphInsets, getGridAlignment, getGridLine, getGridLineColor, getGridLineColors, getGridLines, getLowerRange, getMaxValueLineCount, getRange, getRangeAdjusted, getRangeAdjusterPosition, getRangeColor, getRangeCount, getRangeDecimalCount, getRangeFormatter, getRangeInterval, getRangePosition, getTargetLabelsPosition, getTargetValueLine, getValueLinesColor, isDefaultGridLinesOn, isGridAdjustmentOn, isRangeAdjusterOn, isRangeLabelsOn, isRangeOn, isRightToLeftScrollingOn, isSampleScrollerOn, isValueLinesOn, reset, setCurrentLowerRange, setCurrentRange, setDefaultGridLinesColor, setDefaultGridLinesOn, setDefaultGridLinesOn, setGraphInsets, setGridAdjustmentOn, setGridAlignment, setGridLine, setGridLineColor, setGridLineColors, setGridLines, setGridLinesColor, setLowerRange, setLowerRelativeRange, setLowerRelativeRange, setLowerRelativeRange, setMaxValueLineCount, setRange, setRangeAdjusted, setRangeAdjusterOn, setRangeAdjusterPosition, setRangeColor, setRangeDecimalCount, setRangeFormatter, setRangeInterval, setRangeLabelsOn, setRangeOn, setRangePosition, setRelativeRange, setRelativeRange, setRelativeRange, setRightToLeftScrollingOn, setSampleAxisRange, setSampleScrollerOn, setTargetLabelsPosition, setTargetValueLine, setValueLinesColor, setValueLinesOn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterGrid

public PlotterGrid(GenericChart chart)
Creates the plotter chart grid.