|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.ssec.mcidasv.data.FrameDirtyInfo
public class FrameDirtyInfo
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 |
|---|
public int frameNumber
public boolean dirtyImage
public boolean dirtyGraphics
public boolean dirtyColorTable
| Constructor Detail |
|---|
public FrameDirtyInfo()
public FrameDirtyInfo(FrameDirtyInfo that)
that - The FrameDirtyInfo to copy
public FrameDirtyInfo(int frameNumber,
boolean isDirtyImage,
boolean isDirtyGraphics,
boolean isDirtyColorTable)
| Method Detail |
|---|
public int getFrameNumber()
public boolean getDirtyImage()
public boolean getDirtyGraphics()
public boolean getDirtyColorTable()
public void setFrameNumber(int newValue)
newValue - The new vaue for the frameNumber property.public void setDirtyImage(boolean newValue)
newValue - The new vaue for the dirtyImage property.public void setDirtyGraphics(boolean newValue)
newValue - The new vaue for the dirtyGraphics property.public void setDirtyColorTable(boolean newValue)
newValue - The new vaue for the dirtyColorTable property.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||