|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.cast.ComponentClass.PriorityOverride
public static class ComponentClass.PriorityOverride
Used to effect custom render orders for particular actions, orientations, etc.
| Field Summary | |
|---|---|
String |
action
The action, if any, for which this override is appropriate. |
String |
component
The component, if any, for which this override is appropriate. |
ArrayIntSet |
orients
The orientations, if any, for which this override is appropriate. |
int |
renderPriority
The overridden render priority value. |
| Constructor Summary | |
|---|---|
ComponentClass.PriorityOverride()
|
|
| Method Summary | |
|---|---|
int |
compareTo(ComponentClass.PriorityOverride po)
|
boolean |
matches(String action,
String component,
int orient)
Determines whether this priority override matches the specified action, orientation ant component combination. |
protected int |
priority()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int renderPriority
public String action
public String component
public ArrayIntSet orients
| Constructor Detail |
|---|
public ComponentClass.PriorityOverride()
| Method Detail |
|---|
public boolean matches(String action,
String component,
int orient)
public int compareTo(ComponentClass.PriorityOverride po)
compareTo in interface Comparable<ComponentClass.PriorityOverride>protected int priority()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||