|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.images.DicomFrameFactory
public class DicomFrameFactory
Factory to create DicomImage
| Constructor Summary | |
|---|---|
DicomFrameFactory()
|
|
| Method Summary | |
|---|---|
DicomFrame |
createBandInterleavedByteRGBImage(int w,
int h,
byte[] data,
int offset)
|
DicomFrame |
createByteGrayscaleImage(int w,
int h,
byte[] data,
int offset)
|
DicomFrame |
createPixelInterleavedByteRGBImage(int w,
int h,
byte[] data,
int offset)
|
DicomFrame |
createSignedShortGrayscaleImage(int w,
int h,
short[] data,
int offset)
|
DicomFrame |
createUnsignedShortGrayscaleImage(int aWidth,
int aHeight,
short[] data,
int offset)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomFrameFactory()
| Method Detail |
|---|
public DicomFrame createBandInterleavedByteRGBImage(int w,
int h,
byte[] data,
int offset)
public DicomFrame createByteGrayscaleImage(int w,
int h,
byte[] data,
int offset)
public DicomFrame createPixelInterleavedByteRGBImage(int w,
int h,
byte[] data,
int offset)
public DicomFrame createSignedShortGrayscaleImage(int w,
int h,
short[] data,
int offset)
public DicomFrame createUnsignedShortGrayscaleImage(int aWidth,
int aHeight,
short[] data,
int offset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||