com.threerings.opengl.gui.config
Class DimensionConfig
java.lang.Object
com.threerings.util.DeepObject
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. |
width
@Editable(hgroup="d")
public int width
- The dimensions.
height
@Editable(hgroup="d")
public int height
- The dimensions.
DimensionConfig
public DimensionConfig()
createDimension
public Dimension createDimension()
- Creates a dimension object corresponding to this config.
Copyright © 2011. All Rights Reserved.