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

java.lang.Object
  extended by edu.udo.cs.yale.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.

Version:
$Id$
Author:
Sebastian Land, Ingo Mierswa

Field Summary
private  int currentPertubatedX
           
private  int currentPertubatedY
           
private  int dataTableIndex
           
private  int x
           
private  int y
           
 
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
 

Field Detail

x

private int x

y

private int y

dataTableIndex

private int dataTableIndex

currentPertubatedX

private int currentPertubatedX

currentPertubatedY

private int currentPertubatedY
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-2006