All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.labs.map.render.MapRenderable Maven / Gradle / Ivy

There is a newer version: 9.0-r1
Show newest version
package jfxtras.labs.map.render;

import jfxtras.labs.map.MapControlable;

/**
 * Interface for the map renderer.
 * 
 * @author Mario Schroeder
 */
public interface MapRenderable {

	/**
	 * Paints the map.
	 * 
	 * @param mapController
	 * @return the implementation should return true if the map was updated
	 */
	boolean render(MapControlable mapController);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy