org.apache.pdfbox.pdmodel.common.function.type4
Interface Operator


public interface Operator

Interface for PostScript operators.

Version:
$Revision$

Method Summary
 void execute(ExecutionContext context)
          Executes the operator.
 

Method Detail

execute

void execute(ExecutionContext context)
Executes the operator. The method can inspect and manipulate the stack.

Parameters:
context - the execution context


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.