public class ImageViewState extends Object implements Serializable
ImageViewState(float scale, PointF center, int orientation)
PointF
getCenter()
int
getOrientation()
float
getScale()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageViewState(float scale, @NonNull PointF center, int orientation)
public float getScale()
@NonNull public PointF getCenter()
public int getOrientation()