Schnittstelle FillRule


public interface FillRule
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Counts the total number of
    intersections, without regard to the orientation of the contour.
    static final int
    If the path crosses the ray from
    left-to-right, counts +1.
  • Felddetails

    • WINDING

      static final int WINDING
      If the path crosses the ray from
      left-to-right, counts +1. If the path crosses the ray
      from right to left, counts -1. (Left and right are determined
      from the perspective of looking along the ray from the starting
      point.) If the total count is non-zero, the point will be filled.
      Siehe auch:
    • EVEN_ODD

      static final int EVEN_ODD
      Counts the total number of
      intersections, without regard to the orientation of the contour. If
      the total number of intersections is odd, the point will be
      filled.
      Siehe auch: