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

org.math.plot.plotObjects.Noteable Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package org.math.plot.plotObjects;

import org.math.plot.render.*;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */
public interface Noteable {
	public double[] isSelected(int[] screenCoord, AbstractDrawer draw);

	public void note(AbstractDrawer draw);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy