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

eu.future.earth.gwt.charts.client.GraphRenderer Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
package eu.future.earth.gwt.charts.client;


public interface GraphRenderer {

	void renderData(GraphRaster canvas);

	double getMaxY();

	double getMaxX();

	void mouseMoveOver(int clientX, int clientY);

	void mouseClick(int clientX, int clientY);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy