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 LineSeries
FunctionLineSeries. 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 void
FunctionLineSeries. setLineSeries(LineSeries data)
Set the LineSeries that this function takes it's data from.
-