public class BMPMetadata extends IIOMetadata implements Cloneable, BMPConstants
| Modifier and Type | Field and Description | 
|---|---|
| int | alphaMask | 
| short | bitsPerPixel | 
| int | blue | 
| int | blueMask | 
| double | blueX | 
| double | blueY | 
| double | blueZ | 
| String | bmpVersion | 
| int | colorsImportant | 
| int | colorSpace | 
| int | colorsUsed | 
| List | comments | 
| int | compression | 
| int | gammaBlue | 
| int | gammaGreen | 
| int | gammaRed | 
| int | green | 
| int | greenMask | 
| double | greenX | 
| double | greenY | 
| double | greenZ | 
| int | height | 
| int | imageSize | 
| int | intent | 
| static String | nativeMetadataFormatName | 
| byte[] | palette | 
| int | paletteSize | 
| int | red | 
| int | redMask | 
| double | redX | 
| double | redY | 
| double | redZ | 
| int | width | 
| int | xPixelsPerMeter | 
| int | yPixelsPerMeter | 
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupportedBI_BITFIELDS, BI_JPEG, BI_PNG, BI_RGB, BI_RLE4, BI_RLE8, compressionTypeNames, LCS_CALIBRATED_RGB, LCS_sRGB, LCS_WINDOWS_COLOR_SPACE, PROFILE_EMBEDDED, PROFILE_LINKED, VERSION_2, VERSION_3, VERSION_3_NT, VERSION_4, VERSION_5| Constructor and Description | 
|---|
| BMPMetadata() | 
| BMPMetadata(IIOMetadata metadata) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone() | 
| Node | getAsTree(String formatName) | 
| protected IIOMetadataNode | getStandardChromaNode() | 
| protected IIOMetadataNode | getStandardCompressionNode() | 
| protected IIOMetadataNode | getStandardDataNode() | 
| protected IIOMetadataNode | getStandardDimensionNode() | 
| protected IIOMetadataNode | getStandardDocumentNode() | 
| protected IIOMetadataNode | getStandardTextNode() | 
| protected IIOMetadataNode | getStandardTransparencyNode() | 
| boolean | isReadOnly() | 
| void | mergeTree(String formatName,
         Node root) | 
| void | reset() | 
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTreepublic static final String nativeMetadataFormatName
public String bmpVersion
public int width
public int height
public short bitsPerPixel
public int compression
public int imageSize
public int xPixelsPerMeter
public int yPixelsPerMeter
public int colorsUsed
public int colorsImportant
public int redMask
public int greenMask
public int blueMask
public int alphaMask
public int colorSpace
public double redX
public double redY
public double redZ
public double greenX
public double greenY
public double greenZ
public double blueX
public double blueY
public double blueZ
public int gammaRed
public int gammaGreen
public int gammaBlue
public int intent
public byte[] palette
public int paletteSize
public int red
public int green
public int blue
public List comments
public BMPMetadata()
public BMPMetadata(IIOMetadata metadata) throws IIOInvalidTreeException
IIOInvalidTreeExceptionpublic boolean isReadOnly()
isReadOnly in class IIOMetadatapublic Node getAsTree(String formatName)
getAsTree in class IIOMetadataprotected IIOMetadataNode getStandardChromaNode()
getStandardChromaNode in class IIOMetadataprotected IIOMetadataNode getStandardCompressionNode()
getStandardCompressionNode in class IIOMetadataprotected IIOMetadataNode getStandardDataNode()
getStandardDataNode in class IIOMetadataprotected IIOMetadataNode getStandardDimensionNode()
getStandardDimensionNode in class IIOMetadataprotected IIOMetadataNode getStandardDocumentNode()
getStandardDocumentNode in class IIOMetadataprotected IIOMetadataNode getStandardTextNode()
getStandardTextNode in class IIOMetadataprotected IIOMetadataNode getStandardTransparencyNode()
getStandardTransparencyNode in class IIOMetadatapublic void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree in class IIOMetadataIIOInvalidTreeExceptionpublic void reset()
reset in class IIOMetadataCopyright © 2014 Open Microscopy Environment