Uses of Class
com.pd4ml.pdf.cos.COSArray
-
Packages that use COSArray Package Description com.pd4ml.pdf.cos com.pd4ml.pdf.cos.writer com.pd4ml.pdf.xfdf.internal -
-
Uses of COSArray in com.pd4ml.pdf.cos
Methods in com.pd4ml.pdf.cos that return COSArray Modifier and Type Method Description COSArrayCOSDictionary. getArray(java.lang.String key)Methods in com.pd4ml.pdf.cos with parameters of type COSArray Modifier and Type Method Description TICOSVisitor. visitFromArray(COSArray array) -
Uses of COSArray in com.pd4ml.pdf.cos.writer
Methods in com.pd4ml.pdf.cos.writer with parameters of type COSArray Modifier and Type Method Description java.lang.VoidCOSWriter. visitFromArray(COSArray array) -
Uses of COSArray in com.pd4ml.pdf.xfdf.internal
Methods in com.pd4ml.pdf.xfdf.internal that return COSArray Modifier and Type Method Description static COSArrayColorUtil. toColorArray(java.lang.String hex)nullifhexisn't a well-formed"#RRGGBB"string.Methods in com.pd4ml.pdf.xfdf.internal with parameters of type COSArray Modifier and Type Method Description static java.lang.StringColorUtil. toHex(COSArray color)nullifcolorisnull, empty, or not a numeric-component array of length 1, 3 or 4.
-