|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.ephemera.CompoundEphemeron
public class CompoundEphemeron
Ephemeron to hold multiple ephemera and stack drawing.
Copyright 2007 Partner Software, Inc.
| Constructor Summary | |
|---|---|
CompoundEphemeron()
Creates new CompoundEphemeron with no ephemera. |
|
CompoundEphemeron(java.util.ArrayList<Ephemeron> ephemera)
Creates new CompoundEphemeron with all passed ephemera |
|
| Method Summary | |
|---|---|
void |
add(Ephemeron eph)
Adds passed ephemeron to internal list |
void |
draw(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)
Draw appropriate graphics on the given surface with the given frame, mouse position, and any implementation-specific internal state. |
boolean |
remove(Ephemeron eph)
removes passed ephemeron from internal list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundEphemeron()
public CompoundEphemeron(java.util.ArrayList<Ephemeron> ephemera)
ephemera - -
ArrayList of Ephemeron to use| Method Detail |
|---|
public void add(Ephemeron eph)
eph - -
ephemeron to addpublic boolean remove(Ephemeron eph)
eph - -
ephemeron to remove
public void draw(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)
Ephemeron
draw in interface Ephemeron
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||