com.rapidminer.gui.plotter
Class PlotterPoint

java.lang.Object
  extended by com.rapidminer.gui.plotter.PlotterPoint

public class PlotterPoint
extends java.lang.Object

Helper class for the plotter point positions and colors.

Author:
Ingo Mierswa

Constructor Summary
PlotterPoint(double x, double y, double color, java.awt.Color borderColor)
           
 
Method Summary
 java.awt.Color getBorderColor()
           
 double getColor()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterPoint

public PlotterPoint(double x,
                    double y,
                    double color,
                    java.awt.Color borderColor)
Method Detail

getX

public double getX()

getY

public double getY()

getColor

public double getColor()

getBorderColor

public java.awt.Color getBorderColor()


Copyright © 2001-2009 by Rapid-I