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
Method Summary |
void |
processFacet(int x,
int y,
int edges)
Abstract routine that renders the facet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gc
protected transient Graphics gc
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
-