com.threerings.opengl.gui.border
Class EmptyBorder
java.lang.Object
com.threerings.opengl.gui.border.Border
com.threerings.opengl.gui.border.EmptyBorder
public class EmptyBorder
- extends Border
Defines a border with no rendered geometry but that simply takes up
space.
|
Constructor Summary |
EmptyBorder(int left,
int top,
int right,
int bottom)
|
|
Method Summary |
Insets |
adjustInsets(Insets insets)
Adds the supplied insets to this border's insets and returns adjusted
insets. |
| Methods inherited from class com.threerings.opengl.gui.border.Border |
render |
EmptyBorder
public EmptyBorder(int left,
int top,
int right,
int bottom)
adjustInsets
public Insets adjustInsets(Insets insets)
- Description copied from class:
Border
- Adds the supplied insets to this border's insets and returns adjusted
insets.
- Specified by:
adjustInsets in class Border
Copyright © 2011. All Rights Reserved.