gestalt.extension.picking
Class Picker

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.extension.picking.Picker
All Implemented Interfaces:
Drawable
Direct Known Subclasses:
JoglPicker

public abstract class Picker
extends AbstractDrawable


Field Summary
 PickingBin[] bin
           
 
Constructor Summary
Picker()
           
 
Method Summary
 boolean isActive()
          returns whether the drawable is active.
 void setActive(boolean theIsActive)
           
 
Methods inherited from class gestalt.shape.AbstractDrawable
add, getSortData, getSortValue, isSortable, setSortValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gestalt.render.Drawable
draw
 

Field Detail

bin

public PickingBin[] bin
Constructor Detail

Picker

public Picker()
Method Detail

isActive

public boolean isActive()
Description copied from interface: Drawable
returns whether the drawable is active. it is commonly implemented so that the drawables 'draw' method will be ommitted if 'isActive' return false, although this behavior can vary depending on the implementation.

Specified by:
isActive in interface Drawable
Overrides:
isActive in class AbstractDrawable
Returns:
boolean

setActive

public void setActive(boolean theIsActive)


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009