Class GraphicsOperatorProcessor
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
-
- Direct Known Subclasses:
AppendRectangleToPath
,BeginInlineImage
,ClipEvenOddRule
,ClipNonZeroRule
,CloseAndStrokePath
,CloseFillEvenOddAndStrokePath
,CloseFillNonZeroAndStrokePath
,ClosePath
,CurveTo
,CurveToReplicateFinalPoint
,CurveToReplicateInitialPoint
,DrawObject
,EndPath
,FillEvenOddAndStrokePath
,FillEvenOddRule
,FillNonZeroAndStrokePath
,FillNonZeroRule
,LineTo
,MoveTo
,ShadingFill
,StrokePath
public abstract class GraphicsOperatorProcessor extends OperatorProcessor
Base class for graphics operators.
-
-
Field Summary
Fields Modifier and Type Field Description protected PDFGraphicsStreamEngine
context
The processing context.
-
Constructor Summary
Constructors Constructor Description GraphicsOperatorProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setContext(PDFStreamEngine context)
Sets the processing context.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, getName, process
-
-
-
-
Field Detail
-
context
protected PDFGraphicsStreamEngine context
The processing context.
-
-
Method Detail
-
setContext
public void setContext(PDFStreamEngine context)
Description copied from class:OperatorProcessor
Sets the processing context.- Overrides:
setContext
in classOperatorProcessor
- Parameters:
context
- the processing context.
-
-