Uses of Class
org.sejda.sambox.pdmodel.interactive.annotation.PDBorderEffectDictionary
Packages that use PDBorderEffectDictionary
-
Uses of PDBorderEffectDictionary in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDBorderEffectDictionaryModifier and TypeMethodDescriptionPDAnnotationMarkup.getBorderEffect()This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.PDAnnotationSquareCircle.getBorderEffect()This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.Methods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDBorderEffectDictionaryModifier and TypeMethodDescriptionvoidPDAnnotationMarkup.setBorderEffect(PDBorderEffectDictionary be) This will set the border effect dictionary, specifying effects to be applied when drawing the line.voidPDAnnotationSquareCircle.setBorderEffect(PDBorderEffectDictionary be) This will set the border effect dictionary, specifying effects to be applied when drawing the line.