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.
 
Constructor Summary
IconConfig.Blank()
           
 
Method Summary
 
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
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()


Copyright © 2011. All Rights Reserved.