public class MultiFramePixelData extends Object
| Constructor and Description |
|---|
MultiFramePixelData(int rows,
int columns,
int samplesPerPixel,
int numberOfFrames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFrame(Attribute pixelData) |
Attribute |
getPixelDataAttribute() |
boolean |
hasBytePixels() |
boolean |
hasWordPixels() |
public MultiFramePixelData(int rows,
int columns,
int samplesPerPixel,
int numberOfFrames)
public void addFrame(Attribute pixelData) throws DicomException
DicomExceptionpublic Attribute getPixelDataAttribute() throws DicomException
DicomExceptionpublic boolean hasBytePixels()
public boolean hasWordPixels()