com.frinika.contrib.boblang
Class GraphPoint

java.lang.Object
  extended by com.frinika.contrib.boblang.GraphPoint

public class GraphPoint
extends java.lang.Object

Class which represents the position of a point on the graph


Field Summary
 java.awt.Color colour
           
 boolean visible
           
 double x
           
 double y
           
 
Constructor Summary
GraphPoint(java.awt.Color inColour, boolean inVisible, double inX, double inY)
          Construct a point.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colour

public java.awt.Color colour

visible

public boolean visible

x

public double x

y

public double y
Constructor Detail

GraphPoint

public GraphPoint(java.awt.Color inColour,
                  boolean inVisible,
                  double inX,
                  double inY)
Construct a point. The colour and visibility refer to the line drawn from the previous point to this point.