Package rma.swing.border
Class RmaCompTitledBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.TitledBorder
rma.swing.border.RmaCompTitledBorder
- All Implemented Interfaces:
Serializable
,Border
a TitledBorder border that can display a component in the border
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.border.TitledBorder
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, border, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, EDGE_SPACING, LEADING, LEFT, RIGHT, TEXT_INSET_H, TEXT_SPACING, title, titleColor, titleFont, titleJustification, titlePosition, TOP, TRAILING
-
Constructor Summary
ConstructorsConstructorDescriptionRmaCompTitledBorder
(Border border) RmaCompTitledBorder
(Border border, JComponent component) RmaCompTitledBorder
(Border border, JComponent component, int titleJustification, int titlePosition) RmaCompTitledBorder
(JComponent component) -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets
(Component c, Insets insets) getComponentRect
(Rectangle rect, Insets borderInsets) void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height) void
setTitleComponent
(JComponent component) Methods inherited from class javax.swing.border.TitledBorder
getBaseline, getBaselineResizeBehavior, getBorder, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
_component
-
-
Constructor Details
-
RmaCompTitledBorder
-
RmaCompTitledBorder
-
RmaCompTitledBorder
-
RmaCompTitledBorder
public RmaCompTitledBorder(Border border, JComponent component, int titleJustification, int titlePosition)
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classTitledBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classTitledBorder
-
getTitleComponent
-
setTitleComponent
-
getComponentRect
-