com.bytefarmers.droids.games.football.models
Class LevelModel

java.lang.Object
  extended bycom.bytefarmers.droids.games.football.models.LevelModel

public class LevelModel
extends java.lang.Object

Author:
Fini A. Alring

Field Summary
 java.util.Hashtable zones
           
 
Constructor Summary
LevelModel()
           
 
Method Summary
 java.awt.image.BufferedImage createLevel(int width, int height)
           
 void createZones()
           
 boolean isContainedInZone(java.lang.String zoneId, java.awt.geom.Point2D p)
           
 void LevelFactory()
           
 void renderZones(java.awt.Graphics2D g2d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zones

public java.util.Hashtable zones
Constructor Detail

LevelModel

public LevelModel()
Method Detail

LevelFactory

public void LevelFactory()

createZones

public void createZones()

renderZones

public void renderZones(java.awt.Graphics2D g2d)

isContainedInZone

public boolean isContainedInZone(java.lang.String zoneId,
                                 java.awt.geom.Point2D p)

createLevel

public java.awt.image.BufferedImage createLevel(int width,
                                                int height)