Uses of Class
com.threerings.opengl.gui.background.Background

Packages that use Background
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.background   
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of Background in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Background
 Background Component.getBackground()
          Returns a reference to the background used by this component.
 Background EditableTextComponent.getSelectionBackground()
          Returns the selection background configured for this component.
 

Methods in com.threerings.opengl.gui with parameters of type Background
 void Component.setBackground(int state, Background background)
          Configures the background for this component for the specified state.
 

Uses of Background in com.threerings.opengl.gui.background
 

Subclasses of Background in com.threerings.opengl.gui.background
 class BlankBackground
          A blank background.
 class ImageBackground
          Supports image backgrounds in a variety of ways.
 class TintedBackground
          Displays a partially transparent solid color in the background.
 

Uses of Background in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return Background
 Background BackgroundConfig.getBackground(GlContext ctx)
          Returns the background corresponding to this config.
 



Copyright © 2011. All Rights Reserved.