|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<T>
com.threerings.util.AbstractIdentityHashSet<ViewerEffect>
com.threerings.opengl.scene.ViewerEffectSet
public class ViewerEffectSet
A set of viewer effects.
| Field Summary |
|---|
| Fields inherited from class com.threerings.util.AbstractIdentityHashSet |
|---|
_map |
| 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 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, isEmpty, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public ViewerEffectSet()
| Method Detail |
|---|
public Color4f getBackgroundColor(Box bounds)
bounds - the bounds used to resolve conflicts.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||