|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.gui.plotter.PlotterPoint
public class PlotterPoint
Helper class for the plotter point positions and colors.
Field Summary | |
---|---|
private double |
color
|
private double |
x
|
private double |
y
|
Constructor Summary | |
---|---|
PlotterPoint(double x,
double y,
double color)
|
Method Summary | |
---|---|
double |
getColor()
|
double |
getX()
|
double |
getY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double x
private double y
private double color
Constructor Detail |
---|
public PlotterPoint(double x, double y, double color)
Method Detail |
---|
public double getX()
public double getY()
public double getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |