Package 

Interface IStyledTileSource


  • 
    public interface IStyledTileSource<T>
    
                        

    Tile sources that have a settable "style" attibute can implement this. After setting this on a tile provider, you may need to call clearTileCache() or call setTileSource() again on the tile provider to clear the current tiles on the screen that are still in the old style.

    • Method Summary

      Modifier and Type Method Description
      abstract void setStyle(T style)
      abstract void setStyle(String style)
      abstract T getStyle()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait