java.lang.Objectcom.pdfjet.Operation
public class Operation
Used to specify the 'stroke', 'close' and 'fill' operations.
| Field Summary | |
|---|---|
static char |
CLOSE
|
static char |
FILL
|
static char |
STROKE
|
| Constructor Summary | |
|---|---|
Operation()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static char STROKE
public static char CLOSE
public static char FILL
| Constructor Detail |
|---|
public Operation()