|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a cell of a geometric complex, adding geometric
information to the Cell interface.
The geometry of the cell (that is: an embedding of this cell
into n-dimensional euclidean space) is defined by a
Geometry object.
| Method Summary | |
boolean |
contains(Point p)
Test, if the Cell contains a given point. |
GeoComplex |
getGeoComplex()
Returns the GeoComplex containing this cell. |
Geometry |
getGeometry()
Returns the geometric information of this cell. |
java.awt.Shape |
toShape(java.awt.geom.AffineTransform transform)
Returns this cell as a shape, if this cell is contained in a two-dimensional complex. |
| Methods inherited from interface complex.Cell |
getBoundary, getComplex, getDim, getID |
| Method Detail |
public GeoComplex getGeoComplex()
(GeoComplex) getComplex().
public Geometry getGeometry()
Geometry object
containing the geometric information of this cellpublic boolean contains(Point p)
p - a point
public java.awt.Shape toShape(java.awt.geom.AffineTransform transform)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||