Exemplo n.º 1
0
 public GeneralPath getPathReference() {
   return connectorLine.getPathReference();
 }
Exemplo n.º 2
0
 public Polygon getPolygon() {
   return calico.utils.Geometry.getPolyFromPath(
       connectorLine.getPathReference().getPathIterator(null));
 }