simtools.ui
Class ImageMapper.ImageFile

java.lang.Object
  extended by simtools.ui.ImageMapper.ImageFile
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ImageMapper

public static class ImageMapper.ImageFile
extends java.lang.Object
implements java.io.Serializable

This class is what is effectively mapped to a value or range

See Also:
Serialized Form

Field Summary
 java.io.File file
           
 java.awt.image.BufferedImage image
           
protected  java.lang.String relativeFilePath
           
 
Constructor Summary
ImageMapper.ImageFile()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

image

public transient java.awt.image.BufferedImage image

file

public java.io.File file

relativeFilePath

protected java.lang.String relativeFilePath
Constructor Detail

ImageMapper.ImageFile

public ImageMapper.ImageFile()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object