public abstract class PDFCmd extends Object
Constructor and Description |
---|
PDFCmd() |
Modifier and Type | Method and Description |
---|---|
abstract Rectangle2D |
execute(PDFRenderer state)
mark the page or change the graphics state
|
String |
getDetails()
the details of this command
|
String |
toString()
a human readable representation of this command
|
public abstract Rectangle2D execute(PDFRenderer state)
state
- the current graphics state; may be modified during
execution.public String toString()
public String getDetails()
Copyright © 2024. All rights reserved.