de.intarsys.pdf.content
Class CSOperator
java.lang.Object
de.intarsys.pdf.content.CSOperator
public class CSOperator
- extends Object
A class representing an operator of a content stream.
The content stream is a sequence of operations, with any operation beeing a
list of operands followed by the operator.
CSOperator
public CSOperator(byte[] token)
create
public static CSOperator create(String name)
getToken
public byte[] getToken()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.