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 Summary
All 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
- 
checkPaints
protected void checkPaints()
 
- 
createStroke
protected java.awt.Stroke createStroke(int w, int h) 
- 
createShape
protected java.awt.Shape createShape(int w, int h) 
- 
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
 paintIconin interfacejavax.swing.Icon
 
- 
paintShape
protected void paintShape(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h) 
- 
getIconWidth
public int getIconWidth()
- Specified by:
 getIconWidthin interfacejavax.swing.Icon
 
- 
getIconHeight
public int getIconHeight()
- Specified by:
 getIconHeightin interfacejavax.swing.Icon
 
 - 
 
 -