com.mancrd.ahah.samples.clusterer.visual.twod
Class Coordinate2d
java.lang.Object
com.mancrd.ahah.samples.clusterer.visual.twod.Coordinate2d
public final class Coordinate2d
- extends Object
- Author:
- timmolter
Constructor Summary |
Coordinate2d(int xCoord,
int yCoord,
int colorIdx)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Coordinate2d
public Coordinate2d(int xCoord,
int yCoord,
int colorIdx)
- Constructor
- Parameters:
xCoord
- yCoord
- colorIdx
-
getxCoord
public int getxCoord()
getyCoord
public int getyCoord()
getColorIdx
public int getColorIdx()
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.