Uses of Class
com.pd4ml.pdf.cos.COSInteger
-
Packages that use COSInteger Package Description com.pd4ml.pdf.cos com.pd4ml.pdf.cos.writer -
-
Uses of COSInteger in com.pd4ml.pdf.cos
Fields in com.pd4ml.pdf.cos declared as COSInteger Modifier and Type Field Description static COSIntegerCOSInteger. ONEstatic COSIntegerCOSInteger. ZEROMethods in com.pd4ml.pdf.cos that return COSInteger Modifier and Type Method Description static COSIntegerCOSInteger. get(long value)Methods in com.pd4ml.pdf.cos with parameters of type COSInteger Modifier and Type Method Description TICOSVisitor. visitFromInteger(COSInteger number) -
Uses of COSInteger in com.pd4ml.pdf.cos.writer
Methods in com.pd4ml.pdf.cos.writer with parameters of type COSInteger Modifier and Type Method Description java.lang.VoidCOSWriter. visitFromInteger(COSInteger number)
-