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.
 
Constructor Summary
BackgroundConfig.Solid()
           
 
Method Summary
 
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
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()


Copyright © 2011. All Rights Reserved.