Interface LocationTheme


public interface LocationTheme
Provides a location theme.
  • Method Summary

    Modifier and Type Method Description
    java.awt.Image getImageFor​(LocationRepresentation representation)
    Returns the image for the given location representation.
  • Method Details

    • getImageFor

      java.awt.Image getImageFor​(LocationRepresentation representation)
      Returns the image for the given location representation.
      Parameters:
      representation - The representation for which to return the image.
      Returns:
      The image for the given location representation.