Uses of Class
org.verapdf.cos.COSReal
-
Packages that use COSReal Package Description org.verapdf.cos.visitor org.verapdf.gf.model.visitor.cos.pb -
-
Uses of COSReal in org.verapdf.cos.visitor
Methods in org.verapdf.cos.visitor with parameters of type COSReal Modifier and Type Method Description voidCOSCopier. visitFromReal(COSReal obj)ObjectICOSVisitor. visitFromReal(COSReal obj)voidIVisitor. visitFromReal(COSReal obj)voidWriter. visitFromReal(COSReal obj) -
Uses of COSReal in org.verapdf.gf.model.visitor.cos.pb
Methods in org.verapdf.gf.model.visitor.cos.pb with parameters of type COSReal Modifier and Type Method Description ObjectGFCosVisitor. visitFromReal(COSReal obj)Create a GFCosReal for corresponding COSReal.
-