com.threerings.opengl.gui.config
Class IconConfig.Blank
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.IconConfig
com.threerings.opengl.gui.config.IconConfig.Blank
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- IconConfig
public static class IconConfig.Blank
- extends IconConfig
A blank icon.
|
Field Summary |
int |
height
The dimensions of the icon. |
int |
width
The dimensions of the icon. |
| Fields inherited from class com.threerings.opengl.gui.config.IconConfig |
_icon |
width
@Editable(hgroup="d")
public int width
- The dimensions of the icon.
height
@Editable(hgroup="d")
public int height
- The dimensions of the icon.
IconConfig.Blank
public IconConfig.Blank()
createIcon
protected Icon createIcon(GlContext ctx)
- Description copied from class:
IconConfig
- Creates the icon corresponding to this config.
- Specified by:
createIcon in class IconConfig