Package noaa.coastwatch.gui
Class IconFactory
java.lang.Object
noaa.coastwatch.gui.IconFactory
The
IconFactory
renders various icons for buttons that require
a normal, hover, and pressed mode.- Since:
- 3.8.1
- Author:
- Peter Hollemans
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The mode constants for the icon rendering.static enum
The purpose constants for the icon rendering. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateIcon
(IconFactory.Purpose purpose, IconFactory.Mode mode, int size) static IconFactory
static void
Tests this class.
-
Constructor Details
-
IconFactory
protected IconFactory()
-
-
Method Details
-
getInstance
-
createIcon
-
main
Tests this class.- Parameters:
argv
- the array of command line parameters.
-