Uses of Class
org.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary

Packages that use PDBorderEffectDictionary
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDBorderEffectDictionary in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDBorderEffectDictionary
 PDBorderEffectDictionary PDAnnotationSquareCircle.getBorderEffect()
          This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDBorderEffectDictionary
 void PDAnnotationSquareCircle.setBorderEffect(PDBorderEffectDictionary be)
          This will set the border effect dictionary, specifying effects to be applied when drawing the line.