com.pentec.gui.icon
Class AIcon
java.lang.Object
com.pentec.gui.icon.AIcon
public class AIcon
- extends java.lang.Object
This class defines a set of static icons for use by ADAPT
- Author:
- Pender Technology
|
Constructor Summary |
AIcon()
|
|
Method Summary |
private static java.awt.Image |
getImage(java.lang.String $)
Return an image to use as an icon given a file name or null if it
can't be found. |
private static javax.swing.ImageIcon |
getImageIcon(java.lang.String $)
Return an image to use as an icon given a file name or null if it
can't be found. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adaptIcon
public static final java.awt.Image adaptIcon
centerCursorIcon
public static final javax.swing.ImageIcon centerCursorIcon
centerMaxIcon
public static final javax.swing.ImageIcon centerMaxIcon
centerMinIcon
public static final javax.swing.ImageIcon centerMinIcon
colorimeterIcon
public static final java.awt.Image colorimeterIcon
errorIcon
public static final javax.swing.ImageIcon errorIcon
experimentPlannerIcon
public static final java.awt.Image experimentPlannerIcon
nightVisionIcon
public static final java.awt.Image nightVisionIcon
radiationCalculatorIcon
public static final java.awt.Image radiationCalculatorIcon
stopIcon
public static final javax.swing.ImageIcon stopIcon
zoomInIcon
public static final javax.swing.ImageIcon zoomInIcon
zoomNoneIcon
public static final javax.swing.ImageIcon zoomNoneIcon
zoomOutIcon
public static final javax.swing.ImageIcon zoomOutIcon
AIcon
public AIcon()
getImage
private static java.awt.Image getImage(java.lang.String $)
- Return an image to use as an icon given a file name or null if it
can't be found.
- Parameters:
$ - the name of the file containing the icon image
- Returns:
- an Image of the icon or null if not found
getImageIcon
private static javax.swing.ImageIcon getImageIcon(java.lang.String $)
- Return an image to use as an icon given a file name or null if it
can't be found.
- Parameters:
$ - the name of the file containing the icon image
- Returns:
- an ImageIcon of the icon or null if not found