Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 862 Bytes

ArcShape.md

File metadata and controls

31 lines (21 loc) · 862 Bytes

ArcShape

Inherits from RectShape

Position

  • setCenterX(float centerX)
  • setCenterY(float centerY)
  • setRadius(float radius)

Decoration

  • .setStartAngle(float startAngle)

  • .setEndAngle(float endAngle)

  • .setStrokeWidth(float strokeWidth)

Animation

it inherit methods from RectShapeAnimation

Added methods:

  • .animate().startAngle(float... values)

  • .animate().startAngleTo(float... values)

  • .animate().startAngleBy(float... values)

  • .animate().startAnglePlus(float... values)

  • .animate().endAngle(float... values)

  • .animate().endAngleTo(float... values)

  • .animate().endAngleBy(float... values)

  • .animate().endAnglePlus(float... values)