JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class ScatterFacet

java.lang.Object
  |
  +--com.klg.jclass.chart3d.FacetAbstract
        |
        +--com.klg.jclass.chart3d.ScatterFacet
All Implemented Interfaces:
Facet, Serializable

public class ScatterFacet
extends FacetAbstract

Render facet at (x,y) as a scatter point

See Also:
Serialized Form

Field Summary
protected  Graphics gc
           
 
Fields inherited from class com.klg.jclass.chart3d.FacetAbstract
data, drawGrid, xPoints, yPoints
 
Method Summary
 void processFacet(int x, int y, int edges)
          Abstract routine that renders the facet.
 
Methods inherited from class com.klg.jclass.chart3d.FacetAbstract
fillPointArrays, getDrawGrid, getScreenPoint, setDrawGrid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gc

protected transient Graphics gc
Method Detail

processFacet

public void processFacet(int x,
                         int y,
                         int edges)
Description copied from class: FacetAbstract
Abstract routine that renders the facet. Each chart type will do this differently.

Specified by:
processFacet in interface Facet
Specified by:
processFacet in class FacetAbstract
Parameters:
x -
y -
edges -

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