Package com.pixelmed.dicom
Class MultiFramePixelData
- java.lang.Object
-
- com.pixelmed.dicom.MultiFramePixelData
-
public class MultiFramePixelData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiFramePixelData(int rows, int columns, int samplesPerPixel, int numberOfFrames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFrame(Attribute pixelData)
Attribute
getPixelDataAttribute()
boolean
hasBytePixels()
boolean
hasWordPixels()
-
-
-
Method Detail
-
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
-
-