Package | Description |
---|---|
com.aspose.html.drawing |
Modifier and Type | Method and Description |
---|---|
static Angle |
Unit.fromDegrees(double value)
Returns a
Angle object that is represented in degrees. |
static Angle |
Unit.fromGradians(double value)
Returns a
Angle object that is represented in gradians. |
static Angle |
Unit.fromRadians(double value)
Returns a
Angle object that is represented in radians. |
static Angle |
Unit.fromTurns(double value)
Returns a
Angle object that is represented in turns. |
static Angle |
Angle.op_Addition(Angle a,
Angle b)
Implements the operator +.
|
static Angle |
Angle.op_Subtraction(Angle a,
Angle b)
Implements the operator -.
|
Modifier and Type | Method and Description |
---|---|
static Angle |
Angle.op_Addition(Angle a,
Angle b)
Implements the operator +.
|
static boolean |
Angle.op_Equality(Angle a,
Angle b)
Implements the operator ==.
|
static boolean |
Angle.op_GreaterThan(Angle a,
Angle b)
Implements the operator >.
|
static boolean |
Angle.op_GreaterThanOrEqual(Angle a,
Angle b)
Implements the operator >=.
|
static boolean |
Angle.op_Inequality(Angle a,
Angle b)
Implements the operator !
|
static boolean |
Angle.op_LessThan(Angle a,
Angle b)
Implements the operator <.
|
static boolean |
Angle.op_LessThanOrEqual(Angle a,
Angle b)
Implements the operator <=.
|
static Angle |
Angle.op_Subtraction(Angle a,
Angle b)
Implements the operator -.
|