Uses of Class
com.frinika.contrib.boblang.GraphPoint

Packages that use GraphPoint
com.frinika.contrib.boblang   
 

Uses of GraphPoint in com.frinika.contrib.boblang
 

Methods in com.frinika.contrib.boblang that return GraphPoint
 GraphPoint GraphPointVector.getFirstPoint()
          Get the first element (GraphPoint object) from the vector
 GraphPoint GraphPointVector.getNextPoint()
          Get the next element (GraphPoint object) from the vector
 

Methods in com.frinika.contrib.boblang with parameters of type GraphPoint
 void GraphPointVector.addPoint(GraphPoint p)
          Add a point (GraphPoint object) to the end of the vector