com.archimed.dicom.image
Class DicomImageInfo
java.lang.Object
com.archimed.dicom.image.DicomImageInfo
public class DicomImageInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MONOCHROME1
public static final int MONOCHROME1
- See Also:
- Constant Field Values
MONOCHROME2
public static final int MONOCHROME2
- See Also:
- Constant Field Values
PALETTE_COLOR
public static final int PALETTE_COLOR
- See Also:
- Constant Field Values
RGB
public static final int RGB
- See Also:
- Constant Field Values
HSV
public static final int HSV
- See Also:
- Constant Field Values
ARGB
public static final int ARGB
- See Also:
- Constant Field Values
CMYK
public static final int CMYK
- See Also:
- Constant Field Values
YBR_FULL
public static final int YBR_FULL
- See Also:
- Constant Field Values
YBR_FULL_422
public static final int YBR_FULL_422
- See Also:
- Constant Field Values
YBR_PARTIAL_422
public static final int YBR_PARTIAL_422
- See Also:
- Constant Field Values
YBR_PARTIAL_420
public static final int YBR_PARTIAL_420
- See Also:
- Constant Field Values
YBR_ICT
public static final int YBR_ICT
- See Also:
- Constant Field Values
COLOR_BY_PIXEL
public static final int COLOR_BY_PIXEL
- See Also:
- Constant Field Values
COLOR_BY_PLANE
public static final int COLOR_BY_PLANE
- See Also:
- Constant Field Values
PR_UNSIGNEDINT
public static final int PR_UNSIGNEDINT
- See Also:
- Constant Field Values
PR_TWOSCOMPLEMENT
public static final int PR_TWOSCOMPLEMENT
- See Also:
- Constant Field Values
photometricInterpretation
protected int photometricInterpretation
bitsStored
protected int bitsStored
bitsAllocated
protected int bitsAllocated
highBit
protected int highBit
samplesPerPixel
protected int samplesPerPixel
planarConfiguration
protected int planarConfiguration
pixelRepresentation
protected int pixelRepresentation
palette_red
protected byte[] palette_red
palette_green
protected byte[] palette_green
palette_blue
protected byte[] palette_blue
windowWidths
protected float[] windowWidths
windowCenters
protected float[] windowCenters
rescaleSlope
protected float rescaleSlope
rescaleIntercept
protected float rescaleIntercept
width
protected int width
height
protected int height
frames
protected int frames
hasRescale
protected boolean hasRescale
ts
protected int ts
log
protected JdtLogger log
DicomImageInfo
public DicomImageInfo(DicomObject dcm)
throws IllegalValueException
- Throws:
IllegalValueException
getPhotometricInterpretation
public int getPhotometricInterpretation()
getPlanarConfiguration
public int getPlanarConfiguration()
getPixelRepresentation
public int getPixelRepresentation()
getBitsAllocated
public int getBitsAllocated()
getBitsStored
public int getBitsStored()
getHighBit
public int getHighBit()
getSamplesPerPixel
public int getSamplesPerPixel()
getPaletteRed
public byte[] getPaletteRed()
getPaletteGreen
public byte[] getPaletteGreen()
getPaletteBlue
public byte[] getPaletteBlue()
getWindowCenters
public float[] getWindowCenters()
getWindowWidths
public float[] getWindowWidths()
getRescaleSlope
public float getRescaleSlope()
getRescaleIntercept
public float getRescaleIntercept()
hasRescale
public boolean hasRescale()
getWidth
public int getWidth()
getHeight
public int getHeight()
getFrames
public int getFrames()
getTransferSyntax
public int getTransferSyntax()
Copyright © 1999-2008 Trispark. All Rights Reserved.