Uses of Class
org.pdfbox.cos.COSFloat

Packages that use COSFloat
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. 
 

Uses of COSFloat in org.pdfbox.cos
 

Methods in org.pdfbox.cos with parameters of type COSFloat
 Object ICOSVisitor.visitFromFloat(COSFloat obj)
          Notification of visit to float object.
 

Uses of COSFloat in org.pdfbox.pdfwriter
 

Methods in org.pdfbox.pdfwriter with parameters of type COSFloat
 Object COSWriter.visitFromFloat(COSFloat obj)
          visitFromFloat method comment.