edu.wisc.ssec.mcidasv.data
Class FrameDirtyInfo

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.FrameDirtyInfo

public class FrameDirtyInfo
extends Object

Class FrameDirtyInfo Holds the state of the frame components from McIdas-X


Field Summary
 boolean dirtyColorTable
           
 boolean dirtyGraphics
           
 boolean dirtyImage
          Dirty status of each component
 int frameNumber
          Which frame number is this for
 
Constructor Summary
FrameDirtyInfo()
          Constructor
FrameDirtyInfo(FrameDirtyInfo that)
          Copy constructor
FrameDirtyInfo(int frameNumber, boolean isDirtyImage, boolean isDirtyGraphics, boolean isDirtyColorTable)
          Constructor
 
Method Summary
 boolean getDirtyColorTable()
          Get the dirtyColorTable property.
 boolean getDirtyGraphics()
          Get the dirtyGraphics property.
 boolean getDirtyImage()
          Get the dirtyImage property.
 int getFrameNumber()
          Get the frameNumber property.
 void setDirtyColorTable(boolean newValue)
          Set the dirtyColorTable property.
 void setDirtyGraphics(boolean newValue)
          Set the dirtyGraphics property.
 void setDirtyImage(boolean newValue)
          Set the dirtyImage property.
 void setFrameNumber(int newValue)
          Set the frameNumber property.
 String toString()
          Get a String representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameNumber

public int frameNumber
Which frame number is this for


dirtyImage

public boolean dirtyImage
Dirty status of each component


dirtyGraphics

public boolean dirtyGraphics

dirtyColorTable

public boolean dirtyColorTable
Constructor Detail

FrameDirtyInfo

public FrameDirtyInfo()
Constructor


FrameDirtyInfo

public FrameDirtyInfo(FrameDirtyInfo that)
Copy constructor

Parameters:
that - The FrameDirtyInfo to copy

FrameDirtyInfo

public FrameDirtyInfo(int frameNumber,
                      boolean isDirtyImage,
                      boolean isDirtyGraphics,
                      boolean isDirtyColorTable)
Constructor

Method Detail

getFrameNumber

public int getFrameNumber()
Get the frameNumber property.

Returns:
The frameNumber property.

getDirtyImage

public boolean getDirtyImage()
Get the dirtyImage property.

Returns:
The dirtyImage property.

getDirtyGraphics

public boolean getDirtyGraphics()
Get the dirtyGraphics property.

Returns:
The dirtyGraphics property.

getDirtyColorTable

public boolean getDirtyColorTable()
Get the dirtyColorTable property.

Returns:
The dirtyColorTable property.

setFrameNumber

public void setFrameNumber(int newValue)
Set the frameNumber property.

Parameters:
newValue - The new vaue for the frameNumber property.

setDirtyImage

public void setDirtyImage(boolean newValue)
Set the dirtyImage property.

Parameters:
newValue - The new vaue for the dirtyImage property.

setDirtyGraphics

public void setDirtyGraphics(boolean newValue)
Set the dirtyGraphics property.

Parameters:
newValue - The new vaue for the dirtyGraphics property.

setDirtyColorTable

public void setDirtyColorTable(boolean newValue)
Set the dirtyColorTable property.

Parameters:
newValue - The new vaue for the dirtyColorTable property.

toString

public String toString()
Get a String representation of this object

Overrides:
toString in class Object
Returns:
a string representation