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 boolean
Should we fake the date to preserve frame order?private boolean
Should we include the annotation line?private boolean
Should we include color tables data?private boolean
Should we include graphics data?private boolean
Should we include image data?private boolean
Should 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 TypeMethodDescriptionboolean
Get the fakeDateTime property.boolean
Get the isAnnotation property.boolean
Get the isColorTable property.boolean
Get the isGraphics property.boolean
Get the isImage property.boolean
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.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
-