com.nwoods.jgo
Class Insets

java.lang.Object
  extended bycom.nwoods.jgo.Insets
All Implemented Interfaces:
java.io.Serializable

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

This exists for compatibility with java.awt.Insets.

See Also:
Serialized Form

Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
Insets()
           
Insets(Insets i)
           
Insets(int top, int left, int bottom, int right)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()

Insets

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

Insets

public Insets(Insets i)