Uses of Class
org.apache.pdfbox.cos.COSFloat
-
Packages that use COSFloat Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdfwriter.compress -
-
Uses of COSFloat in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSFloat Modifier and Type Field Description static COSFloatCOSFloat. ONEstatic COSFloatCOSFloat. ZEROMethods in org.apache.pdfbox.cos with parameters of type COSFloat Modifier and Type Method Description voidICOSVisitor. visitFromFloat(COSFloat obj)Notification of visit to float object. -
Uses of COSFloat in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSFloat Modifier and Type Method Description voidCOSWriter. visitFromFloat(COSFloat obj) -
Uses of COSFloat in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSFloat Modifier and Type Method Description private voidCOSWriterObjectStream. writeCOSFloat(java.io.OutputStream output, COSFloat cosFloat)Write the givenCOSFloatto the given stream.
-