com.klg.jclass.chart3d
Class DrawFacetSZ
java.lang.Object
|
+--com.klg.jclass.chart3d.DrawFacetAbstract
|
+--com.klg.jclass.chart3d.DrawFacetSZ
- All Implemented Interfaces:
- DrawFacet, Serializable
- public class DrawFacetSZ
- extends DrawFacetAbstract
Draw Facet - Shaded, Zones
- See Also:
- Serialized Form
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 |
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
-