Package com.jtattoo.plaf.hifi
Class HiFiBorders.InternalFrameBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
com.jtattoo.plaf.hifi.HiFiBorders.InternalFrameBorder
- All Implemented Interfaces:
Serializable
,Border
,UIResource
- Enclosing class:
HiFiBorders
- See Also:
-
Field Summary
Fields inherited from class com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
DW, INSETS, PALETTE_INSETS, TRACK_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paintBorder
(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
getBorderInsets, getBorderInsets, getTitleHeight, isActive, isResizable
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
InternalFrameBorder
public InternalFrameBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classAbstractBorder
-