public class StrokeConverter
extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
Stroke object converter.| Modifier and Type | Field and Description |
|---|---|
static String |
separator
Stroke settings separators.
|
static String |
subSeparator
Single setting parts separator.
|
static List<StrokeConverterSupport> |
supported
Supported stroke types.
|
| Constructor and Description |
|---|
StrokeConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
Object |
fromString(String stroke) |
String |
toString(Object stroke) |
public static final String separator
public static final String subSeparator
public static final List<StrokeConverterSupport> supported
public boolean canConvert(Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverterpublic String toString(Object stroke)
toString in interface com.thoughtworks.xstream.converters.SingleValueConvertertoString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverterCopyright © 2020. All rights reserved.