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 float |
convertPtsToPx(float pts) |
static boolean |
isStyleSheetLink(IElementNode headChildElement)
Checks if an
IElementNode represents a style sheet link. |
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 valuepublic static float convertPtsToPx(float pts)
pts - value to be converted to pixelspublic static boolean isStyleSheetLink(IElementNode headChildElement)
IElementNode represents a style sheet link.headChildElement - the head child elementCopyright © 1998–2019 iText Group NV. All rights reserved.