|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.ImageIcon
com.tensegrity.gui.swing.icon.Icon
com.tensegrity.gui.swing.icon.CloseIcon
CloseIcon implements a simple Icon used as "Closed" symbol in controls. It consists of a 16x16 icon with a cross (x) in the middle.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.ImageIcon |
javax.swing.ImageIcon.AccessibleImageIcon |
| Field Summary |
| Fields inherited from class com.tensegrity.gui.swing.icon.Icon |
EMPTYICON_16x15 |
| Fields inherited from class javax.swing.ImageIcon |
component, tracker |
| Constructor Summary | |
CloseIcon()
Creates a CloseIcon of size 16x16. |
|
| Method Summary | |
void |
paintIcon(java.awt.Component component,
java.awt.Graphics graphics,
int x,
int y)
|
| Methods inherited from class com.tensegrity.gui.swing.icon.Icon |
filter, getColor, getGraphics, getHeight, getImage, getSize, getWidth, paint, setColor, setImage |
| Methods inherited from class javax.swing.ImageIcon |
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImageObserver, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CloseIcon()
| Method Detail |
public void paintIcon(java.awt.Component component,
java.awt.Graphics graphics,
int x,
int y)
paintIcon in interface javax.swing.IconpaintIcon in class Icon
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||