Uses of Class
ch.sahits.game.openpatrician.model.city.impl.ECityLabelAlignment
-
Packages that use ECityLabelAlignment Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.cityhall.impl ch.sahits.game.openpatrician.model.city.impl -
-
Uses of ECityLabelAlignment in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return ECityLabelAlignment Modifier and Type Method Description ECityLabelAlignmentIFutureTowns. getCityLabelAlignment()Alignemnt for the city label. -
Uses of ECityLabelAlignment in ch.sahits.game.openpatrician.model.city.cityhall.impl
Constructors in ch.sahits.game.openpatrician.model.city.cityhall.impl with parameters of type ECityLabelAlignment Constructor Description FoundNewSettlement(int duration, javafx.geometry.Point2D location, java.lang.String name, boolean river, javafx.geometry.Point2D cityLabelOffset, ECityLabelAlignment cityLabelAlignment) -
Uses of ECityLabelAlignment in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return ECityLabelAlignment Modifier and Type Method Description static ECityLabelAlignmentECityLabelAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECityLabelAlignment[]ECityLabelAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-