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


Copyright © 2011. All Rights Reserved.