Class MarkedContentPoint
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.markedcontent.MarkedContentPoint
-
public class MarkedContentPoint extends OperatorProcessor
-
-
Constructor Summary
Constructors Constructor Description MarkedContentPoint(PDFStreamEngine context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this operator, e.g.voidprocess(Operator operator, java.util.List<COSBase> operands)Process the operator.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
-
-
-
Constructor Detail
-
MarkedContentPoint
public MarkedContentPoint(PDFStreamEngine context)
-
-
Method Detail
-
process
public void process(Operator operator, java.util.List<COSBase> operands) throws java.io.IOException
Description copied from class:OperatorProcessorProcess the operator.- Specified by:
processin classOperatorProcessor- Parameters:
operator- the operator to processoperands- the operands to use when processing- Throws:
java.io.IOException- if the operator cannot be processed
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor- Returns:
- the name of the operator
-
-