Package edu.wisc.ssec.mcidasv.data
Class McIdasXFrameInfo
java.lang.Object
edu.wisc.ssec.mcidasv.data.McIdasXFrameInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]private int[]private intprivate booleanprivate intprivate byte[]private McIdasXInfoprivate int[]private int -
Constructor Summary
ConstructorsConstructorDescriptionConstructorMcIdasXFrameInfo(int frameNumber, McIdasXInfo xInfo) Create a new McIDAS-X frame using the given frame number and "info" object.Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionint[]intfloat[][]int[]intgetGIF()int[]byte[]getImage()private int[]getInts(DataInputStream stream, int count) intint[]private booleangetTable(DataInputStream inputStream, int[] tbl) private intvoidsetRefreshData(boolean refresh)
-
Field Details
-
myFrameNumber
-
myXInfo
-
width
-
height
-
stretchTable
-
colorTable
-
graphicsTable
-
myImage
-
isLoaded
-
-
Constructor Details
-
McIdasXFrameInfo
public McIdasXFrameInfo()Constructor -
McIdasXFrameInfo
Copy constructor- Parameters:
that- The McIdasXFrameInfo to copy
-
McIdasXFrameInfo
Create a new McIDAS-X frame using the given frame number and "info" object.- Parameters:
frameNumber- Frame number.xInfo- McIDAS-X "info" object. Cannot benull.
-
-
Method Details
-
setRefreshData
-
setFrameData
-
getGraphics
-
getFrameDirectory
-
getTable
-
getInts
-
getFrameNumber
-
getLineSize
-
getElementSize
-
getStretchTable
-
getColorTable
-
getGraphicsTable
-
getEnhancementTable
-
getImage
-
getGIF
-