Interface IFutureTowns

  • All Known Implementing Classes:
    FutureTowns

    public interface IFutureTowns
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 06, 2015
    • Method Detail

      • getName

        java.lang.String getName()
        Retrieve the town name
        Returns:
        name of the city to be founded.
      • getLocation

        javafx.geometry.Point2D getLocation()
        Retrieve future town location.
        Returns:
        coordinates of the citiy to be founded
      • isRiver

        boolean isRiver()
        check if the town is on a river.
        Returns:
        true if the city to be founded lies on a river.
      • getCityLabelAlignment

        ECityLabelAlignment getCityLabelAlignment()
        Alignemnt for the city label.
        Returns:
        alignemnt of the city label
      • getCityLabelOffset

        javafx.geometry.Point2D getCityLabelOffset()
        Offset for the city label.
        Returns:
        offset of the city label