Class ShadowCanvas.ArcPaintHistoryEvent

  • Enclosing class:
    ShadowCanvas

    public static class ShadowCanvas.ArcPaintHistoryEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArcPaintHistoryEvent​(android.graphics.RectF oval, float startAngle, float sweepAngle, boolean useCenter, android.graphics.Paint paint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • oval

        public final android.graphics.RectF oval
      • startAngle

        public final float startAngle
      • sweepAngle

        public final float sweepAngle
      • useCenter

        public final boolean useCenter
      • paint

        public final android.graphics.Paint paint
    • Constructor Detail

      • ArcPaintHistoryEvent

        public ArcPaintHistoryEvent​(android.graphics.RectF oval,
                                    float startAngle,
                                    float sweepAngle,
                                    boolean useCenter,
                                    android.graphics.Paint paint)