API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf. InsetsUIResource View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Insets
          InsetsUIResource
Implements
 UIResource
Subclasses
Description
public class InsetsUIResource
See also:   
Constructors
public InsetsUIResource (int top, int left, int bottom, int right)
Methods
Hide/Show inherited methods
public Object clone () [Inherited From Insets]
  Create a copy of this object.
public boolean equals (Object obj) [Inherited From Insets]
  Checks whether two insets objects are equal.
public int hashCode () [Inherited From Insets]
  Returns the hash code for this Insets.
public void set (int top, int left, int bottom, int right) [Inherited From Insets]
  Set top, left, bottom, and right to the specified values
public String toString () [Inherited From Insets]
  Returns a string representation of this Insets object.
Fields
Hide/Show inherited fields
public int bottom [Inherited From Insets]
  The inset from the bottom.
public int left [Inherited From Insets]
  The inset from the left.
public int right [Inherited From Insets]
  The inset from the right.
public int top [Inherited From Insets]
  The inset from the top.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar