Uses of Class
org.openpdf.renderer.PDFCmd
Packages that use PDFCmd
-
Uses of PDFCmd in org.openpdf.renderer
Subclasses of PDFCmd in org.openpdf.rendererModifier and TypeClassDescription(package private) classchange the stroke style(package private) classset the fill paint(package private) classset the fill paint(package private) classdraw an image(package private) classpop the graphics state(package private) classpush the graphics state(package private) classset the shade paintclassEncapsulates a path.(package private) classset the stroke paint(package private) classset the stroke paint(package private) classconcatenate a transform to the graphics stateFields in org.openpdf.renderer with type parameters of type PDFCmdMethods 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
Fields in org.openpdf.renderer.annotation with type parameters of type PDFCmdModifier and TypeFieldDescriptionWidgetAnnotation.cmdTextMarkupAnnotation.highlightCommandsStampAnnotation.iconCommandsMarkupAnnotation.offCmdMarkupAnnotation.onCmdMethods 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()WidgetAnnotation.parseCommand(PDFObject obj) MarkupAnnotation.parseIntoPdfCommands(PDFObject obj)