rails.ui.swing
Class ImageLoader

java.lang.Object
  extended by rails.ui.swing.ImageLoader

public class ImageLoader
extends java.lang.Object

This class handles loading our tile images. It provides BufferedImages to be associated with the Hex.


Constructor Summary
ImageLoader()
           
 
Method Summary
 java.awt.image.BufferedImage getTile(int tileID, int zoomStep)
           
 double getZoomFactor(int zoomStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLoader

public ImageLoader()
Method Detail

getTile

public java.awt.image.BufferedImage getTile(int tileID,
                                            int zoomStep)

getZoomFactor

public double getZoomFactor(int zoomStep)