JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface DrawFacet

All Known Implementing Classes:
DrawFacetAbstract

public interface DrawFacet


Method Summary
 void draw(int[] xPoints, int[] yPoints, int n, int holeCode, int x, int y)
           
 com.klg.jclass.chart3d.DrawGrid getDrawGrid()
           
 Graphics getGC()
           
 void polyContours(int x, int y)
           
 void polyErase(int[] xPoints, int[] yPoints, int n, int holeCode)
           
 void polyFilled(int[] xPoints, int[] yPoints, int n, int holeCode)
           
 boolean polyFilledZones(int x, int y)
           
 void polyOutline(int[] xPoints, int[] yPoints, int n, int holeCode, int x, int y)
           
 boolean polyOutlineZones(int x, int y)
           
 void setDrawGrid(com.klg.jclass.chart3d.DrawGrid drawGrid)
           
 void setDrawMeshLine(boolean drawMeshLine)
           
 void setGC(Graphics gc)
           
 

Method Detail

draw

public void draw(int[] xPoints,
                 int[] yPoints,
                 int n,
                 int holeCode,
                 int x,
                 int y)

setDrawGrid

public void setDrawGrid(com.klg.jclass.chart3d.DrawGrid drawGrid)

getDrawGrid

public com.klg.jclass.chart3d.DrawGrid getDrawGrid()

setGC

public void setGC(Graphics gc)

getGC

public Graphics getGC()

setDrawMeshLine

public void setDrawMeshLine(boolean drawMeshLine)

polyOutline

public void polyOutline(int[] xPoints,
                        int[] yPoints,
                        int n,
                        int holeCode,
                        int x,
                        int y)

polyFilled

public void polyFilled(int[] xPoints,
                       int[] yPoints,
                       int n,
                       int holeCode)

polyErase

public void polyErase(int[] xPoints,
                      int[] yPoints,
                      int n,
                      int holeCode)

polyFilledZones

public boolean polyFilledZones(int x,
                               int y)

polyContours

public void polyContours(int x,
                         int y)

polyOutlineZones

public boolean polyOutlineZones(int x,
                                int y)

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