com.threerings.opengl.gui.config
Class BorderConfig.Solid
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.BorderConfig
com.threerings.opengl.gui.config.BorderConfig.Solid
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- BorderConfig
public static class BorderConfig.Solid
- extends BorderConfig
A solid border.
|
Method Summary |
protected Border |
createBorder()
Creates the border corresponding to this config. |
color
@Editable(mode="alpha",
hgroup="t")
public Color4f color
- The color of the border.
BorderConfig.Solid
public BorderConfig.Solid()
createBorder
protected Border createBorder()
- Description copied from class:
BorderConfig
- Creates the border corresponding to this config.
- Specified by:
createBorder in class BorderConfig