com.pixelmed.dicom
Class MultiFramePixelData
java.lang.Object
com.pixelmed.dicom.MultiFramePixelData
public class MultiFramePixelData
- extends Object
|
Constructor Summary |
MultiFramePixelData(int rows,
int columns,
int samplesPerPixel,
int numberOfFrames)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiFramePixelData
public MultiFramePixelData(int rows,
int columns,
int samplesPerPixel,
int numberOfFrames)
hasBytePixels
public boolean hasBytePixels()
hasWordPixels
public boolean hasWordPixels()
getPixelDataAttribute
public Attribute getPixelDataAttribute()
throws DicomException
- Throws:
DicomException
addFrame
public void addFrame(Attribute pixelData)
throws DicomException
- Throws:
DicomException