|
|||||||||
| 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.tools.ConfigTool.EditableReference<WallConfig>
com.threerings.tudey.tools.WallBrush.WallReference
protected static class WallBrush.WallReference
Allows us to edit the wall reference.
| Field Summary | |
|---|---|
int |
height
The height of the brush. |
ConfigReference<WallConfig> |
wall
The wall reference. |
int |
width
The width of the brush. |
| Constructor Summary | |
|---|---|
protected |
WallBrush.WallReference()
|
| Method Summary | |
|---|---|
ConfigReference<WallConfig> |
getReference()
Returns a reference to the config reference. |
void |
setReference(ConfigReference<WallConfig> ref)
Sets the config reference. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public ConfigReference<WallConfig> wall
@Editable(min=1.0,
hgroup="d")
public int width
@Editable(min=1.0,
hgroup="d")
public int height
| Constructor Detail |
|---|
protected WallBrush.WallReference()
| Method Detail |
|---|
public ConfigReference<WallConfig> getReference()
ConfigTool.EditableReference
getReference in class ConfigTool.EditableReference<WallConfig>public void setReference(ConfigReference<WallConfig> ref)
ConfigTool.EditableReference
setReference in class ConfigTool.EditableReference<WallConfig>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||