Package edu.wisc.ssec.mcidasv.data
Class FrameDirtyInfo
java.lang.Object
edu.wisc.ssec.mcidasv.data.FrameDirtyInfo
Class FrameDirtyInfo Holds the state of
the frame components from McIdas-X
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
Dirty status of each componentint
Which frame number is this for -
Constructor Summary
ConstructorsConstructorDescriptionConstructorFrameDirtyInfo
(int frameNumber, boolean isDirtyImage, boolean isDirtyGraphics, boolean isDirtyColorTable) ConstructorFrameDirtyInfo
(FrameDirtyInfo that) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the dirtyColorTable property.boolean
Get the dirtyGraphics property.boolean
Get the dirtyImage property.int
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.toString()
Get a String representation of this object
-
Field Details
-
frameNumber
Which frame number is this for -
dirtyImage
Dirty status of each component -
dirtyGraphics
-
dirtyColorTable
-
-
Constructor Details
-
FrameDirtyInfo
public FrameDirtyInfo()Constructor -
FrameDirtyInfo
Copy constructor- Parameters:
that
- The FrameDirtyInfo to copy
-
FrameDirtyInfo
public FrameDirtyInfo(int frameNumber, boolean isDirtyImage, boolean isDirtyGraphics, boolean isDirtyColorTable) Constructor
-
-
Method Details
-
getFrameNumber
Get the frameNumber property.- Returns:
- The frameNumber property.
-
getDirtyImage
Get the dirtyImage property.- Returns:
- The dirtyImage property.
-
getDirtyGraphics
Get the dirtyGraphics property.- Returns:
- The dirtyGraphics property.
-
getDirtyColorTable
Get the dirtyColorTable property.- Returns:
- The dirtyColorTable property.
-
setFrameNumber
Set the frameNumber property.- Parameters:
newValue
- The new vaue for the frameNumber property.
-
setDirtyImage
Set the dirtyImage property.- Parameters:
newValue
- The new vaue for the dirtyImage property.
-
setDirtyGraphics
Set the dirtyGraphics property.- Parameters:
newValue
- The new vaue for the dirtyGraphics property.
-
setDirtyColorTable
Set the dirtyColorTable property.- Parameters:
newValue
- The new vaue for the dirtyColorTable property.
-
toString
Get a String representation of this object
-