Package com.jgoodies.looks.plastic
Class PlasticBorders.RolloverMarginBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.jgoodies.looks.plastic.PlasticBorders.RolloverMarginBorder
- All Implemented Interfaces:
Serializable
,Border
- Enclosing class:
PlasticBorders
A border which is like a Margin border but it will only honor the margin
if the margin has been explicitly set by the developer.
-
Field Summary
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
RolloverMarginBorder
RolloverMarginBorder()
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
- Overrides:
getBorderInsets
in classAbstractBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classEmptyBorder
-