lt.monarch.chart.chart3D.engine
Class Grid3D
java.lang.Object
lt.monarch.chart.engine.AbstractChartObject<GridPaintTags>
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
| 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 |
Grid3D
public Grid3D(AxisMapper axisMapper1,
AxisMapper axisMapper2,
Grid3D.GridOrientation orientation)
- Constructs a gird plane.
- Parameters:
axisMapper1 - the first axis mapperaxisMapper2 - the second axis mapperorientation - the orientation
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