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 TypeClassDescriptionclassThis 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 TypeInterfaceDescriptioninterfaceContainerLayer<T extends Layer<?>>ContainerLayer interface for layers containing JBStrap components. e.g.:DivPoint,PopupPointandDivLayerclassBase 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 TypeClassDescriptionclassThis class represents an area shape on the map.classThis class represents a circle shape on the map.classThis class represents a circle point shape on the map.classThis class represents a Div component on the map with designated coordinates.classThis class represents a line on the map.classThis class represents a point or marker on the map with designated coordinates.classThis class represents a Popup component on the map with designated coordinates.classThis class represents a rectangle shape on the map.