Groovy Documentation

org.jdesktop.swingx.mapviewer
[Java] Class AbstractTileFactory.TileRunner

java.lang.Object
  org.jdesktop.swingx.mapviewer.AbstractTileFactory.TileRunner
All Implemented Interfaces:
Runnable

private class AbstractTileFactory.TileRunner

Gets the full URI of a tile.

throws:
java.net.URISyntaxException
Parameters:
tile
Returns:


Constructor Summary
AbstractTileFactory.TileRunner()

 
Method Summary
private byte[] cacheInputStream(URL url)

protected URI getURI(Tile tile)

void run()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractTileFactory.TileRunner

AbstractTileFactory.TileRunner()


 
Method Detail

cacheInputStream

private byte[] cacheInputStream(URL url)


getURI

protected URI getURI(Tile tile)


run

public void run()


 

Groovy Documentation