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

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.BorderConfig
          extended by com.threerings.opengl.gui.config.BorderConfig.Solid
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BorderConfig

public static class BorderConfig.Solid
extends BorderConfig

A solid border.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BorderConfig
BorderConfig.Blank, BorderConfig.Solid
 
Field Summary
 Color4f color
          The color of the border.
 
Fields inherited from class com.threerings.opengl.gui.config.BorderConfig
_border, thickness
 
Constructor Summary
BorderConfig.Solid()
           
 
Method Summary
protected  Border createBorder()
          Creates the border corresponding to this config.
 
Methods inherited from class com.threerings.opengl.gui.config.BorderConfig
getBorder, 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",
          hgroup="t")
public Color4f color
The color of the border.

Constructor Detail

BorderConfig.Solid

public BorderConfig.Solid()
Method Detail

createBorder

protected Border createBorder()
Description copied from class: BorderConfig
Creates the border corresponding to this config.

Specified by:
createBorder in class BorderConfig