public final class SvgCssUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertDoubleToString(double value)
Converts a double to a String.
|
static String |
convertFloatToString(float value)
Converts a float to a String.
|
static List<String> |
splitValueList(String value)
Splits a given String into a list of substrings.
|
public static List<String> splitValueList(String value)
value - the string to be splitpublic static String convertFloatToString(float value)
value - to be converted float valuepublic static String convertDoubleToString(double value)
value - to be converted double valueCopyright © 1998–2022 iText Group NV. All rights reserved.