Uses of Class
com.threerings.opengl.gui.border.Border

Packages that use Border
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.border   
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of Border in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Border
 Border Component.getBorder()
          Returns the currently active border for this component.
 

Uses of Border in com.threerings.opengl.gui.border
 

Subclasses of Border in com.threerings.opengl.gui.border
 class CompoundBorder
          Combines two borders into a single compound border.
 class EmptyBorder
          Defines a border with no rendered geometry but that simply takes up space.
 class LineBorder
          Defines a border that displays a single line around the bordered component in a specified color.
 

Constructors in com.threerings.opengl.gui.border with parameters of type Border
CompoundBorder(Border outer, Border inner)
           
 

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

Methods in com.threerings.opengl.gui.config that return Border
 Border BorderConfig.getBorder()
          Returns the border corresponding to this config.
 



Copyright © 2011. All Rights Reserved.