Package | Description |
---|---|
com.hfg.math.units | |
com.hfg.xml.msofficexml.docx.drawingml.fill |
Modifier and Type | Class and Description |
---|---|
class |
AngleImpl
Base class for unit-independent angle measurement.
|
class |
Degrees
Angle measurement in degrees.
|
class |
Radians
Angle measurement in radians.
|
Modifier and Type | Method and Description |
---|---|
static Angle |
Angle.allocate(String inStringValue,
AngleUnits inDefaultUnits)
Function for converting a string representation of an angle into its appropriate object.
|
Modifier and Type | Method and Description |
---|---|
DmlGradientFill |
DmlGradientFill.setAngle(Angle inValue)
Specifies the direction (clockwise) for the gradient.
|
jataylor@hairyfatguy.com