public final class StyleParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBooleanPropertyValue(String style,
String key) |
static Color |
getColorPropertyValue(String style,
String key) |
static double[] |
getFloatingDecimalArrayPropertyValue(String style,
String key) |
static Double |
getFloatingDecimalPropertyValue(String style,
String key) |
static Font |
getFontPropertyValue(String style) |
static Integer |
getIntegerPropertyValue(String style,
String key) |
static String |
getPropertyValue(String style,
String key) |
static double[] |
getStrokeDashPropertyValue(String style,
String key) |
static String |
mapToString(Map<String,String> map) |
static Map<String,String> |
splitIntoMap(String style)
spits input string, converts keys and values to lower case, and replaces '"' and ''' if any
|
public static double[] getFloatingDecimalArrayPropertyValue(String style, String key)
public static Double getFloatingDecimalPropertyValue(String style, String key)
public static double[] getStrokeDashPropertyValue(String style, String key)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.