Package jmri.util.davidflanagan
Class HardcopyWriter.ImageIconWrapper
java.lang.Object
javax.swing.ImageIcon
jmri.util.davidflanagan.HardcopyWriter.ImageIconWrapper
- All Implemented Interfaces:
Serializable,Accessible,Icon
- Enclosing class:
- HardcopyWriter
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.ImageIcon
ImageIcon.AccessibleImageIcon -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageIconWrapper(String pathName) Class to save and be able to restore the pathname of an ImageIcon. -
Method Summary
Methods inherited from class javax.swing.ImageIcon
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, paintIcon, setDescription, setImage, setImageObserver, toString
-
Field Details
-
pathName
-
-
Constructor Details
-
ImageIconWrapper
Class to save and be able to restore the pathname of an ImageIcon.- Parameters:
pathName- The filename to construct the ImageIcon for.
-
-
Method Details
-
getPathName
-