|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.control.FrameComponentInfo
public class FrameComponentInfo
Class FrameComponentInfo Holds the state of the frame components from McIDAS-X
Field Summary | |
---|---|
private boolean |
fakeDateTime
Should we fake the date to preserve frame order |
private boolean |
isAnnotation
Should we include the annotation line |
private boolean |
isColorTable
Should we include color tables data |
private boolean |
isGraphics
Should we include graphics data |
private boolean |
isImage
Should we include image data |
private boolean |
resetProjection
Should we reset the projection when the data is refreshed |
Constructor Summary | |
---|---|
FrameComponentInfo()
Constructor |
|
FrameComponentInfo(boolean isImage,
boolean isGraphics,
boolean isColorTable,
boolean isAnnotation,
boolean resetProjection,
boolean fakeDateTime)
Constructor |
|
FrameComponentInfo(FrameComponentInfo that)
Copy constructor |
Method Summary | |
---|---|
boolean |
getFakeDateTime()
Get the fakeDateTime property. |
boolean |
getIsAnnotation()
Get the isAnnotation property. |
boolean |
getIsColorTable()
Get the isColorTable property. |
boolean |
getIsGraphics()
Get the isGraphics property. |
boolean |
getIsImage()
Get the isImage property. |
boolean |
getResetProjection()
Get the resetProjection property. |
void |
setFakeDateTime(boolean newValue)
Set the fakeDateTime property. |
void |
setIsAnnotation(boolean newValue)
Set the isAnnotation property. |
void |
setIsColorTable(boolean newValue)
Set the isColorTable property. |
void |
setIsGraphics(boolean newValue)
Set the isGraphics property. |
void |
setIsImage(boolean newValue)
Set the isImage property. |
void |
setResetProjection(boolean newValue)
Set the resetProjection 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 |
---|
private boolean isImage
private boolean isGraphics
private boolean isColorTable
private boolean isAnnotation
private boolean resetProjection
private boolean fakeDateTime
Constructor Detail |
---|
public FrameComponentInfo()
public FrameComponentInfo(FrameComponentInfo that)
that
- The FrameComponentInfo to copypublic FrameComponentInfo(boolean isImage, boolean isGraphics, boolean isColorTable, boolean isAnnotation, boolean resetProjection, boolean fakeDateTime)
isImage
- The isImage parameterisGraphics
- The isGraphics parameterisColorTable
- The isColorTable parameterMethod Detail |
---|
public boolean getIsImage()
public boolean getIsGraphics()
public boolean getIsColorTable()
public boolean getIsAnnotation()
public boolean getResetProjection()
public boolean getFakeDateTime()
public void setIsImage(boolean newValue)
newValue
- The new vaue for the isImage property.public void setIsGraphics(boolean newValue)
newValue
- The new vaue for the isGraphics property.public void setIsColorTable(boolean newValue)
newValue
- The new vaue for the isColorTable property.public void setIsAnnotation(boolean newValue)
newValue
- The new vaue for the isAnnotation property.public void setResetProjection(boolean newValue)
newValue
- The new vaue for the resetProjection property.public void setFakeDateTime(boolean newValue)
newValue
- The new vaue for the fakeDateTime property.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |