public abstract class Element
extends java.lang.Object
implements Focusable
The Element abstract class provides a common interface for
any sort of child object that can be added to a MapView.
Specific implementations would be things like Path and
Cylinder.