lt.monarch.chart.chart2D
Class GridCircle
java.lang.Object
lt.monarch.chart.engine.AbstractChartObject<GridPaintTags>
lt.monarch.chart.engine.AbstractGrid
lt.monarch.chart.chart2D.GridCircle
- All Implemented Interfaces:
- java.io.Serializable, ChartObject, StyleEditorEntity
public class GridCircle
extends AbstractGrid
- See Also:
- Serialized Form
| Methods inherited from class lt.monarch.chart.engine.AbstractGrid |
copy, getPaintMode, getProjector, getSortPosition, getXDepth, getXMapper, getYDepth, getYMapper, setPaintMode, setXGridDepth, setYGridDepth |
| Methods inherited from class lt.monarch.chart.engine.AbstractChartObject |
activate, chart, copy, deactivate, dispose, finalize, getChart, getChartObjectBounds, getPaintStyle, getParent, 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 |
GridCircle
public GridCircle(PlaneMapper planeMapper,
AxisMapper mapperX,
AxisMapper mapperY)
drawGrid
protected void drawGrid(AxisMapper axisMapper,
int gridDepth,
boolean isVerticalGrid,
AbstractGraphics g,
Projector projector,
GeneralPoint ptt)
- Description copied from class:
AbstractGrid
- Draws the grid for the specified mapper
- Specified by:
drawGrid in class AbstractGrid
- Parameters:
axisMapper - axis mappergridDepth - grid depthisVerticalGrid - is the grid verticalg - graphics contextprojector - projectorptt - Normalized point, to avoid point creation
draw
public void draw(AbstractGraphics g)
- Description copied from interface:
ChartObject
- Renders chart object on the Graphics context.
- Specified by:
draw in interface ChartObject
- Overrides:
draw in class AbstractGrid
- Parameters:
g - graphics context