Class GFJPEG2000
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.external.GFExternal
org.verapdf.gf.model.impl.external.GFJPEG2000
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimage bit depthtrue if the 'bpcc' box is present and, thus, the bit depth is not constant across all componentsEnumCS (enumerated color space) field of in the 'colr' box specification with APPROX field equal to 0x01the METH entry in the 'colr' box specification with APPROX field equal to 0x01true, if Image XObject has /ColorSpace entry, which means that colr box in JPEG2000 should be ignoredthe number of colour channelsthe number of colour space specificationsthe number of colour space specifications with APPROX field set to 0x01Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
JPEG_2000_TYPE
- See Also:
-
-
Constructor Details
-
GFJPEG2000
-
-
Method Details
-
getnrColorChannels
Description copied from interface:JPEG2000the number of colour channels- Specified by:
getnrColorChannelsin interfaceJPEG2000
-
getnrColorSpaceSpecs
Description copied from interface:JPEG2000the number of colour space specifications- Specified by:
getnrColorSpaceSpecsin interfaceJPEG2000
-
getnrColorSpacesWithApproxField
Description copied from interface:JPEG2000the number of colour space specifications with APPROX field set to 0x01- Specified by:
getnrColorSpacesWithApproxFieldin interfaceJPEG2000
-
getcolrMethod
Description copied from interface:JPEG2000the METH entry in the 'colr' box specification with APPROX field equal to 0x01- Specified by:
getcolrMethodin interfaceJPEG2000
-
getcolrEnumCS
Description copied from interface:JPEG2000EnumCS (enumerated color space) field of in the 'colr' box specification with APPROX field equal to 0x01- Specified by:
getcolrEnumCSin interfaceJPEG2000
-
getbitDepth
Description copied from interface:JPEG2000image bit depth- Specified by:
getbitDepthin interfaceJPEG2000
-
getbpccBoxPresent
Description copied from interface:JPEG2000true if the 'bpcc' box is present and, thus, the bit depth is not constant across all components- Specified by:
getbpccBoxPresentin interfaceJPEG2000
-
gethasColorSpace
Description copied from interface:JPEG2000true, if Image XObject has /ColorSpace entry, which means that colr box in JPEG2000 should be ignored- Specified by:
gethasColorSpacein interfaceJPEG2000
-
getImageColorSpace
-