Uses of Class
com.jbstrap.jbmap.layers.Layer
Package
Description
-
Uses of Layer in com.jbstrap.jbmap
Modifier and TypeClassDescriptionclass
This class represent a Div to be placed on the map. -
Uses of Layer in com.jbstrap.jbmap.enums
Modifier and TypeMethodDescriptionLayerType.getLayerClass()
Gets the layer class corresponding to the layer type. -
Uses of Layer in com.jbstrap.jbmap.events
Modifier 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
Modifier 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. -
Uses of Layer in com.jbstrap.jbmap.layers.layer
Modifier 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.