cad.simcad.worldsimulator.world
Class FillerCatalog

java.lang.Object
  |
  +--cad.simcad.worldsimulator.world.FillerCatalog

public class FillerCatalog
extends java.lang.Object

Author:
Charles-Philip Bentley

Field Summary
static java.lang.String[] _fillerNames
           
static java.util.Vector _vNames
           
 
Constructor Summary
FillerCatalog()
          Creates a new instance of FillerCatalog
 
Method Summary
static java.lang.String[] getFillerNames()
          Returns the names (Road, Grass) of the known Fillers
static java.util.Vector getFillerNamesVector()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fillerNames

public static java.lang.String[] _fillerNames

_vNames

public static java.util.Vector _vNames
Constructor Detail

FillerCatalog

public FillerCatalog()
Creates a new instance of FillerCatalog

Method Detail

getFillerNamesVector

public static java.util.Vector getFillerNamesVector()

getFillerNames

public static java.lang.String[] getFillerNames()
Returns the names (Road, Grass) of the known Fillers


main

public static void main(java.lang.String[] args)

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be