com.lowagie.text.pdf.codec.postscript
Class PAToken
java.lang.Object
com.lowagie.text.pdf.codec.postscript.PAToken
public class PAToken
- extends Object
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
KEY
public static final int KEY
- See Also:
- Constant Field Values
PROCEDURE
public static final int PROCEDURE
- See Also:
- Constant Field Values
MARK
public static final int MARK
- See Also:
- Constant Field Values
START_PROCEDURE
public static final int START_PROCEDURE
- See Also:
- Constant Field Values
END_PROCEDURE
public static final int END_PROCEDURE
- See Also:
- Constant Field Values
IMMEDIATE
public static final int IMMEDIATE
- See Also:
- Constant Field Values
START_ARRAY
public static final int START_ARRAY
- See Also:
- Constant Field Values
END_ARRAY
public static final int END_ARRAY
- See Also:
- Constant Field Values
START_DICT
public static final int START_DICT
- See Also:
- Constant Field Values
END_DICT
public static final int END_DICT
- See Also:
- Constant Field Values
value
public Object value
type
public int type
PAToken
public PAToken(Object value,
int type)
toString
public String toString()
- Overrides:
toString
in class Object