Uses of Class
org.faceless.graph2.LineSeries
-
Packages that use LineSeries Package Description org.faceless.graph2 -
-
Uses of LineSeries in org.faceless.graph2
Methods in org.faceless.graph2 that return LineSeries Modifier and Type Method Description LineSeriesFunctionLineSeries. getLineSeries()Return the LineSeries set by theFunctionLineSeries.setLineSeries(org.faceless.graph2.LineSeries)method.Methods in org.faceless.graph2 with parameters of type LineSeries Modifier and Type Method Description voidFunctionLineSeries. setLineSeries(LineSeries data)Set the LineSeries that this function takes it's data from.
-