Class UnderlineBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.inductiveautomation.ignition.designer.gui.border.UnderlineBorder
- All Implemented Interfaces:
- Serializable,- Border
- Direct Known Subclasses:
- UnderlineBorder
Underline border that is best used for JLabels. It will underline the text of the component while
 ignoring the icon element. This can be used for any component really, but the results may be undesirable.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic UnderlineBordergetBorderInsets(Component c, Insets insets) voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) voidstatic UnderlineBorderMethods inherited from class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
- 
Field Details- 
DASHEDprotected static final int DASHED- See Also:
 
- 
WAVYprotected static final int WAVY- See Also:
 
 
- 
- 
Constructor Details- 
UnderlineBorder
 
- 
- 
Method Details- 
wavy
- 
dashed
- 
setColor
- 
paintBorder- Specified by:
- paintBorderin interface- Border
- Overrides:
- paintBorderin class- AbstractBorder
 
- 
getBorderInsets- Specified by:
- getBorderInsetsin interface- Border
- Overrides:
- getBorderInsetsin class- AbstractBorder
 
- 
getBorderInsets- Overrides:
- getBorderInsetsin class- AbstractBorder
 
 
-