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

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.Image
              extended by com.threerings.opengl.gui.config.IconConfig.ColorizedImage
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
IconConfig

public static class IconConfig.ColorizedImage
extends IconConfig.Image

A colorized image 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
 ColorizationConfig[] colorizations
          The colorizations to apply to the image.
 
Fields inherited from class com.threerings.opengl.gui.config.IconConfig.Image
file
 
Constructor Summary
IconConfig.ColorizedImage()
           
 
Method Summary
 Image getImage(GlContext ctx)
          Retrieves the image for the icon.
 
Methods inherited from class com.threerings.opengl.gui.config.IconConfig.Image
getUpdateResources
 
Methods inherited from class com.threerings.opengl.gui.config.IconConfig
getIcon, getImage, 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

colorizations

@Editable
public ColorizationConfig[] colorizations
The colorizations to apply to the image.

Constructor Detail

IconConfig.ColorizedImage

public IconConfig.ColorizedImage()
Method Detail

getImage

public Image getImage(GlContext ctx)
Description copied from class: IconConfig.Image
Retrieves the image for the icon.

Overrides:
getImage in class IconConfig.Image


Copyright © 2011. All Rights Reserved.