public class MultiFramePixelData
extends java.lang.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 boolean hasBytePixels()
public boolean hasWordPixels()
public Attribute getPixelDataAttribute() throws DicomException
DicomExceptionpublic void addFrame(Attribute pixelData) throws DicomException
DicomException