Schnittstelle LocationTheme
public interface LocationTheme
Provides a location theme.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetImageFor
(Location location, LocationType locationType) Returns the image for the given location (type).getImageFor
(LocationRepresentation representation) Returns the image for the given location representation.
-
Methodendetails
-
getImageFor
Returns the image for the given location representation.- Parameter:
representation
- The representation for which to return the image.- Gibt zurück:
- The image for the given location representation.
-
getImageFor
Returns the image for the given location (type).- Parameter:
location
- The location to base the image on.locationType
- The location type for the location.- Gibt zurück:
- The image for the give location.
-