Uses of Class
org.vizzini.ui.graphics.shape.PolygonShape

Packages that use PolygonShape
org.vizzini.ui.graphics Provides graphics classes for the game framework. 
org.vizzini.ui.graphics.shape Provides graphics shape classes for the game framework. 
 

Uses of PolygonShape in org.vizzini.ui.graphics
 

Methods in org.vizzini.ui.graphics that return PolygonShape
 PolygonShape PolygonShapePool.acquire()
          Return an instance from the reusable object pool, creating it if necessary.
 PolygonShape PolygonShapePool.acquire(Color color, List points, boolean isWireframe)
          Return an instance from the reusable object pool, creating it if necessary.
 

Methods in org.vizzini.ui.graphics with parameters of type PolygonShape
 void PolygonShapePool.release(PolygonShape polygon)
          Return an instance to the reusable object pool.
 

Uses of PolygonShape in org.vizzini.ui.graphics.shape
 

Methods in org.vizzini.ui.graphics.shape that return PolygonShape
protected  PolygonShape ExtrudedShape.processPolygonShape(Color color, List vector)
          Process a polygon using the given parameters.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02