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.
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description LegacyFillNonZeroRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
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
setContext
-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Overrides:
getName
in classFillNonZeroRule
-
-