Class FPMIInternalFrameTitlePane.CloseButtonIcon
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.FPMIInternalFrameTitlePane.CloseButtonIcon
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 - Direct Known Subclasses:
- FPMIInternalFrameTitlePane.MaximizeButtonIcon,- FPMIInternalFrameTitlePane.RestoreButtonIcon
 - Enclosing class:
- FPMIInternalFrameTitlePane
 
 protected class FPMIInternalFrameTitlePane.CloseButtonIcon extends java.lang.Object implements javax.swing.Icon
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckPaints()protected java.awt.ShapecreateShape(int w, int h)protected java.awt.StrokecreateStroke(int w, int h)intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)protected voidpaintShape(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h)
 
- 
- 
- 
Method Detail- 
checkPaintsprotected void checkPaints() 
 - 
createStrokeprotected java.awt.Stroke createStroke(int w, int h)
 - 
createShapeprotected java.awt.Shape createShape(int w, int h)
 - 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
- paintIconin interface- javax.swing.Icon
 
 - 
paintShapeprotected void paintShape(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h)
 - 
getIconWidthpublic int getIconWidth() - Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
getIconHeightpublic int getIconHeight() - Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 
- 
 
-