Uses of Class
elki.math.geometry.XYPlot.Curve
-
Packages that use XYPlot.Curve Package Description elki.math.geometry Algorithms from computational geometry. -
-
Uses of XYPlot.Curve in elki.math.geometry
Fields in elki.math.geometry with type parameters of type XYPlot.Curve Modifier and Type Field Description protected java.util.ArrayList<XYPlot.Curve>
XYPlot. curves
Curves on this plot.Methods in elki.math.geometry that return XYPlot.Curve Modifier and Type Method Description XYPlot.Curve
XYPlot. makeCurve()
Make a new curve.XYPlot.Curve
XYPlot. makeCurve(int color)
Make a new curve with desired color.XYPlot.Curve
XYPlot. makeCurve(int color, int size)
Make a new curve with desired color.Methods in elki.math.geometry that return types with arguments of type XYPlot.Curve Modifier and Type Method Description java.util.Iterator<XYPlot.Curve>
XYPlot. iterator()
-