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

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.Solid
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BackgroundConfig

public static class BackgroundConfig.Solid
extends BackgroundConfig

A solid background.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BackgroundConfig
BackgroundConfig.Blank, BackgroundConfig.ColorizedImage, BackgroundConfig.Image, BackgroundConfig.Solid
 
Field Summary
 Color4f color
          The color of the background.
 
Fields inherited from class com.threerings.opengl.gui.config.BackgroundConfig
_background
 
Constructor Summary
BackgroundConfig.Solid()
           
 
Method Summary
protected  Background createBackground(GlContext ctx)
          Creates the background corresponding to this config.
 
Methods inherited from class com.threerings.opengl.gui.config.BackgroundConfig
getBackground, 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

color

@Editable(mode="alpha")
public Color4f color
The color of the background.

Constructor Detail

BackgroundConfig.Solid

public BackgroundConfig.Solid()
Method Detail

createBackground

protected Background createBackground(GlContext ctx)
Description copied from class: BackgroundConfig
Creates the background corresponding to this config.

Specified by:
createBackground in class BackgroundConfig