Uses of Class
com.panayotis.gnuplot.dataset.Point

Packages that use Point
com.panayotis.gnuplot.dataset   
 

Uses of Point in com.panayotis.gnuplot.dataset
 

Methods in com.panayotis.gnuplot.dataset that return Point
 Point<N> PointDataSet.set(int index, Point<N> point)
          Replace the Point at the specified position with the provided one
 

Methods in com.panayotis.gnuplot.dataset with parameters of type Point
 void PointDataSet.add(int index, Point<N> point)
          Add a new point to this DataSet at a specified position
 boolean PointDataSet.add(Point<N> point)
          Add a new point to this DataSet
 Point<N> PointDataSet.set(int index, Point<N> point)
          Replace the Point at the specified position with the provided one
 

Method parameters in com.panayotis.gnuplot.dataset with type arguments of type Point
 boolean PointDataSet.addAll(Collection<? extends Point<N>> pts)
          Add a collection of points to this DataSet
 boolean PointDataSet.addAll(int index, Collection<? extends Point<N>> pts)
          Add a collection of points to this DataSet starting at a specified position if there are data at the specified position, these will be shifted
 

Constructor parameters in com.panayotis.gnuplot.dataset with type arguments of type Point
PointDataSet(Collection<? extends Point<N>> pts)
          Create a new PointDataSet from a previous collection of Points
 



Copyright © 2013. All Rights Reserved.