|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.PaintableConfig.Case
public static class PaintableConfig.Case
Represents a single case.
| Field Summary | |
|---|---|
boolean |
e
The constraints in each direction. |
boolean |
n
The constraints in each direction. |
boolean |
ne
The constraints in each direction. |
boolean |
nw
The constraints in each direction. |
boolean |
s
The constraints in each direction. |
boolean |
se
The constraints in each direction. |
boolean |
sw
The constraints in each direction. |
PaintableConfig.Tile[] |
tiles
The tiles for the case. |
boolean |
w
The constraints in each direction. |
| Constructor Summary | |
|---|---|
PaintableConfig.Case()
|
|
| Method Summary | |
|---|---|
int |
getRotations(int pattern)
Returns a bit set containing the rotations of this case that match the specified pattern. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the cases's update references to the provided set. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="d") public boolean n
@Editable(hgroup="d") public boolean nw
@Editable(hgroup="d") public boolean w
@Editable(hgroup="d") public boolean sw
@Editable(hgroup="d") public boolean s
@Editable(hgroup="d") public boolean se
@Editable(hgroup="d") public boolean e
@Editable(hgroup="d") public boolean ne
@Editable(weight=1.0) public PaintableConfig.Tile[] tiles
| Constructor Detail |
|---|
public PaintableConfig.Case()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public int getRotations(int pattern)
public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||