JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class DrawGridJava3d

java.lang.Object
  |
  +--com.klg.jclass.chart3d.Draw
        |
        +--com.klg.jclass.chart3d.DrawGrid
              |
              +--com.klg.jclass.chart3d.j3d.DrawGridJava3d
All Implemented Interfaces:
Serializable

public class DrawGridJava3d
extends DrawGrid

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.DrawGrid
AB_EPSILON, drawFacetFactory, gridRegion, N, processGrid, V0, V0V1, V0V2, V1, V2
 
Fields inherited from class com.klg.jclass.chart3d.Draw
dataView, mapping, originPoint
 
Constructor Summary
protected DrawGridJava3d()
          Basic constructor.
protected DrawGridJava3d(com.klg.jclass.chart3d.Chart3dDataView dataView)
          Internal constructor specifying parent data view.
 
Method Summary
 void draw()
          Create Java3D scene graph objects based on the grid data.
 
Methods inherited from class com.klg.jclass.chart3d.DrawGrid
cubeSpace, draw, draw2dPoints, findAbsolutePoint, getGridData, getGridRegion, getProcessGrid, gridSurfaceIntersect, lineIntersect2D, rayIntersectTriangle, rayTestBar, rayTestFacet, testFacet
 
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

DrawGridJava3d

protected DrawGridJava3d()
Basic constructor.


DrawGridJava3d

protected DrawGridJava3d(com.klg.jclass.chart3d.Chart3dDataView dataView)
Internal constructor specifying parent data view.

Method Detail

draw

public void draw()
Create Java3D scene graph objects based on the grid data.


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