org.molwind.view
Interface Tile

All Known Implementing Classes:
AbstractTile

public interface Tile

Tile represents a visible tile of world wind.

Version:
1.0
Author:
Oliver Karch

Method Summary
 void writeTo(java.io.OutputStream output)
          Writes the tile's image to the given OutputStream.
 

Method Detail

writeTo

void writeTo(java.io.OutputStream output)
             throws java.io.IOException
Writes the tile's image to the given OutputStream.

Parameters:
output - the output stream
Throws:
java.io.IOException - is thrown upon i/o error


Copyright © 2008-2010. All Rights Reserved.