com.github.lwhite1.tablesaw.plotting.Series Maven / Gradle / Ivy
package com.github.lwhite1.tablesaw.plotting;
/**
*
*/
public interface Series {
float[] getX();
float[] getY();
float[] getColors();
float[] getSizes();
float[] getShapes();
MarkerType markerType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy