Ejemplo n.º 1
0
 /** remove the start point of the wrapped GeoText */
 public static void removeTextOrigin(GeoText geo) {
   geo.removeStartPoint(geo.getStartPoint());
 }
Ejemplo n.º 2
0
 /** @return the origin point of the wrapped GeoText */
 public static GeoPointND getTextOrigin(GeoText geo) {
   return geo.getStartPoint();
 }