com.threerings.opengl.gui.config
Class IconConfig.Blank

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.IconConfig
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.IconConfig
IconConfig.Blank, IconConfig.ColorizedImage, IconConfig.Image, IconConfig.Rotated
 
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
 
Constructor Summary
IconConfig.Blank()
           
 
Method Summary
protected  Icon createIcon(GlContext ctx)
          Creates the icon corresponding to this config.
 
Methods inherited from class com.threerings.opengl.gui.config.IconConfig
getIcon, getImage, getUpdateResources, invalidate
 
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

width

@Editable(hgroup="d")
public int width
The dimensions of the icon.


height

@Editable(hgroup="d")
public int height
The dimensions of the icon.

Constructor Detail

IconConfig.Blank

public IconConfig.Blank()
Method Detail

createIcon

protected Icon createIcon(GlContext ctx)
Description copied from class: IconConfig
Creates the icon corresponding to this config.

Specified by:
createIcon in class IconConfig