com.jmex.bui.border
Class EmptyBorder
java.lang.Object
com.jmex.bui.border.BBorder
com.jmex.bui.border.EmptyBorder
public class EmptyBorder
- extends BBorder
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_insets
protected Insets _insets
EmptyBorder
public EmptyBorder(int left,
int top,
int right,
int bottom)
adjustInsets
public Insets adjustInsets(Insets insets)
- Description copied from class:
BBorder
- Adds the supplied insets to this border's insets and returns adjusted
insets.
- Specified by:
adjustInsets in class BBorder
Copyright © 2008 Michael Bayne.
All Rights Reserved.