com.jme.widget
Class WidgetInsets
java.lang.Object
com.jme.widget.WidgetInsets
- Direct Known Subclasses:
- WidgetBorder, WidgetExpander
- public class WidgetInsets
- extends java.lang.Object
- Author:
- Gregg Patton
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
top
public int top
left
public int left
bottom
public int bottom
right
public int right
WidgetInsets
public WidgetInsets()
WidgetInsets
public WidgetInsets(WidgetInsets insets)
WidgetInsets
public WidgetInsets(int top,
int left,
int bottom,
int right)
set
public void set(int top,
int left,
int bottom,
int right)
set
public void set(WidgetInsets i)
toString
public java.lang.String toString()
getBottom
public int getBottom()
setBottom
public void setBottom(int i)
getLeft
public int getLeft()
setLeft
public void setLeft(int i)
getRight
public int getRight()
setRight
public void setRight(int i)
getTop
public int getTop()
setTop
public void setTop(int i)