|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.contrib.boblang.GraphPoint
public class GraphPoint
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 |
---|
public java.awt.Color colour
public boolean visible
public double x
public double y
Constructor Detail |
---|
public GraphPoint(java.awt.Color inColour, boolean inVisible, double inX, double inY)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |