protected class FPMIInternalFrameTitlePane.CloseButtonIcon
extends java.lang.Object
implements javax.swing.Icon
| Modifier and Type | Method and 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) |
protected void checkPaints()
protected java.awt.Stroke createStroke(int w,
int h)
protected java.awt.Shape createShape(int w,
int h)
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
paintIcon in interface javax.swing.Iconprotected void paintShape(java.awt.Graphics2D g2,
java.awt.Shape shape,
java.awt.Stroke stroke,
int w,
int h)
public int getIconWidth()
getIconWidth in interface javax.swing.Iconpublic int getIconHeight()
getIconHeight in interface javax.swing.Icon