All Packages Class Hierarchy This Package Previous Next Index
Class benno.globe.Marker
java.lang.Object
|
+----benno.globe.Marker
- public class Marker
- extends Object
-
color
-
-
desc
- description of place
-
pos
- location of place
-
url
-
-
Marker(String, LongLat, URL, Color)
-
desc
public final String desc
- description of place
color
public final Color color
pos
public final LongLat pos
- location of place
url
public final URL url
Marker
public Marker(String s,
LongLat p,
URL u,
Color c)
All Packages Class Hierarchy This Package Previous Next Index