org.math.plot.plotObjects.BaseDependant Maven / Gradle / Ivy
package org.math.plot.plotObjects;
/**
* BSD License
*
* @author Yann RICHET
*/
public interface BaseDependant {
public void resetBase();
}
package org.math.plot.plotObjects;
/**
* BSD License
*
* @author Yann RICHET
*/
public interface BaseDependant {
public void resetBase();
}