org.dcm4che2.iod.module.composite
Class ImagePixel
java.lang.Object
org.dcm4che2.iod.module.Module
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)
Fields inherited from class org.dcm4che2.iod.module.Module |
dcmobj |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImagePixel
public ImagePixel(DicomObject dcmobj)
ImagePixel
public ImagePixel()
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.