Serialized Form
|
Class ViewPlots extends java.applet.Applet implements Serializable |
itsModKey
boolean itsModKey
- Represents the key being held down for multi-select in list
itsImage
ViewPlots.AnImage itsImage
- Utilizes the IconImage as component for the image display
itsTimer
ViewPlots.Timer itsTimer
- Trigger for the looping mechanism
itsIndex
int itsIndex
- Index in the image list of the currently displayed image
itsAppletFlag
boolean itsAppletFlag
- Flag to indicate running state as Applet(true) or Application(false)
itsDirList
ViewPlots.AList itsDirList
- The widget containing the list of sub-directories of the current dir.
itsImageList
ViewPlots.AList itsImageList
- The widget containing the list of images in the current dir.
itsFilterList
ViewPlots.AList itsFilterList
- The widget containing the list of filters for the current dir.
itsFilters
java.util.Vector itsFilters
- The actual filename filters that coorilate with itsFilterList
itsListPane
java.awt.Panel itsListPane
- The container that holds the various Lists
itsSelectedIndices
int[] itsSelectedIndices
- Holder for the sub-set when looping on a subset of images
itsUpdateFlag
boolean itsUpdateFlag
- Flag to indicate doing a menu update, ignore slected events during update
itsSubDir
java.lang.String itsSubDir
- Current directory, relative to root directory where this was started
itsRootDir
java.lang.String itsRootDir
- Root directory, where this was started
itsEnvironment
ViewPlots.Environment itsEnvironment
- Environment, parameters from the command line or from the HTML file
|
Class ViewPlots.AList extends java.awt.List implements Serializable |
|
Class ViewPlots.AnImage extends java.awt.Component implements Serializable |
itsScreenImage
java.awt.Image itsScreenImage
- Actual image being displayed
itsObserver
java.awt.image.ImageObserver itsObserver
- Viewport for image display calculations
itsWidth
int itsWidth
- Width of the component
itsHeight
int itsHeight
- Height of the component
|
Class ViewPlots.DoublePanel extends java.awt.Panel implements Serializable |
itsScreenBuffer
java.awt.Image itsScreenBuffer
- Image buffer used to contain image that will be written to screen, after buffer
itsBuffer
java.awt.Graphics itsBuffer
- The graphics buffer used to double buffer this Panel