T - Stroke typepublic interface StrokeConverterSupport<T extends Stroke>
| Modifier and Type | Method and Description |
|---|---|
T |
fromString(String stroke)
Returns stroke read from string.
|
String |
getId()
Returns unique stroke identifier.
|
Class<T> |
getType()
Returns stroke class.
|
String |
toString(T stroke)
Returns stroke converted into string.
|
Copyright © 2020. All rights reserved.