org.dcm4che2.iod.module.composite
Class ImagePixel

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.composite.ImagePixel
Direct Known Subclasses:
GeneralImageModule, ImagePixelModule

public class ImagePixel
extends Module

Since:
Jun 11, 2006
Version:
$Revision: 4686 $ $Date: 2007-07-17 16:47:07 +0200 (Tue, 17 Jul 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
ImagePixel()
           
ImagePixel(DicomObject dcmobj)
           
 
Method Summary
 int getBitsAllocated()
           
 int getBitsStored()
           
 byte[] getBluePaletteColorLookupTableData()
           
 int[] getBluePaletteColorLookupTableDescriptor()
           
 int getColumns()
           
 byte[] getGreenPaletteColorLookupTableData()
           
 int[] getGreenPaletteColorLookupTableDescriptor()
           
 int getHighBit()
           
 byte[] getICCProfile()
           
 int getLargestImagePixelValue()
           
 java.lang.String getPhotometricInterpretation()
           
 int[] getPixelAspectRatio()
           
 byte[] getPixelData()
           
 int getPixelRepresentation()
           
 int getPlanarConfiguration()
           
 byte[] getRedPaletteColorLookupTableData()
           
 int[] getRedPaletteColorLookupTableDescriptor()
           
 int getRows()
           
 int getSamplesPerPixel()
           
 int getSmallestImagePixelValue()
           
 int maxPossibleStoredValue()
          Returns the maximum value it is possible to store
 int minPossibleStoredValue()
          Returns the minimum value it is possible to store
 void setBitsAllocated(int i)
           
 void setBitsStored(int i)
           
 void setBluePaletteColorLookupTableData(byte[] b)
           
 void setBluePaletteColorLookupTableDescriptor(int[] ints)
           
 void setColumns(int i)
           
 void setGreenPaletteColorLookupTableData(byte[] b)
           
 void setGreenPaletteColorLookupTableDescriptor(int[] ints)
           
 void setHighBit(int i)
           
 void setICCProfile(byte[] b)
           
 void setLargestImagePixelValue(int s)
           
 void setPhotometricInterpretation(java.lang.String s)
           
 void setPixelAspectRatio(int[] ints)
           
 void setPixelData(byte[] b)
           
 void setPixelRepresentation(int i)
           
 void setPlanarConfiguration(int i)
           
 void setRedPaletteColorLookupTableData(byte[] b)
           
 void setRedPaletteColorLookupTableDescriptor(int[] ints)
           
 void setRows(int i)
           
 void setSamplesPerPixel(int i)
           
 void setSmallestImagePixelValue(int s)
           
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePixel

public ImagePixel(DicomObject dcmobj)

ImagePixel

public ImagePixel()
Method Detail

getSamplesPerPixel

public int getSamplesPerPixel()

setSamplesPerPixel

public void setSamplesPerPixel(int i)

getPhotometricInterpretation

public java.lang.String getPhotometricInterpretation()

setPhotometricInterpretation

public void setPhotometricInterpretation(java.lang.String s)

getRows

public int getRows()

setRows

public void setRows(int i)

getColumns

public int getColumns()

setColumns

public void setColumns(int i)

getBitsAllocated

public int getBitsAllocated()

setBitsAllocated

public void setBitsAllocated(int i)

getBitsStored

public int getBitsStored()

setBitsStored

public void setBitsStored(int i)

getHighBit

public int getHighBit()

setHighBit

public void setHighBit(int i)

getPixelRepresentation

public int getPixelRepresentation()

setPixelRepresentation

public void setPixelRepresentation(int i)

getPlanarConfiguration

public int getPlanarConfiguration()

setPlanarConfiguration

public void setPlanarConfiguration(int i)

getPixelAspectRatio

public int[] getPixelAspectRatio()

setPixelAspectRatio

public void setPixelAspectRatio(int[] ints)

getPixelData

public byte[] getPixelData()

setPixelData

public void setPixelData(byte[] b)

getSmallestImagePixelValue

public int getSmallestImagePixelValue()

setSmallestImagePixelValue

public void setSmallestImagePixelValue(int s)

getLargestImagePixelValue

public int getLargestImagePixelValue()

setLargestImagePixelValue

public void setLargestImagePixelValue(int s)

getRedPaletteColorLookupTableDescriptor

public int[] getRedPaletteColorLookupTableDescriptor()

setRedPaletteColorLookupTableDescriptor

public void setRedPaletteColorLookupTableDescriptor(int[] ints)

getGreenPaletteColorLookupTableDescriptor

public int[] getGreenPaletteColorLookupTableDescriptor()

setGreenPaletteColorLookupTableDescriptor

public void setGreenPaletteColorLookupTableDescriptor(int[] ints)

getBluePaletteColorLookupTableDescriptor

public int[] getBluePaletteColorLookupTableDescriptor()

setBluePaletteColorLookupTableDescriptor

public void setBluePaletteColorLookupTableDescriptor(int[] ints)

getRedPaletteColorLookupTableData

public byte[] getRedPaletteColorLookupTableData()

setRedPaletteColorLookupTableData

public void setRedPaletteColorLookupTableData(byte[] b)

getGreenPaletteColorLookupTableData

public byte[] getGreenPaletteColorLookupTableData()

setGreenPaletteColorLookupTableData

public void setGreenPaletteColorLookupTableData(byte[] b)

getBluePaletteColorLookupTableData

public byte[] getBluePaletteColorLookupTableData()

setBluePaletteColorLookupTableData

public void setBluePaletteColorLookupTableData(byte[] b)

getICCProfile

public byte[] getICCProfile()

setICCProfile

public void setICCProfile(byte[] b)

maxPossibleStoredValue

public int maxPossibleStoredValue()
Returns the maximum value it is possible to store


minPossibleStoredValue

public int minPossibleStoredValue()
Returns the minimum value it is possible to store



Copyright © 2011 dcm4che. All Rights Reserved.