Class ComponentBorderedPanel.OffsetEtchedBorder
- java.lang.Object
- 
- javax.swing.border.AbstractBorder
- 
- javax.swing.border.EtchedBorder
- 
- com.inductiveautomation.ignition.designer.gui.ComponentBorderedPanel.OffsetEtchedBorder
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.border.Border
 - Enclosing class:
- ComponentBorderedPanel
 
 protected class ComponentBorderedPanel.OffsetEtchedBorder extends javax.swing.border.EtchedBorder- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedOffsetEtchedBorder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.InsetsgetBorderInsets(java.awt.Component c)Returns the insets of the border.java.awt.InsetsgetBorderInsets(java.awt.Component c, java.awt.Insets insets)Reinitialize the insets parameter with this Border's current Insets.voidpaintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)- 
Methods inherited from class javax.swing.border.EtchedBordergetEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque
 
- 
 
- 
- 
- 
Method Detail- 
getBorderInsetspublic java.awt.Insets getBorderInsets(java.awt.Component c) Returns the insets of the border.- Specified by:
- getBorderInsetsin interface- javax.swing.border.Border
- Overrides:
- getBorderInsetsin class- javax.swing.border.AbstractBorder
- Parameters:
- c- the component for which this border insets value applies
 
 - 
getBorderInsetspublic java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)Reinitialize the insets parameter with this Border's current Insets.- Overrides:
- getBorderInsetsin class- javax.swing.border.EtchedBorder
- Parameters:
- c- the component for which this border insets value applies
- insets- the object to be reinitialized
 
 - 
paintBorderpublic void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)- Specified by:
- paintBorderin interface- javax.swing.border.Border
- Overrides:
- paintBorderin class- javax.swing.border.EtchedBorder
- See Also:
- Border.paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int)
 
 
- 
 
-