portal.core.render
Class Insets
java.lang.Object
portal.core.render.Insets
- All Implemented Interfaces:
- java.io.Serializable
- public class Insets
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Insets(int bottom,
int top,
int left,
int right)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final Insets ZERO
Insets
public Insets(int bottom,
int top,
int left,
int right)
getBottom
public int getBottom()
getLeft
public int getLeft()
getRight
public int getRight()
getTop
public int getTop()
setBottom
public void setBottom(int i)
setLeft
public void setLeft(int i)
setRight
public void setRight(int i)
setTop
public void setTop(int i)