kAWT Version 0.11

java.awt
Class Insets

java.lang.Object
  |
  +--java.awt.Insets

public class Insets
extends java.lang.Object


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
Insets(int top, int left, int bottom, int right)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right
Constructor Detail

Insets

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

kAWT Version 0.11