com.threerings.opengl.gui.config
Class DimensionConfig

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

public class DimensionConfig
extends DeepObject
implements Exportable

Contains a configurable set of dimensions.


Field Summary
 int height
          The dimensions.
 int width
          The dimensions.
 
Constructor Summary
DimensionConfig()
           
 
Method Summary
 Dimension createDimension()
          Creates a dimension object 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

width

@Editable(hgroup="d")
public int width
The dimensions.


height

@Editable(hgroup="d")
public int height
The dimensions.

Constructor Detail

DimensionConfig

public DimensionConfig()
Method Detail

createDimension

public Dimension createDimension()
Creates a dimension object corresponding to this config.



Copyright © 2011. All Rights Reserved.