kAWT Version 0.60

java.awt
Class Insets

java.awt.Insets

public class Insets


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
Insets(int top, int left, int bottom, int right)
           
 

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.60