Uses of Class
com.jbstrap.jbmap.layers.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in com.jbstrap.jbmap
Subclasses of Layer in com.jbstrap.jbmapModifier and TypeClassDescriptionclass
This class represent a Div to be placed on the map. -
Uses of Layer in com.jbstrap.jbmap.enums
Methods in com.jbstrap.jbmap.enums that return types with arguments of type LayerModifier and TypeMethodDescriptionLayerType.getLayerClass()
Gets the layer class corresponding to the layer type. -
Uses of Layer in com.jbstrap.jbmap.events
Methods in com.jbstrap.jbmap.events that return LayerModifier and TypeMethodDescriptionLayer<?>
LayerDrawnEvent.getLayer()
Gets the layer component.Layer<?>
LayerHideEvent.getLayer()
Gets the popup layer component.Layer<?>
PopupDrawnEvent.getLayer()
Gets the popup layer component.Layer<?>
PopupHideEvent.getLayer()
Gets the popup layer component. -
Uses of Layer in com.jbstrap.jbmap.layers
Classes in com.jbstrap.jbmap.layers with type parameters of type LayerModifier and TypeInterfaceDescriptioninterface
ContainerLayer<T extends Layer<?>>
ContainerLayer interface for layers containing JBStrap components. e.g.:DivPoint
,PopupPoint
andDivLayer
class
Base class of map layers and layers that can be enclosed in a container.Subclasses of Layer in com.jbstrap.jbmap.layers -
Uses of Layer in com.jbstrap.jbmap.layers.layer
Subclasses of Layer in com.jbstrap.jbmap.layers.layerModifier and TypeClassDescriptionclass
This class represents an area shape on the map.class
This class represents a circle shape on the map.class
This class represents a circle point shape on the map.class
This class represents a Div component on the map with designated coordinates.class
This class represents a line on the map.class
This class represents a point or marker on the map with designated coordinates.class
This class represents a Popup component on the map with designated coordinates.class
This class represents a rectangle shape on the map.