Class PdfCanvasConstants.FillingRule

  • Enclosing class:
    PdfCanvasConstants

    public static class PdfCanvasConstants.FillingRule
    extends java.lang.Object
    Rule for determining which points lie inside a path.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EVEN_ODD
      The even-odd winding number rule.
      static int NONZERO_WINDING
      The nonzero winding number rule.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FillingRule()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NONZERO_WINDING

        public static final int NONZERO_WINDING
        The nonzero winding number rule.
        See Also:
        Constant Field Values
      • EVEN_ODD

        public static final int EVEN_ODD
        The even-odd winding number rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FillingRule

        private FillingRule()