public class

RotationUtils

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.RotationUtils

Summary

Public Constructors
RotationUtils()
Public Methods
static double getRotationAngleInRadiansByDegrees(int angleInDegrees)
static Rect getUnrotatedDimensionsFromBBox(Rect rect, int angleInDegree)
static RectF getUnrotatedDimensionsFromBBoxRectF(Rect rect, int angleInDegree)
static boolean isDivisibleByPiOverFour(double angleInRadians)
static boolean shouldMaintainAspectRatio(int angleInDegree)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RotationUtils ()

Public Methods

public static double getRotationAngleInRadiansByDegrees (int angleInDegrees)

public static Rect getUnrotatedDimensionsFromBBox (Rect rect, int angleInDegree)

public static RectF getUnrotatedDimensionsFromBBoxRectF (Rect rect, int angleInDegree)

public static boolean isDivisibleByPiOverFour (double angleInRadians)

public static boolean shouldMaintainAspectRatio (int angleInDegree)