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