JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface Facet

All Known Implementing Classes:
FacetAbstract

public interface Facet

Interface that specifies how facets are processed.


Method Summary
 void processFacet(int x, int y, int edges)
          Process the facet at grid position with indices (x, y) based on which grid region the facet is in (@see GridRegion).
 

Method Detail

processFacet

public void processFacet(int x,
                         int y,
                         int edges)
Process the facet at grid position with indices (x, y) based on which grid region the facet is in (@see GridRegion).

Parameters:
x - The x grid index
y - The y grid index
edges - The grid region that the facet is in.

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