- All Known Implementing Classes:
BusinessRegion,CountryRegion
public interface CRegion
-
Method Details
-
name
String name() -
getCountries
-
setFill
void setFill(javafx.scene.paint.Color stroke) -
setStroke
void setStroke(javafx.scene.paint.Color stroke) -
getRegionBounds
List<eu.hansolo.toolboxfx.geom.Point> getRegionBounds() -
getCountryPaths
Map<Country,List<CountryPath>> getCountryPaths() -
getPaths
Collection<CountryPath> getPaths()
-