edu.udo.cs.yale.gui.plotter
Class ExamplePlotterPoint
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
private int x
y
private int y
dataTableIndex
private int dataTableIndex
currentPertubatedX
private int currentPertubatedX
currentPertubatedY
private int currentPertubatedY
ExamplePlotterPoint
public ExamplePlotterPoint(int dataTableIndex,
int x,
int y)
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