Class ShadowCanvas.LinePaintHistoryEvent

  • Enclosing class:
    ShadowCanvas

    public static class ShadowCanvas.LinePaintHistoryEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      android.graphics.Paint paint  
      float startX  
      float startY  
      float stopX  
      float stopY  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • paint

        public android.graphics.Paint paint
      • startX

        public float startX
      • startY

        public float startY
      • stopX

        public float stopX
      • stopY

        public float stopY