Uses of Class
org.openpdf.renderer.PDFCmd
Packages that use PDFCmd
-
Uses of PDFCmd in org.openpdf.renderer
Subclasses of PDFCmd in org.openpdf.rendererMethods in org.openpdf.renderer that return PDFCmdModifier and TypeMethodDescriptionPDFPage.findLastCommand(Class<?> cls) PDFPage.getCommand(int index) get the command at a given indexMethods in org.openpdf.renderer that return types with arguments of type PDFCmdModifier and TypeMethodDescriptionPDFPage.getCommands()get all the commands in the current pagePDFPage.getCommands(int startIndex) get all the commands in the current page starting at the given indexPDFPage.getCommands(int startIndex, int endIndex) Methods in org.openpdf.renderer with parameters of type PDFCmdModifier and TypeMethodDescriptionvoidPDFPage.addCommand(PDFCmd cmd) Add a single command to the page list. -
Uses of PDFCmd in org.openpdf.renderer.annotation
Methods in org.openpdf.renderer.annotation that return types with arguments of type PDFCmdModifier and TypeMethodDescriptionMarkupAnnotation.getCurrentCommand()StampAnnotation.getCurrentCommand()TextMarkupAnnotation.getCurrentCommand()Gets the highlight painting commands Use either Quads or Appearance StreamMarkupAnnotation.getPageCommandsForAnnotation()PDFAnnotation.getPageCommandsForAnnotation()Get list of pdf commands for this annotationWidgetAnnotation.getPageCommandsForAnnotation()