Package | Description |
---|---|
com.sun.pdfview |
Modifier and Type | Class and Description |
---|---|
class |
PDFShapeCmd
Encapsulates a path.
|
Modifier and Type | Method and Description |
---|---|
PDFCmd |
PDFPage.getCommand(int index)
get the command at a given index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PDFCmd> |
PDFPage.getCommands()
get all the commands in the current page
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.addCommand(PDFCmd cmd)
Add a single command to the page list.
|