|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polygon | |
---|---|
com.metsci.glimpse.charts.vector.painter | |
com.metsci.glimpse.painter.shape | Painters which draw basic geometric shapes: line segments, points, and polygons. |
com.metsci.glimpse.support.polygon | Tessellation of polygons into collections of triangles which can be easily drawn by the graphics card. |
Uses of Polygon in com.metsci.glimpse.charts.vector.painter |
---|
Methods in com.metsci.glimpse.charts.vector.painter that return Polygon | |
---|---|
static Polygon |
EncPainterUtils.convertEncVertexesToPolgon(GeoProjection projection,
ENCObject object)
Given an enc object, will return a polygon containing the vertices in the enc object. |
static Polygon |
EncPainterUtils.convertGeoVertexesToPolgon(GeoProjection projection,
GeoObject object)
|
Uses of Polygon in com.metsci.glimpse.painter.shape |
---|
Methods in com.metsci.glimpse.painter.shape with parameters of type Polygon | |
---|---|
void |
PolygonPainter.addPolygon(int groupId,
int polygonId,
long startTime,
long endTime,
Polygon geometry,
float z)
|
void |
PolygonPainter.addPolygon(int groupId,
int polygonId,
Polygon geometry,
float z)
|
Uses of Polygon in com.metsci.glimpse.support.polygon |
---|
Methods in com.metsci.glimpse.support.polygon with parameters of type Polygon | |
---|---|
int |
PolygonTessellator.tessellate(Polygon poly,
VertexAccumulator accumulator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |