|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.frinika.contrib.boblang.GraphPointVector
public class GraphPointVector
Class to store an arbitrary number of graph points in a vector and provide fifo access to its elements
| Constructor Summary | |
|---|---|
GraphPointVector()
Constructor to create the vector and initialise attributes |
|
| Method Summary | |
|---|---|
void |
addPoint(GraphPoint p)
Add a point (GraphPoint object) to the end of the vector |
GraphPoint |
getFirstPoint()
Get the first element (GraphPoint object) from the vector |
GraphPoint |
getNextPoint()
Get the next element (GraphPoint object) from the vector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphPointVector()
| Method Detail |
|---|
public void addPoint(GraphPoint p)
public GraphPoint getFirstPoint()
public GraphPoint getNextPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||