com.threerings.opengl.gui.config
Class InsetsConfig

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

public class InsetsConfig
extends DeepObject
implements Exportable

Contains a configurable set of insets.


Field Summary
 int bottom
          The inset parameters.
 int left
          The inset parameters.
 int right
          The inset parameters.
 int top
          The inset parameters.
 
Constructor Summary
InsetsConfig()
           
 
Method Summary
 Insets createInsets()
          Creates a set of insets corresponding to this config.
 
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

top

@Editable(hgroup="i")
public int top
The inset parameters.


right

@Editable(hgroup="i")
public int right
The inset parameters.


bottom

@Editable(hgroup="i")
public int bottom
The inset parameters.


left

@Editable(hgroup="i")
public int left
The inset parameters.

Constructor Detail

InsetsConfig

public InsetsConfig()
Method Detail

createInsets

public Insets createInsets()
Creates a set of insets corresponding to this config.



Copyright © 2011. All Rights Reserved.