|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.gui.plotter.DensityPlotter.Point
private static class DensityPlotter.Point
Helper class containing the position of a point in matrix (plotter) space, its density color, and its point color.
Field Summary | |
---|---|
(package private) double |
densityColor
|
(package private) java.lang.String |
id
|
(package private) double |
pointColor
|
(package private) double |
x
|
(package private) double |
y
|
Constructor Summary | |
---|---|
DensityPlotter.Point(double x,
double y,
double densityColor,
double pointColor,
java.lang.String id)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String id
double x
double y
double densityColor
double pointColor
Constructor Detail |
---|
public DensityPlotter.Point(double x, double y, double densityColor, double pointColor, java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |