portal.core.render
Class Insets

java.lang.Object
  extended byportal.core.render.Insets
All Implemented Interfaces:
java.io.Serializable

public class Insets
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Field Detail

ZERO

public static final Insets ZERO
Constructor Detail

Insets

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

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)