|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cornell.cs.voronoi.Pnt
at.tuwien.ifs.somtoolbox.visualization.thematicmap.Grid
public class Grid
Field Summary | |
---|---|
edu.cornell.cs.voronoi.Pnt |
bottomRight
|
edu.cornell.cs.voronoi.Pnt |
center
|
SOMClass |
clss
|
boolean |
occupied
|
static double |
SIZE
|
edu.cornell.cs.voronoi.Pnt |
topLeft
|
Constructor Summary | |
---|---|
Grid(edu.cornell.cs.voronoi.Pnt _topLeft)
Creates a new instance of Grid |
|
Grid(edu.cornell.cs.voronoi.Pnt _topLeft,
edu.cornell.cs.voronoi.Pnt _bottomRight)
Creates a new instance of Grid |
Method Summary |
---|
Methods inherited from class edu.cornell.cs.voronoi.Pnt |
---|
add, angle, bisector, circumcenter, content, coord, cross, determinant, dimCheck, dimension, dot, equals, equals, extend, getCoordinates, hashCode, isInside, isOn, isOutside, magnitude, main, relation, subtract, toString, toString, vsCircumcircle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public edu.cornell.cs.voronoi.Pnt topLeft
public edu.cornell.cs.voronoi.Pnt bottomRight
public edu.cornell.cs.voronoi.Pnt center
public boolean occupied
public static final double SIZE
public SOMClass clss
Constructor Detail |
---|
public Grid(edu.cornell.cs.voronoi.Pnt _topLeft, edu.cornell.cs.voronoi.Pnt _bottomRight)
public Grid(edu.cornell.cs.voronoi.Pnt _topLeft)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |