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

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

public static class BackgroundConfig.Blank
extends BackgroundConfig

A blank 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
 
Fields inherited from class com.threerings.opengl.gui.config.BackgroundConfig
_background
 
Constructor Summary
BackgroundConfig.Blank()
           
 
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
 

Constructor Detail

BackgroundConfig.Blank

public BackgroundConfig.Blank()
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