com.jeffpalm.logfiles
Class WorldMap

java.lang.Object
  extended by com.jeffpalm.logfiles.WorldMap

public final class WorldMap
extends java.lang.Object


Constructor Summary
WorldMap()
           
 
Method Summary
 void addPoint(Coordinates c)
           
 int height()
           
 void loadRelativeImage(java.lang.String relPath)
           
 void loadRelativeImage(java.lang.String relPath, java.lang.ClassLoader loader)
           
static void main(java.lang.String[] args)
           
protected  void setHeight(int height)
           
protected  void setWidth(int width)
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldMap

public WorldMap()
Method Detail

setWidth

protected final void setWidth(int width)

setHeight

protected final void setHeight(int height)

width

public final int width()

height

public final int height()

loadRelativeImage

public final void loadRelativeImage(java.lang.String relPath)
                             throws java.lang.Exception
Throws:
java.lang.Exception

loadRelativeImage

public final void loadRelativeImage(java.lang.String relPath,
                                    java.lang.ClassLoader loader)
                             throws java.lang.Exception
Throws:
java.lang.Exception

addPoint

public void addPoint(Coordinates c)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception