public class FrameComponentInfo extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FrameComponentInfo() |
FrameComponentInfo(boolean isImage,
boolean isGraphics,
boolean isColorTable,
boolean isAnnotation,
boolean resetProjection,
boolean fakeDateTime)
Constructor
|
FrameComponentInfo(FrameComponentInfo that)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
private boolean isImage
private boolean isGraphics
private boolean isColorTable
private boolean isAnnotation
private boolean resetProjection
private boolean fakeDateTime
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 parameterisAnnotation
- resetProjection
- fakeDateTime
- 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.