|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.gui.config.BackgroundConfig
com.threerings.opengl.gui.config.BackgroundConfig.Image
public static class BackgroundConfig.Image
An image background.
| Nested Class Summary | |
|---|---|
static class |
BackgroundConfig.Image.Anchor
The various tile anchors. |
static class |
BackgroundConfig.Image.Mode
The various image modes. |
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BackgroundConfig |
|---|
BackgroundConfig.Blank, BackgroundConfig.ColorizedImage, BackgroundConfig.Image, BackgroundConfig.Solid |
| Field Summary | |
|---|---|
BackgroundConfig.Image.Anchor |
anchor
The image anchor. |
String |
file
The background image. |
InsetsConfig |
frame
The image frame. |
BackgroundConfig.Image.Mode |
mode
The image mode. |
| Constructor Summary | |
|---|---|
BackgroundConfig.Image()
|
|
| Method Summary | |
|---|---|
void |
getUpdateResources(HashSet<String> paths)
Adds the background's update resources to the provided set. |
| Methods inherited from class com.threerings.opengl.gui.config.BackgroundConfig |
|---|
getBackground, invalidate |
| 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(editor="resource",
nullable=true,
hgroup="f")
@FileConstraints(description="m.image_files_desc",
extensions={".png",".jpg",".dds"},
directory="image_dir")
public String file
@Editable(hgroup="m") public BackgroundConfig.Image.Mode mode
@Editable(hgroup="m") public BackgroundConfig.Image.Anchor anchor
@Editable(nullable=true) public InsetsConfig frame
| Constructor Detail |
|---|
public BackgroundConfig.Image()
| Method Detail |
|---|
public void getUpdateResources(HashSet<String> paths)
BackgroundConfig
getUpdateResources in class BackgroundConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||