Package edu.wisc.ssec.mcidasv.control
Class FrameComponentInfo
java.lang.Object
edu.wisc.ssec.mcidasv.control.FrameComponentInfo
Class FrameComponentInfo Holds the state of
the frame components from McIDAS-X
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanShould we fake the date to preserve frame order?private booleanShould we include the annotation line?private booleanShould we include color tables data?private booleanShould we include graphics data?private booleanShould we include image data?private booleanShould we reset the projection when the data is refreshed? -
Constructor Summary
ConstructorsConstructorDescriptionFrameComponentInfo(boolean isImage, boolean isGraphics, boolean isColorTable, boolean isAnnotation, boolean resetProjection, boolean fakeDateTime) ConstructorCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the fakeDateTime property.booleanGet the isAnnotation property.booleanGet the isColorTable property.booleanGet the isGraphics property.booleanGet the isImage property.booleanGet the resetProjection property.voidsetFakeDateTime(boolean newValue) Set the fakeDateTime property.voidsetIsAnnotation(boolean newValue) Set the isAnnotation property.voidsetIsColorTable(boolean newValue) Set the isColorTable property.voidsetIsGraphics(boolean newValue) Set the isGraphics property.voidsetIsImage(boolean newValue) Set the isImage property.voidsetResetProjection(boolean newValue) Set the resetProjection property.toString()Get a String representation of this object
-
Field Details
-
isImage
Should we include image data? -
isGraphics
Should we include graphics data? -
isColorTable
Should we include color tables data? -
isAnnotation
Should we include the annotation line? -
resetProjection
Should we reset the projection when the data is refreshed? -
fakeDateTime
Should we fake the date to preserve frame order?
-
-
Constructor Details
-
FrameComponentInfo
public FrameComponentInfo() -
FrameComponentInfo
Copy constructor- Parameters:
that- The FrameComponentInfo to copy
-
FrameComponentInfo
public FrameComponentInfo(boolean isImage, boolean isGraphics, boolean isColorTable, boolean isAnnotation, boolean resetProjection, boolean fakeDateTime) Constructor- Parameters:
isImage- The isImage parameterisGraphics- The isGraphics parameterisColorTable- The isColorTable parameterisAnnotation-resetProjection-fakeDateTime-
-
-
Method Details
-
getIsImage
Get the isImage property.- Returns:
- The isImage property.
-
getIsGraphics
Get the isGraphics property.- Returns:
- The isGraphics property.
-
getIsColorTable
Get the isColorTable property.- Returns:
- The isColorTable property.
-
getIsAnnotation
Get the isAnnotation property.- Returns:
- The isAnnotation property.
-
getResetProjection
Get the resetProjection property.- Returns:
- The resetProjection property.
-
getFakeDateTime
Get the fakeDateTime property.- Returns:
- The fakeDateTime property.
-
setIsImage
Set the isImage property.- Parameters:
newValue- The new vaue for the isImage property.
-
setIsGraphics
Set the isGraphics property.- Parameters:
newValue- The new vaue for the isGraphics property.
-
setIsColorTable
Set the isColorTable property.- Parameters:
newValue- The new vaue for the isColorTable property.
-
setIsAnnotation
Set the isAnnotation property.- Parameters:
newValue- The new vaue for the isAnnotation property.
-
setResetProjection
Set the resetProjection property.- Parameters:
newValue- The new vaue for the resetProjection property.
-
setFakeDateTime
Set the fakeDateTime property.- Parameters:
newValue- The new vaue for the fakeDateTime property.
-
toString
Get a String representation of this object
-