Package net.infonode.gui.shaped.border
Interface ShapedBorder
- All Superinterfaces:
Border
- All Known Implementing Classes:
AbstractPolygonBorder,AbstractShapedBorder,AbstractShapedBorderWrapper,FixedInsetsShapedBorder,PolygonBorder,RoundedCornerBorder,SlopedTabLineBorder,TwoColoredLineBorder
A border that has a
Shape.-
Method Summary
Methods inherited from interface javax.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
-
Method Details
-
getShape
Gets the shape of this border.
- Parameters:
c- the component to create a shape forx- the x offsety- the y offsetwidth- the widthheight- the height- Returns:
- the Shape for this border or null if there is no shape and the normal rectangle bounds should be used
-