-
public final class DrawViewState
-
-
Field Summary
Fields Modifier and Type Field Description private final Array<PointF>pointsprivate final FloatrotationAngleprivate final FloatscaleFactor
-
Constructor Summary
Constructors Constructor Description DrawViewState(Array<PointF> points, Float rotationAngle, Float scaleFactor)
-
Method Summary
Modifier and Type Method Description final Array<PointF>getPoints()final FloatgetRotationAngle()final FloatgetScaleFactor()
-