com.rapidminer.gui.plotter
Class ExamplePlotterPoint

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

public class ExamplePlotterPoint
extends java.lang.Object

Helper class for the plotter point positions and colors. The positions are defined in plotter space.

Author:
Sebastian Land, Ingo Mierswa

Constructor Summary
ExamplePlotterPoint(int dataTableIndex, int x, int y)
           
 
Method Summary
 boolean contains(int x, int y)
           
 int getCurrentPertubatedX()
           
 int getCurrentPertubatedY()
           
 int getDataTableIndex()
           
 int getX()
           
 int getY()
           
 void setCurrentPertubatedX(int currentPertubatedX)
           
 void setCurrentPertubatedY(int currentPertubatedY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplePlotterPoint

public ExamplePlotterPoint(int dataTableIndex,
                           int x,
                           int y)
Method Detail

getX

public int getX()

getDataTableIndex

public int getDataTableIndex()

getY

public int getY()

getCurrentPertubatedX

public int getCurrentPertubatedX()

setCurrentPertubatedX

public void setCurrentPertubatedX(int currentPertubatedX)

getCurrentPertubatedY

public int getCurrentPertubatedY()

setCurrentPertubatedY

public void setCurrentPertubatedY(int currentPertubatedY)

contains

public boolean contains(int x,
                        int y)


Copyright © 2001-2009 by Rapid-I