Uses of Class
com.brusoftware.plot4j.Point

Uses of Point in com.brusoftware.plot4j
 

Methods in com.brusoftware.plot4j that return Point
 Point[] Graph.getPoints()
          Returns the interpolation points of this Graph.
 

Methods in com.brusoftware.plot4j with parameters of type Point
 void RawGraph.setPoints(Point[] ps)
          Sets the Points of this RawGraph.
 

Constructors in com.brusoftware.plot4j with parameters of type Point
RawGraph(Point[] ps)
          Creates a new RawGraph setting its Points.