Class LegacyFillNonZeroRule
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.graphics.FillNonZeroRule
-
- org.apache.pdfbox.contentstream.operator.graphics.LegacyFillNonZeroRule
-
public final class LegacyFillNonZeroRule extends FillNonZeroRule
F Fill path using non zero winding rule. Included only for compatibility with Acrobat.
-
-
Constructor Summary
Constructors Constructor Description LegacyFillNonZeroRule(PDFGraphicsStreamEngine 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.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.graphics.FillNonZeroRule
process
-
Methods inherited from class org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
getGraphicsContext
-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
-
-
-
Constructor Detail
-
LegacyFillNonZeroRule
public LegacyFillNonZeroRule(PDFGraphicsStreamEngine context)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classFillNonZeroRule- Returns:
- the name of the operator
-
-