erland.game.tileadventure
Class DrawMap
java.lang.Object
  
erland.game.tileadventure.DrawMap
- All Implemented Interfaces: 
 - MapDrawInterface
 
- Direct Known Subclasses: 
 - IsoDiamondDrawMap, RectDrawMap
 
public abstract class DrawMap
- extends Object
- implements MapDrawInterface
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DrawMap
public DrawMap()
setContainer
public void setContainer(IrregularBlockContainerInterface cont)
 
 
getContainer
protected IrregularBlockContainerInterface getContainer()
 
 
removeAllObjectMaps
public void removeAllObjectMaps()
 
 
addObjectMap
public void addObjectMap(MapObjectContainerInterface map)
 
 
getMaps
protected MapObjectContainerInterface[] getMaps()
 
 
draw
public abstract void draw(Graphics g)
- Specified by:
 draw in interface MapDrawInterface
 
 
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.