257258259260261262263264
Vector<String> res = new Vector<String>(result); return res; } public String makePathFor(Rect cell) { PathMaker pm = selectPathMaker(_curMapSrc); return pm.makePathFor(cell, _map); }