| Removed Methods |
int
determinePositionBetweenValueAndUnit(
String)
|
Method used in preparation of splitting a string containing a numeric value with a metric unit (e.g. |
boolean
isAngleValue(
String)
|
Checks whether a string contains an allowed metric unit in HTML/CSS; rad, deg and grad. |
boolean
isBase64Data(
String)
|
Checks if a data is base 64 encoded. |
boolean
isColorProperty(
String)
|
Checks if a value is a color property. |
boolean
isEmValue(
String)
|
Checks whether a string contains an allowed value relative to parent value. |
boolean
isExValue(
String)
|
Checks whether a string contains an allowed value relative to element font height. |
boolean
isFontRelativeValue(
String)
|
Checks whether a string contains an allowed value relative to font. |
boolean
isInitialOrInheritOrUnset(
String)
|
Checks if value is initial, inherit or unset. |
boolean
isMetricValue(
String)
|
Checks whether a string contains an allowed metric unit in HTML/CSS; px, in, cm, mm, pc, Q or pt. |
boolean
isNegativeValue(
String)
|
Checks whether a string matches a negative value (e.g. |
boolean
isNumericValue(
String)
|
Checks whether a string matches a numeric value (e.g. |
boolean
isPercentageValue(
String)
|
Checks whether a string contains a percentage value |
boolean
isRelativeValue(
String)
|
Checks whether a string contains an allowed value relative to previously set value. |
boolean
isRemValue(
String)
|
Checks whether a string contains an allowed value relative to previously set root value. |
boolean
isValidNumericValue(
String)
|
Checks if a string is in a valid format. |
float
parseAbsoluteFontSize(
String)
|
Parses the absolute font size. |
float
parseAbsoluteFontSize(
String,
String
)
|
Parses the absolute font size. |
float
parseAbsoluteLength(
String)
|
Parses the absolute length. |
float
parseAbsoluteLength(
String,
String
)
|
Parses a length with an allowed metric unit (px, pt, in, cm, mm, pc, q) or numeric value (e.g. |
float
parseAngle(
String)
|
Parses a angle with an allowed metric unit (deg, grad, rad) or numeric value (e.g. |
float
parseAngle(
String,
String
)
|
Parses an angle with an allowed metric unit (deg, grad, rad) or numeric value (e.g. |
int[]
parseAspectRatio(
String)
|
Parses an aspect ratio into an array with two integers. |
Double
parseDouble(
String)
|
Parses a double without throwing an exception if something goes wrong. |
Float
parseFloat(
String)
|
Parses a float without throwing an exception if something goes wrong. |
Integer
parseInteger(
String)
|
Parses an integer without throwing an exception if something goes wrong. |
UnitValue
parseLengthValueToPt(
String,
float
,
float
)
|
Convenience method for parsing a value to pt. |
float
parseRelativeFontSize(
String,
float
)
|
Parses the relative font size. |
float
parseRelativeValue(
String,
float
)
|
Parses an relative value based on the base value that was given, in the metric unit of the base value. (e.g. |
float
parseResolution(
String)
|
Parses the resolution. |
float[]
parseRgbaColor(
String)
|
Parses the RGBA color. |
UnitValue[]
parseSpecificCornerBorderRadius(
String,
float
,
float
)
|
Parses the border radius of specific corner. |