Beispiel #1
0
 @Override
 public CursorOwn getCursor(Point point, Set<Direction> resizeDirections) {
   return NewGridElement.getCursorStatic(this, point, resizeDirections);
 }