com.pentec.gui.icon
Class AIcon

java.lang.Object
  extended by 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

Field Summary
static java.awt.Image adaptIcon
           
static javax.swing.ImageIcon centerCursorIcon
           
static javax.swing.ImageIcon centerMaxIcon
           
static javax.swing.ImageIcon centerMinIcon
           
static java.awt.Image colorimeterIcon
           
static javax.swing.ImageIcon errorIcon
           
static java.awt.Image experimentPlannerIcon
           
static java.awt.Image nightVisionIcon
           
static java.awt.Image radiationCalculatorIcon
           
static javax.swing.ImageIcon stopIcon
           
static javax.swing.ImageIcon zoomInIcon
           
static javax.swing.ImageIcon zoomNoneIcon
           
static javax.swing.ImageIcon zoomOutIcon
           
 
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
 

Field Detail

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
Constructor Detail

AIcon

public AIcon()
Method Detail

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