com.threerings.tudey.data
Class TudeySceneModel.FloorPlaceableFilter

java.lang.Object
  extended by com.threerings.tudey.data.TudeySceneModel.FloorPlaceableFilter
All Implemented Interfaces:
com.google.common.base.Predicate<SpaceElement>, Exportable
Enclosing class:
TudeySceneModel

protected static class TudeySceneModel.FloorPlaceableFilter
extends Object
implements Exportable, com.google.common.base.Predicate<SpaceElement>

Used to select sprites according to their floor flags.


Constructor Summary
protected TudeySceneModel.FloorPlaceableFilter()
           
 
Method Summary
 boolean apply(SpaceElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

TudeySceneModel.FloorPlaceableFilter

protected TudeySceneModel.FloorPlaceableFilter()
Method Detail

apply

public boolean apply(SpaceElement element)
Specified by:
apply in interface com.google.common.base.Predicate<SpaceElement>