charva.awt

Class Insets


public class Insets
extends java.lang.Object

The Insets class specifies the blank space that must be left around the inside of the edges of a Container. The space can be used for a border, a title, or other items (such as a scrollbar).

Field Summary

int
bottom
int
left
int
right
int
top

Constructor Summary

Insets(int top_, int left_, int bottom_, int right_)

Method Summary

String
toString()

Field Details

bottom

public int bottom

left

public int left

right

public int right

top

public int top

Constructor Details

Insets

public Insets(int top_,
              int left_,
              int bottom_,
              int right_)

Method Details

toString

public String toString()