Uses of Class
org.faceless.pdf2.AnnotationStamp
-
Packages that use AnnotationStamp Package Description org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of AnnotationStamp in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature that return AnnotationStamp Modifier and Type Method Description AnnotationStamp
AnnotationStampFactory. getStamp(String stampname)
Get an AnnotationStamp for the specified stamp name.Methods in org.faceless.pdf2.viewer2.feature with parameters of type AnnotationStamp Modifier and Type Method Description BufferedImage
AnnotationStampFactory. getStampImage(AnnotationStamp stamp, int height, PDFParser parser)
Create the image for the specified AnnotationStamp
-