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

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.BackgroundConfig
          extended by com.threerings.opengl.gui.config.BackgroundConfig.Image
              extended by com.threerings.opengl.gui.config.BackgroundConfig.ColorizedImage
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BackgroundConfig

public static class BackgroundConfig.ColorizedImage
extends BackgroundConfig.Image

A colorized image.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BackgroundConfig.Image
BackgroundConfig.Image.Anchor, BackgroundConfig.Image.Mode
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BackgroundConfig
BackgroundConfig.Blank, BackgroundConfig.ColorizedImage, BackgroundConfig.Image, BackgroundConfig.Solid
 
Field Summary
 ColorizationConfig[] colorizations
          The colorizations to apply to the image.
 
Fields inherited from class com.threerings.opengl.gui.config.BackgroundConfig.Image
anchor, file, frame, mode
 
Fields inherited from class com.threerings.opengl.gui.config.BackgroundConfig
_background
 
Constructor Summary
BackgroundConfig.ColorizedImage()
           
 
Method Summary
protected  Image getImage(GlContext ctx)
          Retrieves the image for the background.
 
Methods inherited from class com.threerings.opengl.gui.config.BackgroundConfig.Image
createBackground, getUpdateResources
 
Methods inherited from class com.threerings.opengl.gui.config.BackgroundConfig
getBackground, 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

colorizations

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

Constructor Detail

BackgroundConfig.ColorizedImage

public BackgroundConfig.ColorizedImage()
Method Detail

getImage

protected Image getImage(GlContext ctx)
Description copied from class: BackgroundConfig.Image
Retrieves the image for the background.

Overrides:
getImage in class BackgroundConfig.Image