Uses of Class
org.tinfour.voronoi.BoundedVoronoiRenderingType
-
Packages that use BoundedVoronoiRenderingType Package Description org.tinfour.voronoi An experimental package implementing Voronoi Diagram functionality -
-
Uses of BoundedVoronoiRenderingType in org.tinfour.voronoi
Methods in org.tinfour.voronoi that return BoundedVoronoiRenderingType Modifier and Type Method Description static BoundedVoronoiRenderingTypeBoundedVoronoiRenderingType. 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.Methods in org.tinfour.voronoi with parameters of type BoundedVoronoiRenderingType Modifier and Type Method Description booleanBoundedVoronoiStylerAdapter. isFeatureTypeEnabled(BoundedVoronoiRenderingType type)booleanBoundedVoronoiStylerDefault. isFeatureTypeEnabled(BoundedVoronoiRenderingType type)booleanIBoundedVoronoiStyler. isFeatureTypeEnabled(BoundedVoronoiRenderingType type)Indicates whether features of the specified type are enabled for rendering.booleanBoundedVoronoiStylerAdapter. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)booleanBoundedVoronoiStylerDefault. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)booleanIBoundedVoronoiStyler. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)Indicates whether the specified type of rendering is enabled for the specified polygon object.
-