Public Methods |
| | ViewerModeIcon (int viewerMode, String viewerModeString, int subMode, String subModeString, URL url) |
| | Construct an icon based on an ImageIcon. More...
|
| | ViewerModeIcon (int viewerMode, String viewerModeString, int subMode, String subModeString, byte[] data) |
| | Construct an icon based on an ImageIcon. More...
|
| | ViewerModeIcon (int viewerMode, String viewerModeString, int subMode, String subModeString) |
| | Construct an icon with its own paint function. More...
|
| int | getIconWidth () |
| int | getIconHeight () |
| int | getViewerMode () |
| String | getViewerModeString () |
| int | getSubMode () |
| String | getSubModeString () |
| void | paintIcon (Component c, Graphics g, int x, int y) |
Static Public Methods |
| ViewerModeIcon | makeIcon (String viewerModeString) |
| | Make an icon for a main viewer mode. More...
|
| ViewerModeIcon | makeIcon (int viewerMode, String subModeString) |
| | Make an icon for a sub-mode of the given viewer mode. More...
|
Use the makeIcon to create a ViewerModeIcon.