Uses of Class
org.verapdf.cos.COSDictionary
-
-
Uses of COSDictionary in org.verapdf.as.filters
Methods in org.verapdf.as.filters with parameters of type COSDictionary Modifier and Type Method Description ASInFilterASFilterFactory. getInFilter(ASInputStream inputStream, COSDictionary decodeParams)Gets decoded stream from the given one.ASInFilterIASFilterFactory. getInFilter(ASInputStream inputStream, COSDictionary decodeParams)Gets input filter from given encoded stream with specified decode parameters. -
Uses of COSDictionary in org.verapdf.cos
Subclasses of COSDictionary in org.verapdf.cos Modifier and Type Class Description classCOSStreamMethods in org.verapdf.cos with parameters of type COSDictionary Modifier and Type Method Description static COSObjectCOSDictionary. construct(COSDictionary dict)static COSObjectCOSStream. construct(COSDictionary dictionary)static COSObjectCOSStream. construct(COSDictionary dictionary, String string)static COSObjectCOSStream. construct(COSDictionary dictionary, String string, COSStream.FilterFlags flags)static COSObjectCOSStream. construct(COSDictionary dictionary, ASInputStream stream)static COSObjectCOSStream. construct(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags)Constructors in org.verapdf.cos with parameters of type COSDictionary Constructor Description COSDictionary(COSDictionary dict)COSEmbeddedFileDict(COSDictionary dictionary)COSStream(COSDictionary dictionary)COSStream(COSDictionary dictionary, String string, COSStream.FilterFlags flags)COSStream(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags) -
Uses of COSDictionary in org.verapdf.cos.filters
Methods in org.verapdf.cos.filters with parameters of type COSDictionary Modifier and Type Method Description static ASInputStreamCOSFilterRegistry. getDecodeFilter(ASAtom filterName, ASInputStream inputStream, COSDictionary decodeParams)Gets decode filter from given input stream with given parameters.Constructors in org.verapdf.cos.filters with parameters of type COSDictionary Constructor Description COSFilterLZWDecode(ASInputStream stream, COSDictionary decodeParams)Constructor from LZW encoded data stream and decode parameters dictionary.COSPredictorDecode(ASInputStream stream, COSDictionary decodeParams)Constructor from stream and decode parameters. -
Uses of COSDictionary in org.verapdf.cos.visitor
Methods in org.verapdf.cos.visitor with parameters of type COSDictionary Modifier and Type Method Description voidCOSCopier. visitFromDictionary(COSDictionary obj)ObjectICOSVisitor. visitFromDictionary(COSDictionary obj)voidIVisitor. visitFromDictionary(COSDictionary obj)voidWriter. visitFromDictionary(COSDictionary obj) -
Uses of COSDictionary in org.verapdf.gf.model.impl.cos
Constructors in org.verapdf.gf.model.impl.cos with parameters of type COSDictionary Constructor Description GFCosDict(COSDictionary dictionary)Default constructorGFCosDict(COSDictionary dictionary, String type)Constructor used by child classesGFCosFileSpecification(COSDictionary dictionary)Default constructorGFCosFilter(COSName filterName, COSDictionary decodeParms)GFCosInfo(COSDictionary dictionary)GFCosTrailer(COSDictionary dictionary)Default constructor -
Uses of COSDictionary in org.verapdf.gf.model.impl.pd.signature
Constructors in org.verapdf.gf.model.impl.pd.signature with parameters of type COSDictionary Constructor Description GFPDSigRef(COSDictionary dictionary) -
Uses of COSDictionary in org.verapdf.gf.model.visitor.cos.pb
Methods in org.verapdf.gf.model.visitor.cos.pb with parameters of type COSDictionary Modifier and Type Method Description ObjectGFCosVisitor. visitFromDictionary(COSDictionary obj)Create a GFCosFileSpecification COSDictionary if value of type key ofobjis file specification. -
Uses of COSDictionary in org.verapdf.operator
Methods in org.verapdf.operator that return COSDictionary Modifier and Type Method Description COSDictionaryInlineImageOperator. getImageParameters()Methods in org.verapdf.operator with parameters of type COSDictionary Modifier and Type Method Description voidInlineImageOperator. setImageParameters(COSDictionary imageParameters) -
Uses of COSDictionary in org.verapdf.pd
Constructors in org.verapdf.pd with parameters of type COSDictionary Constructor Description PDSignature(COSDictionary dict) -
Uses of COSDictionary in org.verapdf.pd.font
Fields in org.verapdf.pd.font declared as COSDictionary Modifier and Type Field Description protected COSDictionaryPDFont. dictionaryMethods in org.verapdf.pd.font that return COSDictionary Modifier and Type Method Description COSDictionaryPDType0Font. getDescendantFont()COSDictionaryPDFont. getDictionary()COSDictionaryPDType0Font. getType0FontDict()Constructors in org.verapdf.pd.font with parameters of type COSDictionary Constructor Description PDCIDFont(COSDictionary dictionary)PDCIDFont(COSDictionary dictionary, CMap cMap)Constructor from COSDictionary and CMap with code -> cid mapping.PDCIDFont(COSDictionary dictionary, CMap cMap, FontProgram fontProgram, boolean isFontParsed)Constructor that sets font program for this CIDFont.PDFont(COSDictionary dictionary)Constructor from COSDictionary.PDSimpleFont(COSDictionary dictionary)Constructor from font dictionary.PDType0Font(COSDictionary dictionary)Constructs PD Type 0 font from font dictionary. -
Uses of COSDictionary in org.verapdf.pd.font.truetype
Constructors in org.verapdf.pd.font.truetype with parameters of type COSDictionary Constructor Description PDTrueTypeFont(COSDictionary dictionary)Constructor from true type font dictionary. -
Uses of COSDictionary in org.verapdf.pd.font.type1
Constructors in org.verapdf.pd.font.type1 with parameters of type COSDictionary Constructor Description PDType1Font(COSDictionary dictionary)Constructor from type 1 font dictionary. -
Uses of COSDictionary in org.verapdf.pd.font.type3
Methods in org.verapdf.pd.font.type3 that return COSDictionary Modifier and Type Method Description COSDictionaryPDType3Font. getCharProcDict()Constructors in org.verapdf.pd.font.type3 with parameters of type COSDictionary Constructor Description PDType3Font(COSDictionary dictionary) -
Uses of COSDictionary in org.verapdf.pd.images
Methods in org.verapdf.pd.images that return COSDictionary Modifier and Type Method Description COSDictionaryPDXObject. getOPI()COSDictionaryPDXForm. getRef() -
Uses of COSDictionary in org.verapdf.tools
Constructors in org.verapdf.tools with parameters of type COSDictionary Constructor Description PageLabels(COSDictionary numbTree)
-