Class TIFFElementInfo
java.lang.Object
com.github.jaiimageio.impl.plugins.tiff.TIFFElementInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[]
(package private) String[]
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) Class
(package private) Object
(package private) Object[]
(package private) Comparable
(package private) Comparable
(package private) int
-
Constructor Summary
ConstructorsConstructorDescriptionTIFFElementInfo
(String[] childNames, String[] attributeNames, int childPolicy) -
Method Summary
-
Field Details
-
childNames
String[] childNames -
attributeNames
String[] attributeNames -
childPolicy
int childPolicy -
minChildren
int minChildren -
maxChildren
int maxChildren -
objectValueType
int objectValueType -
objectClass
Class objectClass -
objectDefaultValue
Object objectDefaultValue -
objectEnumerations
Object[] objectEnumerations -
objectMinValue
Comparable objectMinValue -
objectMaxValue
Comparable objectMaxValue -
objectArrayMinLength
int objectArrayMinLength -
objectArrayMaxLength
int objectArrayMaxLength
-
-
Constructor Details
-
TIFFElementInfo
-