List of usage examples for org.eclipse.jface.resource StringConverter asPoint
public static Point asPoint(String value) throws DataFormatException
From source file:org.eclipselabs.collage.xml.adapters.PointAdapter.java
License:Open Source License
@Override public Point unmarshal(String v) throws Exception { return new Point(StringConverter.asPoint(v)); }