Package org.apache.poi.xddf.usermodel
Class Angles
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.Angles
-
public class Angles extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intOOXML_DEGREEOOXML represents an angle in 60,000ths of a degree.
-
Constructor Summary
Constructors Constructor Description Angles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubleattributeToDegrees(int angle)static intdegreesToAttribute(double angle)
-
-
-
Field Detail
-
OOXML_DEGREE
public static final int OOXML_DEGREE
OOXML represents an angle in 60,000ths of a degree. Positive angles are clockwise (i.e., towards the positive y axis); negative angles are counter-clockwise (i.e., towards the negative y axis).- See Also:
- Constant Field Values
-
-