UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.satin
Class SatinConstants.ObjectPoolPolygon2D

java.lang.Object
  |
  +--edu.berkeley.guir.lib.collection.ObjectPool
        |
        +--edu.berkeley.guir.lib.satin.SatinConstants.ObjectPoolPolygon2D
Enclosing class:
SatinConstants

public static final class SatinConstants.ObjectPoolPolygon2D
extends ObjectPool

Object pool of Polygon2D objects.


Constructor Summary
SatinConstants.ObjectPoolPolygon2D()
           
 
Method Summary
 Object createObject()
          Override this method so that it creates the Object you want in the pool.
 
Methods inherited from class edu.berkeley.guir.lib.collection.ObjectPool
allocatingObjectPool, getAvailable, getCapacity, getObject, isFree, isTaken, main, ownsObject, printDebugStacks, reinitialize, releaseObject, reset, synchronizedObjectPool, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SatinConstants.ObjectPoolPolygon2D

public SatinConstants.ObjectPoolPolygon2D()
Method Detail

createObject

public Object createObject()
Description copied from class: ObjectPool
Override this method so that it creates the Object you want in the pool.
Overrides:
createObject in class ObjectPool

Copyright Information