API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.border. EmptyBorder View Source
Author(s)
David Kloba
Since
Version
1.28 04/07/06
Serial
Hierarchy
 Object
      AbstractBorder
          EmptyBorder
Implements
 Serializable
Subclasses
Description
public class EmptyBorder
  A class which provides an empty, transparent border which takes up space but does no drawing.
See also:   
Constructors
public EmptyBorder (Insets borderInsets)
  Creates an empty border with the specified insets.
public EmptyBorder (int top, int left, int bottom, int right)
  Creates an empty border with the specified insets.
Methods
Hide/Show inherited methods
public int getBaseline (Component c, int width, int height) [Inherited From AbstractBorder]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (Component c) [Inherited From AbstractBorder]
  Returns an enum indicating how the baseline of a component changes as the size changes.
public Insets getBorderInsets ()
  Returns the insets of the border.
public Insets getBorderInsets (Component c) [Overrides AbstractBorder]
  Returns the insets of the border.
public Insets getBorderInsets (Component c, Insets insets) [Overrides AbstractBorder]
  Reinitialize the insets parameter with this Border's current Insets.
publicstatic Rectangle getInteriorRectangle (Component c, Border b, int x, int y, int width, int height) [Inherited From AbstractBorder]
  Returns a rectangle using the arguments minus the insets of the border.
public Rectangle getInteriorRectangle (Component c, int x, int y, int width, int height) [Inherited From AbstractBorder]
  This convenience method calls the static method.
public boolean isBorderOpaque () [Overrides AbstractBorder]
  Returns whether or not the border is opaque.
pack-privatestatic boolean isLeftToRight (Component c) [Inherited From AbstractBorder]
public void paintBorder (Component c, Graphics g, int x, int y, int width, int height) [Overrides AbstractBorder]
Does no drawing by default.
Fields
Hide/Show inherited fields
protected int bottom
protected int left
protected int right
protected int top
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar