com.mancrd.ahah.samples.clusterer.visual.oned
Class Coordinate1d

java.lang.Object
  extended by com.mancrd.ahah.samples.clusterer.visual.oned.Coordinate1d

public final class Coordinate1d
extends Object

Author:
timmolter

Constructor Summary
Coordinate1d(int xCoord, int colorIdx)
          Constructor
 
Method Summary
 int getColorIdx()
           
 int getxCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate1d

public Coordinate1d(int xCoord,
                    int colorIdx)
Constructor

Parameters:
xCoord -
colorIdx -
Method Detail

getxCoord

public int getxCoord()

getColorIdx

public int getColorIdx()


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.