edu.udo.cs.yale.gui.plotter
Class PlotterPoint

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.PlotterPoint

public class PlotterPoint
extends java.lang.Object

Helper class for the plotter point positions and colors.

Version:
$Id: PlotterPoint.java,v 1.2 2006/08/03 14:39:29 ingomierswa Exp $
Author:
Ingo Mierswa

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

x

private double x

y

private double y

color

private double color
Constructor Detail

PlotterPoint

public PlotterPoint(double x,
                    double y,
                    double color)
Method Detail

getX

public double getX()

getY

public double getY()

getColor

public double getColor()


Copyright © 2001-2006