Class ComponentBorderedPanel.OffsetEtchedBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EtchedBorder
com.inductiveautomation.ignition.designer.gui.ComponentBorderedPanel.OffsetEtchedBorder
- All Implemented Interfaces:
- Serializable,- Border
- Enclosing class:
- ComponentBorderedPanel
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the insets of the border.getBorderInsets(Component c, Insets insets) Reinitialize the insets parameter with this Border's current Insets.voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class javax.swing.border.EtchedBordergetEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaqueMethods inherited from class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
- 
Constructor Details- 
OffsetEtchedBorderprotected OffsetEtchedBorder()
 
- 
- 
Method Details- 
getBorderInsetsReturns the insets of the border.- Specified by:
- getBorderInsetsin interface- Border
- Overrides:
- getBorderInsetsin class- AbstractBorder
- Parameters:
- c- the component for which this border insets value applies
 
- 
getBorderInsetsReinitialize the insets parameter with this Border's current Insets.- Overrides:
- getBorderInsetsin class- EtchedBorder
- Parameters:
- c- the component for which this border insets value applies
- insets- the object to be reinitialized
 
- 
paintBorder- Specified by:
- paintBorderin interface- Border
- Overrides:
- paintBorderin class- EtchedBorder
- See Also:
 
 
-