Schnittstelle PathForeachFlags


public interface PathForeachFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Allow emission of `GSK_PATH_CONIC` operations.
    static final int
    Allow emission of `GSK_PATH_CUBIC` operations.
    static final int
    The default behavior, only allow lines.
    static final int
    Allow emission of `GSK_PATH_QUAD` operations
  • Felddetails

    • ONLY_LINES

      static final int ONLY_LINES
      The default behavior, only allow lines.
      Siehe auch:
    • QUAD

      static final int QUAD
      Allow emission of `GSK_PATH_QUAD` operations
      Siehe auch:
    • CUBIC

      static final int CUBIC
      Allow emission of `GSK_PATH_CUBIC` operations.
      Siehe auch:
    • CONIC

      static final int CONIC
      Allow emission of `GSK_PATH_CONIC` operations.
      Siehe auch: