org.dicom4j.images
Class DicomFrame
java.lang.Object
java.awt.Image
java.awt.image.BufferedImage
org.dicom4j.images.DicomFrame
- All Implemented Interfaces:
- RenderedImage, WritableRenderedImage, Transparency
public class DicomFrame
- extends BufferedImage
a DICOM Frame
- Since:
- Alpha 0.0.0
- Author:
- Laurent Lecomte
| Fields inherited from class java.awt.image.BufferedImage |
TYPE_3BYTE_BGR, TYPE_4BYTE_ABGR, TYPE_4BYTE_ABGR_PRE, TYPE_BYTE_BINARY, TYPE_BYTE_GRAY, TYPE_BYTE_INDEXED, TYPE_CUSTOM, TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_BGR, TYPE_INT_RGB, TYPE_USHORT_555_RGB, TYPE_USHORT_565_RGB, TYPE_USHORT_GRAY |
| Methods inherited from class java.awt.image.BufferedImage |
addTileObserver, coerceData, copyData, createGraphics, flush, getAlphaRaster, getCapabilities, getColorModel, getData, getData, getGraphics, getHeight, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getProperty, getPropertyNames, getRaster, getRGB, getRGB, getSampleModel, getSource, getSources, getSubimage, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getTransparency, getType, getWidth, getWidth, getWritableTile, getWritableTileIndices, hasTileWriters, isAlphaPremultiplied, isTileWritable, releaseWritableTile, removeTileObserver, setData, setRGB, setRGB, toString |
PHOTOMETRIC_INTERPRETATION_MONOCHROME1
public static final String PHOTOMETRIC_INTERPRETATION_MONOCHROME1
- See Also:
- Constant Field Values
PHOTOMETRIC_INTERPRETATION_MONOCHROME2
public static final String PHOTOMETRIC_INTERPRETATION_MONOCHROME2
- See Also:
- Constant Field Values
PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
public static final String PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
- See Also:
- Constant Field Values
DicomFrame
public DicomFrame(ColorModel arg0,
WritableRaster arg1,
boolean arg2,
Hashtable arg3)
DicomFrame
public DicomFrame(int arg0,
int arg1,
int arg2)
DicomFrame
public DicomFrame(int arg0,
int arg1,
int arg2,
IndexColorModel arg3)
Copyright © 2009 dicom4j. All Rights Reserved.