JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class DrawFacetMSZ

java.lang.Object
  |
  +--com.klg.jclass.chart3d.DrawFacetAbstract
        |
        +--com.klg.jclass.chart3d.DrawFacetMSZ
All Implemented Interfaces:
DrawFacet, Serializable

public class DrawFacetMSZ
extends DrawFacetAbstract

Draw Facet - Mesh, Shaded, Zones

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.DrawFacetAbstract
drawGrid, drawMeshLine, gc
 
Method Summary
 void draw(int[] xPoints, int[] yPoints, int n, int holeCode, int x, int y)
           
 
Methods inherited from class com.klg.jclass.chart3d.DrawFacetAbstract
getDrawGrid, getDrawMeshLine, getGC, polyContours, polyErase, polyFilled, polyFilledZones, polyOutline, polyOutlineZones, setDrawGrid, setDrawMeshLine, setGC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

draw

public void draw(int[] xPoints,
                 int[] yPoints,
                 int n,
                 int holeCode,
                 int x,
                 int y)
Specified by:
draw in interface DrawFacet
Specified by:
draw in class DrawFacetAbstract
Parameters:
xPoints -
yPoints -
n -
holeCode -
x -
y -

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