JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class DrawPoint

java.lang.Object
  |
  +--com.klg.jclass.chart3d.Draw
        |
        +--com.klg.jclass.chart3d.DrawPoint
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DrawPointJava3d

public class DrawPoint
extends Draw
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.Draw
dataView, mapping, originPoint
 
Constructor Summary
DrawPoint()
          Basic constructor.
DrawPoint(com.klg.jclass.chart3d.Chart3dDataView dataView)
          Internal constructor specifying parent data view.
 
Method Summary
protected  void draw(Graphics gc)
          Actually draws the graph based on the point data.
protected  void draw2dPoints(Graphics gc)
          For point data, draws 2d points.
protected  com.klg.jclass.chart3d.Chart3dPointData getPointData()
          Data must be point data.
 
Methods inherited from class com.klg.jclass.chart3d.Draw
getDataView, getMapping, renderDropLine, renderPoint, setMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawPoint

public DrawPoint()
Basic constructor.


DrawPoint

public DrawPoint(com.klg.jclass.chart3d.Chart3dDataView dataView)
Internal constructor specifying parent data view.

Parameters:
dataView -
Method Detail

getPointData

protected com.klg.jclass.chart3d.Chart3dPointData getPointData()
Data must be point data. This is a convenience method to get the data from the Chart3dDataView.


draw

protected void draw(Graphics gc)
Actually draws the graph based on the point data.

Specified by:
draw in class Draw
Parameters:
gc -

draw2dPoints

protected void draw2dPoints(Graphics gc)
For point data, draws 2d points. Just blurt them out (no sorting required).

Specified by:
draw2dPoints in class Draw
Parameters:
gc -

Copyright © 2004 Quest Software Inc..
All rights reserved.