Uses of Interface
org.verapdf.model.coslayer.CosObject
-
Packages that use CosObject Package Description org.verapdf.gf.model.impl.cos org.verapdf.model.coslayer -
-
Uses of CosObject in org.verapdf.gf.model.impl.cos
Classes in org.verapdf.gf.model.impl.cos that implement CosObject Modifier and Type Class Description classGFCosActualTextclassGFCosArrayclassGFCosBBoxclassGFCosBMclassGFCosBoolclassGFCosDictclassGFCosDocumentclassGFCosFileSpecificationclassGFCosFilterclassGFCosIIFilterclassGFCosIndirectclassGFCosInfoclassGFCosIntegerclassGFCosLangLang type.classGFCosNameCreated by Timur on 4/10/2016.classGFCosNullclassGFCosNumberclassGFCosObjectclassGFCosRealclassGFCosRenderingIntentPDF Name representing rendering intent.classGFCosStreamclassGFCosStringclassGFCosTextStringclassGFCosTrailerclassGFCosUnicodeNameclassGFCosXRefMethods in org.verapdf.gf.model.impl.cos that return CosObject Modifier and Type Method Description static CosObjectGFCosObject. getFromValue(COSBase base)Transform base to corresponding object of abstract model implementation. -
Uses of CosObject in org.verapdf.model.coslayer
Subinterfaces of CosObject in org.verapdf.model.coslayer Modifier and Type Interface Description interfaceCosActualTextactual textinterfaceCosArrayPDF Array typeinterfaceCosBBoxBounding box arrayinterfaceCosBMblend modeinterfaceCosBoolPDF boolean objectinterfaceCosDictPDF Dict typeinterfaceCosDocumentLow-level PDF Document objectinterfaceCosFileSpecificationFile specification dictionaryinterfaceCosFilterPDF Name representing a single stream filter including decode parametersinterfaceCosIIFilterPDF Name representing a single inline image filterinterfaceCosIndirectPDF Indirect objectinterfaceCosInfoInformation dictionaryinterfaceCosIntegerPDF Integer typeinterfaceCosLangLang typeinterfaceCosNamePDF Name typeinterfaceCosNullPDF null objectinterfaceCosNumberGeneric Number typeinterfaceCosRealPDF Real typeinterfaceCosRenderingIntentPDF Name representing rendering intentinterfaceCosStreamPDF Stream typeinterfaceCosStringPDF String typeinterfaceCosTextStringPDF Text String typeinterfaceCosTrailerTrailer of the documentinterfaceCosUnicodeNamePDF Name representing a Utf8 stringinterfaceCosXRefCross reference table of the document
-