|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Insets | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.gui.background | |
| com.threerings.opengl.gui.border | |
| com.threerings.opengl.gui.config | GUI configurations. |
| com.threerings.opengl.gui.util | |
| Uses of Insets in com.threerings.opengl.gui |
|---|
| Methods in com.threerings.opengl.gui that return Insets | |
|---|---|
Insets |
Component.getInsets()
Returns the insets configured on this component. |
| Methods in com.threerings.opengl.gui with parameters of type Insets | |
|---|---|
void |
LabelRenderer.layout(Insets insets,
int contWidth,
int contHeight)
Lays out the label text and icon. |
| Uses of Insets in com.threerings.opengl.gui.background |
|---|
| Constructors in com.threerings.opengl.gui.background with parameters of type Insets | |
|---|---|
ImageBackground(int mode,
Image image,
Insets frame)
Creates an image background in the specified mode using the supplied image and the special frame. |
|
ImageBackground(int mode,
Image image,
Insets frame,
int anchor)
Creates an image background in the specified mode using the supplied image and the special frame. |
|
| Uses of Insets in com.threerings.opengl.gui.border |
|---|
| Methods in com.threerings.opengl.gui.border that return Insets | |
|---|---|
Insets |
LineBorder.adjustInsets(Insets insets)
|
Insets |
EmptyBorder.adjustInsets(Insets insets)
|
Insets |
CompoundBorder.adjustInsets(Insets insets)
|
abstract Insets |
Border.adjustInsets(Insets insets)
Adds the supplied insets to this border's insets and returns adjusted insets. |
| Methods in com.threerings.opengl.gui.border with parameters of type Insets | |
|---|---|
Insets |
LineBorder.adjustInsets(Insets insets)
|
Insets |
EmptyBorder.adjustInsets(Insets insets)
|
Insets |
CompoundBorder.adjustInsets(Insets insets)
|
abstract Insets |
Border.adjustInsets(Insets insets)
Adds the supplied insets to this border's insets and returns adjusted insets. |
| Uses of Insets in com.threerings.opengl.gui.config |
|---|
| Methods in com.threerings.opengl.gui.config that return Insets | |
|---|---|
Insets |
InsetsConfig.createInsets()
Creates a set of insets corresponding to this config. |
| Uses of Insets in com.threerings.opengl.gui.util |
|---|
| Fields in com.threerings.opengl.gui.util declared as Insets | |
|---|---|
static Insets |
Insets.ZERO_INSETS
A convenient set of blank insets. |
| Methods in com.threerings.opengl.gui.util that return Insets | |
|---|---|
Insets |
Insets.add(Insets insets)
Returns insets which are the sum of these insets with the specified insets. |
| Methods in com.threerings.opengl.gui.util with parameters of type Insets | |
|---|---|
Insets |
Insets.add(Insets insets)
Returns insets which are the sum of these insets with the specified insets. |
| Constructors in com.threerings.opengl.gui.util with parameters of type Insets | |
|---|---|
Insets(Insets other)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||