| Package | Description |
|---|---|
| org.tinfour.voronoi |
An experimental package implementing Voronoi Diagram functionality
|
| Modifier and Type | Method and Description |
|---|---|
static BoundedVoronoiRenderingType |
BoundedVoronoiRenderingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundedVoronoiRenderingType[] |
BoundedVoronoiRenderingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IBoundedVoronoiStyler.isFeatureTypeEnabled(BoundedVoronoiRenderingType type)
Indicates whether features of the specified type are enabled for rendering.
|
boolean |
BoundedVoronoiStylerDefault.isFeatureTypeEnabled(BoundedVoronoiRenderingType type) |
boolean |
BoundedVoronoiStylerAdapter.isFeatureTypeEnabled(BoundedVoronoiRenderingType type) |
boolean |
IBoundedVoronoiStyler.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type)
Indicates whether the specified type of rendering is enabled for the
specified polygon object.
|
boolean |
BoundedVoronoiStylerDefault.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type) |
boolean |
BoundedVoronoiStylerAdapter.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type) |
Copyright © 2019. All rights reserved.