|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
PointOfView
Class MapElementList

java.lang.ObjectPointOfView.MapElementList
- public class MapElementList
- extends java.lang.Object
| Field Summary | |
private java.util.LinkedList |
colMapElements
|
| Constructor Summary | |
MapElementList()
Creates a new instance of MapElementList |
|
| Method Summary | |
void |
addMapElement(MapElement theMapElement)
|
long |
count()
|
void |
empty()
|
MapElement |
getMapElement(int n)
|
void |
redrawAllMapElements()
|
void |
removeMapElement(int n)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
colMapElements
private java.util.LinkedList colMapElements
| Constructor Detail |
MapElementList
public MapElementList()
- Creates a new instance of MapElementList
| Method Detail |
addMapElement
public void addMapElement(MapElement theMapElement)
getMapElement
public MapElement getMapElement(int n)
count
public long count()
removeMapElement
public void removeMapElement(int n)
empty
public void empty()
redrawAllMapElements
public void redrawAllMapElements()
|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
PointOfView.MapElementList