Uses of Class
com.metsci.glimpse.support.polygon.Polygon.Interior

Packages that use Polygon.Interior
com.metsci.glimpse.support.polygon Tessellation of polygons into collections of triangles which can be easily drawn by the graphics card. 
 

Uses of Polygon.Interior in com.metsci.glimpse.support.polygon
 

Methods in com.metsci.glimpse.support.polygon that return Polygon.Interior
 Polygon.Interior Polygon.Loop.getSide()
           
static Polygon.Interior Polygon.Interior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Polygon.Interior[] Polygon.Interior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metsci.glimpse.support.polygon with parameters of type Polygon.Interior
 Polygon.Loop Polygon.Loop.LoopBuilder.complete(Polygon.Interior side)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.