Interface Layer
- All Known Implementing Classes:
AbstractLayer, ArrowLinesLayer, LinesLayer, PointLayer, PointsLayer
public interface Layer
a Layer interface.
Each Layer needs to ability to paint itself on the map
-
Method Summary
Modifier and TypeMethodDescriptionThe bounding box of this LayergetName()Gets the name of this LayervoidPaints the Layer on the given Graphics
-
Method Details
-
paint
-
boundingBox
BoundingBox boundingBox()The bounding box of this Layer
Returns
the Layer bounding box
-
getName
String getName()Gets the name of this Layer
Returns
the name of this Layer
-