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
 
Constructor Summary
BackgroundConfig.ColorizedImage()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.gui.config.BackgroundConfig.Image
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
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()


Copyright © 2011. All Rights Reserved.