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