API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf. BorderUIResource.MatteBorderUIResource View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AbstractBorder
          EmptyBorder
              MatteBorder
                  BorderUIResource.MatteBorderUIResource
Implements
 UIResource
Subclasses
Description
publicstatic class BorderUIResource.MatteBorderUIResource
See also:   
Constructors
public BorderUIResource.MatteBorderUIResource (Icon tileIcon)
public BorderUIResource.MatteBorderUIResource (int top, int left, int bottom, int right, Color color)
public BorderUIResource.MatteBorderUIResource (int top, int left, int bottom, int right, Icon tileIcon)
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 () [Inherited From MatteBorder]
  Returns the insets of the border.
public Insets getBorderInsets (Component c) [Inherited From MatteBorder]
  Returns the insets of the border.
public Insets getBorderInsets (Component c, Insets insets) [Inherited From MatteBorder]
  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 Color getMatteColor () [Inherited From MatteBorder]
  Returns the color used for tiling the border or null if a tile icon is being used.
public Icon getTileIcon () [Inherited From MatteBorder]
  Returns the icon used for tiling the border or null if a solid color is being used.
public boolean isBorderOpaque () [Inherited From MatteBorder]
Returns whether or not the border is opaque.
public void paintBorder (Component c, Graphics g, int x, int y, int width, int height) [Inherited From MatteBorder]
Paints the matte border.
Fields
Hide/Show inherited fields
protected int bottom [Inherited From EmptyBorder]
protected Color color [Inherited From MatteBorder]
protected int left [Inherited From EmptyBorder]
protected int right [Inherited From EmptyBorder]
protected Icon tileIcon [Inherited From MatteBorder]
protected int top [Inherited From EmptyBorder]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar