Uses of Class
nl.bebr.mapviewer.data.util.AbstractBean
-
Packages that use AbstractBean Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.cache nl.bebr.mapviewer.data.util -
-
Uses of AbstractBean in nl.bebr.mapviewer.data
Subclasses of AbstractBean in nl.bebr.mapviewer.data Modifier and Type Class Description classDefaultWaypointclassTile<T>The Tile class represents a particular square image piece of the world bitmap at a particular zoom level.classWaypointA Waypoint is a GeoPosition that can be drawn on a may using a WaypointPainter. -
Uses of AbstractBean in nl.bebr.mapviewer.data.cache
Subclasses of AbstractBean in nl.bebr.mapviewer.data.cache Modifier and Type Class Description classOfflineTile<T>Offline version ofTile. -
Uses of AbstractBean in nl.bebr.mapviewer.data.util
Subclasses of AbstractBean in nl.bebr.mapviewer.data.util Modifier and Type Class Description classAbstractSerializableBeanThis subclass enhancesAbstractBeanby implementing theSerializableinterface.
-