edu.udo.cs.yale.gui.plotter
Class DensityPlotter.Point

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.DensityPlotter.Point
Enclosing class:
DensityPlotter

private static class DensityPlotter.Point
extends java.lang.Object

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

id

java.lang.String id

x

double x

y

double y

densityColor

double densityColor

pointColor

double pointColor
Constructor Detail

DensityPlotter.Point

public DensityPlotter.Point(double x,
                            double y,
                            double densityColor,
                            double pointColor,
                            java.lang.String id)


Copyright © 2001-2006