com.mancrd.ahah.samples.clusterer.visual.twod
Class Coordinate2d

java.lang.Object
  extended by 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
 
Method Summary
 int getColorIdx()
           
 int getxCoord()
           
 int getyCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate2d

public Coordinate2d(int xCoord,
                    int yCoord,
                    int colorIdx)
Constructor

Parameters:
xCoord -
yCoord -
colorIdx -
Method Detail

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.