|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.ClusterCoordinates
public class ClusterCoordinates
This class represents the cluster coordinates.
Constructor Summary | |
---|---|
ClusterCoordinates()
|
Method Summary | |
---|---|
double[] |
getCoords()
Returns the array of the coordinates. |
java.lang.String |
getName()
Returns the name of the cluster. |
void |
setCoords(double[] coords)
Sets the array of the coordinates. |
void |
setName(java.lang.String name)
Sets the name of the cluster. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterCoordinates()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public double[] getCoords()
getCoords
in interface Coordinates
public void setCoords(double[] coords)
setCoords
in interface Coordinates
coords
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |