com.threerings.opengl.scene
Class ViewerEffectSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by com.threerings.util.AbstractIdentityHashSet<ViewerEffect>
              extended by com.threerings.opengl.scene.ViewerEffectSet
All Implemented Interfaces:
Iterable<ViewerEffect>, Collection<ViewerEffect>, Set<ViewerEffect>

public class ViewerEffectSet
extends AbstractIdentityHashSet<ViewerEffect>

A set of viewer effects.


Constructor Summary
ViewerEffectSet()
           
 
Method Summary
 Color4f getBackgroundColor(Box bounds)
          Returns the background color for this effect set.
 
Methods inherited from class com.threerings.util.AbstractIdentityHashSet
add, clear, contains, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, isEmpty, retainAll, toArray, toArray
 

Constructor Detail

ViewerEffectSet

public ViewerEffectSet()
Method Detail

getBackgroundColor

public Color4f getBackgroundColor(Box bounds)
Returns the background color for this effect set.

Parameters:
bounds - the bounds used to resolve conflicts.


Copyright © 2011. All Rights Reserved.