Package com.ribs.pdf
Class PDFDictUtils
java.lang.Object
com.ribs.pdf.PDFDictUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic boolean[]getBoolArray(Map dictionary, PDFFile srcFile, String key) An array of bools : << /Vals [true false] >>static floatstatic float[]getFloatArray(Map dictionary, PDFFile srcFile, String key) An array of floats: << /Nums [1.414 2.717 3.1415 ] >>static intstatic int[]getIntArray(Map dictionary, PDFFile srcFile, String key) An array of ints : << /Ints [1 3 5 7] >>static Rectangle2DgetRectangle(Map dictionary, PDFFile srcFile, String key) A rectangle : << /BBox [0 0 612 792] >>static AffineTransformgetTransform(Map dictionary, PDFFile srcFile, String key) A transformation matrix: << /Matrix [1 0 0 1 0 0] >>
- 
Constructor Details- 
PDFDictUtilspublic PDFDictUtils()
 
- 
- 
Method Details- 
getFloatArrayAn array of floats: << /Nums [1.414 2.717 3.1415 ] >>
- 
getIntArrayAn array of ints : << /Ints [1 3 5 7] >>
- 
getBoolArrayAn array of bools : << /Vals [true false] >>
- 
getTransformA transformation matrix: << /Matrix [1 0 0 1 0 0] >>
- 
getRectangleA rectangle : << /BBox [0 0 612 792] >>
- 
getInt
- 
getFloat
 
-