public class QuadCurve2dFloatStringConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<QuadCurve2D.Float,String>
(x1,y1),(x2,y2),(xc,yc)
| Constructor and Description |
|---|
QuadCurve2dFloatStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(QuadCurve2D.Float cc) |
QuadCurve2D.Float |
toMemberType(String str) |
public QuadCurve2D.Float toMemberType(String str)
toMemberType in interface org.datanucleus.store.types.converters.TypeConverter<QuadCurve2D.Float,String>public String toDatastoreType(QuadCurve2D.Float cc)
toDatastoreType in interface org.datanucleus.store.types.converters.TypeConverter<QuadCurve2D.Float,String>Copyright © 2015. All rights reserved.