|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.Draw | +--com.klg.jclass.chart3d.DrawPoint
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 |
public DrawPoint()
public DrawPoint(com.klg.jclass.chart3d.Chart3dDataView dataView)
dataView
- Method Detail |
protected com.klg.jclass.chart3d.Chart3dPointData getPointData()
Chart3dDataView
.
protected void draw(Graphics gc)
draw
in class Draw
gc
- protected void draw2dPoints(Graphics gc)
draw2dPoints
in class Draw
gc
-
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |