com.jme.widget
Class WidgetInsets

java.lang.Object
  extended bycom.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

Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
WidgetInsets()
           
WidgetInsets(int top, int left, int bottom, int right)
           
WidgetInsets(WidgetInsets insets)
           
 
Method Summary
 int getBottom()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 void set(int top, int left, int bottom, int right)
           
 void set(WidgetInsets i)
           
 void setBottom(int i)
           
 void setLeft(int i)
           
 void setRight(int i)
           
 void setTop(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right
Constructor Detail

WidgetInsets

public WidgetInsets()

WidgetInsets

public WidgetInsets(WidgetInsets insets)

WidgetInsets

public WidgetInsets(int top,
                    int left,
                    int bottom,
                    int right)
Method Detail

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)