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 split
public static String convertFloatToString(float value)
value
- to be converted float value
public static String convertDoubleToString(double value)
value
- to be converted double value
Copyright © 1998–2022 iText Group NV. All rights reserved.