Class FPMIInternalFrameTitlePane.MaximizeButtonIcon
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.FPMIInternalFrameTitlePane.CloseButtonIcon
-
- com.inductiveautomation.factorypmi.application.FPMIInternalFrameTitlePane.MaximizeButtonIcon
-
- All Implemented Interfaces:
javax.swing.Icon
- Enclosing class:
- FPMIInternalFrameTitlePane
protected class FPMIInternalFrameTitlePane.MaximizeButtonIcon extends FPMIInternalFrameTitlePane.CloseButtonIcon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.Shape
createShape(int w, int h)
protected java.awt.Stroke
createStroke(int w, int h)
protected void
paintShape(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h)
-
Methods inherited from class com.inductiveautomation.factorypmi.application.FPMIInternalFrameTitlePane.CloseButtonIcon
checkPaints, getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
createShape
protected java.awt.Shape createShape(int w, int h)
- Overrides:
createShape
in classFPMIInternalFrameTitlePane.CloseButtonIcon
-
createStroke
protected java.awt.Stroke createStroke(int w, int h)
- Overrides:
createStroke
in classFPMIInternalFrameTitlePane.CloseButtonIcon
-
paintShape
protected void paintShape(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h)
- Overrides:
paintShape
in classFPMIInternalFrameTitlePane.CloseButtonIcon
-
-