Class PCXMetadata
java.lang.Object
javax.imageio.metadata.IIOMetadata
com.github.jaiimageio.impl.plugins.pcx.PCXMetadata
- All Implemented Interfaces:
PCXConstants, Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte(package private) boolean(package private) boolean(package private) int(package private) int(package private) int(package private) short(package private) int(package private) short(package private) shortFields inherited from class IIOMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, nativeMetadataFormatName, standardFormatSupportedFields inherited from interface PCXConstants
ENCODING, MANUFACTURER, PALETTE_COLOR, PALETTE_GRAYSCALE, VERSION_2_5, VERSION_2_8_W_PALETTE, VERSION_2_8_WO_PALETTE, VERSION_3_0, VERSION_PC_WINDOWS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringgetAttribute(Node node, String attrName) booleanprivate voidmergeStandardTree(Node root) voidvoidreset()Methods inherited from class IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
-
Field Details
-
version
short version -
bitsPerPixel
byte bitsPerPixel -
gotxmin
boolean gotxmin -
gotymin
boolean gotymin -
xmin
short xmin -
ymin
short ymin -
vdpi
int vdpi -
hdpi
int hdpi -
hsize
int hsize -
vsize
int vsize
-
-
Constructor Details
-
PCXMetadata
PCXMetadata()
-
-
Method Details
-
getAsTree
- Specified by:
getAsTreein classIIOMetadata
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classIIOMetadata
-
mergeTree
- Specified by:
mergeTreein classIIOMetadata- Throws:
IIOInvalidTreeException
-
reset
public void reset()- Specified by:
resetin classIIOMetadata
-
getStandardDocumentNode
- Overrides:
getStandardDocumentNodein classIIOMetadata
-
getStandardDimensionNode
- Overrides:
getStandardDimensionNodein classIIOMetadata
-
mergeStandardTree
- Throws:
IIOInvalidTreeException
-
getAttribute
-