lt.monarch.chart.chart3D.engine
Class Grid3D

java.lang.Object
  extended by lt.monarch.chart.engine.AbstractChartObject<GridPaintTags>
      extended by lt.monarch.chart.chart3D.engine.Grid3D
All Implemented Interfaces:
java.io.Serializable, ChartObject, StyleEditorEntity

public class Grid3D
extends AbstractChartObject<GridPaintTags>

Represents a grid in 3D chart.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class Grid3D.GridOrientation
          Grid plane orientation options.
 
Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.engine.AbstractChartObject
AXIS_SORT_POSITION, BREAK_LINE_POSITION, DEFAULT_SORT_POSITION, GRID_SORT_POSITION, MARKER_SERIES_SORT_POSITION, MARKERS_SORT_POSITION, paintStyle, SERIES_SORT_POSITION, sortPosition, style
 
Constructor Summary
Constructor and Description
Grid3D(AxisMapper axisMapper1, AxisMapper axisMapper2, Grid3D.GridOrientation orientation)
          Constructs a gird plane.
 
Method Summary
Modifier and Type Method and Description
 void draw(AbstractGraphics g)
          Draws the grid plane.
 boolean isClipSeries()
          Specifies if series are clipped by grid planes
 void setClipSeries(boolean clipSeries)
          Specifies if series are clipped by grid planes
 
Methods inherited from class lt.monarch.chart.engine.AbstractChartObject
activate, chart, copy, deactivate, dispose, finalize, getChart, getChartObjectBounds, getPaintStyle, getParent, getSortPosition, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid3D

public Grid3D(AxisMapper axisMapper1,
              AxisMapper axisMapper2,
              Grid3D.GridOrientation orientation)
Constructs a gird plane.

Parameters:
axisMapper1 - the first axis mapper
axisMapper2 - the second axis mapper
orientation - the orientation
Method Detail

draw

public void draw(AbstractGraphics g)
Draws the grid plane.

Parameters:
g - the graphics context to draw into

isClipSeries

public boolean isClipSeries()
Specifies if series are clipped by grid planes


setClipSeries

public void setClipSeries(boolean clipSeries)
Specifies if series are clipped by grid planes