|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dimension | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.gui.config | GUI configurations. |
| com.threerings.opengl.gui.layout | |
| com.threerings.opengl.gui.text | |
| com.threerings.opengl.gui.util | |
| Uses of Dimension in com.threerings.opengl.gui |
|---|
| Methods in com.threerings.opengl.gui that return Dimension | |
|---|---|
Dimension |
LabelRenderer.computePreferredSize(int whint,
int hhint)
Computes the preferred size of the label. |
Dimension |
Component.getPreferredSize(int whint,
int hhint)
Returns the preferred size of this component, supplying a width and or height hint to the component to inform it of restrictions in one of the two dimensions. |
| Methods in com.threerings.opengl.gui with parameters of type Dimension | |
|---|---|
void |
Component.setPreferredSize(Dimension preferredSize)
Configures the preferred size of this component. |
| Uses of Dimension in com.threerings.opengl.gui.config |
|---|
| Methods in com.threerings.opengl.gui.config that return Dimension | |
|---|---|
Dimension |
DimensionConfig.createDimension()
Creates a dimension object corresponding to this config. |
| Uses of Dimension in com.threerings.opengl.gui.layout |
|---|
| Fields in com.threerings.opengl.gui.layout declared as Dimension | |
|---|---|
Dimension[] |
DimenInfo.dimens
|
| Methods in com.threerings.opengl.gui.layout that return Dimension | |
|---|---|
Dimension |
VGroupLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
Dimension |
TableLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
abstract Dimension |
LayoutManager.computePreferredSize(Container target,
int whint,
int hhint)
Computes the preferred size for the supplied container, based on the preferred sizes of its children and the layout policy implemented by this manager. |
Dimension |
HGroupLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
Dimension |
BorderLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
Dimension |
AnchorLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
Dimension |
AbsoluteLayout.computePreferredSize(Container target,
int whint,
int hhint)
|
| Uses of Dimension in com.threerings.opengl.gui.text |
|---|
| Methods in com.threerings.opengl.gui.text that return Dimension | |
|---|---|
abstract Dimension |
Text.getSize()
Returns the screen dimensions of this text. |
| Uses of Dimension in com.threerings.opengl.gui.util |
|---|
| Constructors in com.threerings.opengl.gui.util with parameters of type Dimension | |
|---|---|
Dimension(Dimension other)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||