Class PKCanvasViewDrawingPolicy


  • public final class PKCanvasViewDrawingPolicy
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AnyInput
      Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
      static long Default
      Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
      static long PencilOnly
      Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
        See Also:
        Constant Field Values
      • AnyInput

        public static final long AnyInput
        Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
        See Also:
        Constant Field Values
      • PencilOnly

        public static final long PencilOnly
        Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
        See Also:
        Constant Field Values