Package | Description |
---|---|
com.aspose.html.drawing |
Modifier and Type | Class and Description |
---|---|
class |
Angle
The angle data type
|
class |
Dimension
Provides the base class for dimensions.
|
class |
Frequency
The 'frequency' unit.
|
class |
Length
Represents a length measurement unit.
|
class |
Resolution
Represents a resolution unit.
|
class |
Time
Represents a time unit.
|
Modifier and Type | Method and Description |
---|---|
static double |
Numeric.ValueHelper.add(Numeric left,
Numeric right) |
int |
Numeric.compareTo(Numeric other)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
static long |
Numeric.ValueHelper.convertToStoredValue(double value,
Numeric[] unit) |
static boolean |
Numeric.ValueHelper.isEquals(Numeric left,
Numeric right) |
static boolean |
Numeric.ValueHelper.isGreaterOrEqual(Numeric left,
Numeric right) |
static boolean |
Numeric.ValueHelper.isGreaterThan(Numeric left,
Numeric right) |
static boolean |
Numeric.ValueHelper.isLessOrEqual(Numeric left,
Numeric right) |
static boolean |
Numeric.ValueHelper.isLessThan(Numeric left,
Numeric right) |
static double |
Numeric.ValueHelper.subtract(Numeric left,
Numeric right) |