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

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

The newest version!
package org.math.plot.plotObjects;

import org.math.plot.render.*;

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

	public void edit(Object editParent);

	public void editnote(AbstractDrawer draw);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy