Module org.sejda.sambox
Class GraphicsOperatorProcessor
java.lang.Object
org.sejda.sambox.contentstream.operator.OperatorProcessor
org.sejda.sambox.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
Base class for graphics operators.
- Author:
- John Hewson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sejda.sambox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getName, process, setContext
-
Constructor Details
-
GraphicsOperatorProcessor
public GraphicsOperatorProcessor()
-
-
Method Details
-
getContext
- Overrides:
getContextin classOperatorProcessor- Returns:
- the processing context
-