intarsys PDF library API

de.intarsys.pdf.content
Class CSOperator

java.lang.Object
  extended by 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.


Constructor Summary
CSOperator(byte[] token)
           
 
Method Summary
static CSOperator create(String name)
           
 boolean equals(Object o)
           
 byte[] getToken()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSOperator

public CSOperator(byte[] token)
Method Detail

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

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.