Class LegacyFillNonZeroRule
- java.lang.Object
-
- com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
-
- com.tom_roush.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
-
- com.tom_roush.pdfbox.contentstream.operator.graphics.FillNonZeroRule
-
- com.tom_roush.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 com.tom_roush.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 StringgetName()Returns the name of this operator, e.g.-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.graphics.FillNonZeroRule
process
-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
setContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
getContext
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classFillNonZeroRule
-
-