| Added Methods |
double
convertPtsToPx(
double)
|
Convert given point value to a pixel value. |
float
convertPtsToPx(
float)
|
Convert given point value to a pixel value. |
double
convertPxToPts(
double)
|
Convert given point value to a point value. |
float
convertPxToPts(
float)
|
Convert given point value to a point value. |
int
determinePositionBetweenValueAndUnit(
String)
|
Method used in preparation of splitting a string containing a numeric value with a metric unit (e.g. |
List>
extractShorthandProperties(
String)
|
Extracts shorthand properties as list of string lists from a string, where the top level list is shorthand property and the lower level list is properties included in shorthand property. |