Exemplo n.º 1
0
 // We explicitely translate by the origin of the surface
 @Override
 public ILocation getModelCoordinatesFrom(
     final int xOnScreen, final int yOnScreen, final IDisplaySurface g) {
   return g.getModelCoordinates();
 }