com.pdfjet
Class Operation

java.lang.Object
  extended by com.pdfjet.Operation

public class Operation
extends java.lang.Object

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

STROKE

public static char STROKE

CLOSE

public static char CLOSE

FILL

public static char FILL
Constructor Detail

Operation

public Operation()