Package com.jtattoo.plaf.texture
Class TextureBorders.ToolBarBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.jtattoo.plaf.texture.TextureBorders.ToolBarBorder
- All Implemented Interfaces:
Serializable
,Border
,UIResource
,SwingConstants
- Enclosing class:
TextureBorders
public static class TextureBorders.ToolBarBorder
extends AbstractBorder
implements UIResource, SwingConstants
- See Also:
-
Field Summary
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets
(Component c, Insets borderInsets) void
paintBorder
(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
ToolBarBorder
public ToolBarBorder()
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
- Overrides:
getBorderInsets
in classAbstractBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classAbstractBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classAbstractBorder
-