org.dicom4j.images
Class DicomImage

java.lang.Object
  extended by org.dicom4j.images.DicomImage

public class DicomImage
extends Object

Constains DicomImage(s) from a DataSet.

Frames (ie: Dicom Images) are read from ONLY ONE DataSet

Since:
Alpha 0.0.2
Author:
Laurent Lecomte

Constructor Summary
DicomImage(DataSet aDataSet)
           
 
Method Summary
 DicomFrame addFrame(DicomFrame aImage)
           
 int count()
           
 int getBitsAllocated()
           
 int getBitsStored()
           
 DataSet getDataSet()
           
 DicomFrame getFrame(int aIndex)
           
 int getHeight()
           
 int getMaximum()
           
 int getMinimum()
           
 ModalityTransform getModalityTransform()
           
 int getSamplesPerPixel()
           
 int getWidth()
           
 boolean isByPlane()
           
 boolean isInverted()
           
 boolean isSigned()
           
 DicomFrame removeFrame(DicomFrame aImage)
           
 void setMaximum(int aMaximum)
           
 void setMinimum(int aMinimum)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DicomImage

public DicomImage(DataSet aDataSet)
Method Detail

addFrame

public DicomFrame addFrame(DicomFrame aImage)

count

public int count()

getBitsAllocated

public int getBitsAllocated()

getBitsStored

public int getBitsStored()

getDataSet

public DataSet getDataSet()

getFrame

public DicomFrame getFrame(int aIndex)

getHeight

public int getHeight()

getMaximum

public int getMaximum()

getMinimum

public int getMinimum()

getModalityTransform

public ModalityTransform getModalityTransform()

getSamplesPerPixel

public int getSamplesPerPixel()

getWidth

public int getWidth()

isByPlane

public boolean isByPlane()

isInverted

public boolean isInverted()

isSigned

public boolean isSigned()

removeFrame

public DicomFrame removeFrame(DicomFrame aImage)

setMaximum

public void setMaximum(int aMaximum)

setMinimum

public void setMinimum(int aMinimum)


Copyright © 2009 dicom4j. All Rights Reserved.