Index

A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addBaseMapLayer(BaseMapLayer<?>) - Method in class com.jbstrap.jbmap.BaseMap
Sets the tile layer parameters.
addBaseMapLayer(BaseMapLayer<?>) - Method in class com.jbstrap.jbmap.JBMap
Adds a unique tile layer to the map.
addClickHandler(LayerClickEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Adds a layer click event handler to the layer.
addClickHandler(MapClickEventHandler) - Method in class com.jbstrap.jbmap.JBMap
Adds a map click event handler to the map.
addComponent(Component<?>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Adds the specified component as a subcomponent, and redraws the component immediately
addComponent(Component<?>) - Method in class com.jbstrap.jbmap.layers.param.CustomParamComponent
 
addComponent(Component<?>, boolean) - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
 
addComponent(Component<?>, boolean) - Method in class com.jbstrap.jbmap.layers.layer.Popup
 
addComponents(Component<?>...) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Adds multiple components to the component
addCustomParam(String, Object) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Adds a custom parameter to the layer.
addDivLayer(DivLayer) - Method in class com.jbstrap.jbmap.JBMap
Adds a divLayer to the map.
addLayer(BaseLayer<?>) - Method in class com.jbstrap.jbmap.LayerGroup
Adds a layer to a LayerGroup.
addLayerGroup(LayerGroup) - Method in class com.jbstrap.jbmap.JBMap
Adds a new layer group to the map.
addLayerGroups(LayerGroup...) - Method in class com.jbstrap.jbmap.JBMap
Adds one or more layer groups to the map.
addLayerGroups(List<LayerGroup>) - Method in class com.jbstrap.jbmap.JBMap
Adds a list of layer groups to the map.
addLayers(BaseLayer<?>...) - Method in class com.jbstrap.jbmap.LayerGroup
Adds a single or multiple layers to the LayerGroup.
addLayers(List<BaseLayer<?>>) - Method in class com.jbstrap.jbmap.LayerGroup
Adds a list of layers to the LayerGroup.
addLayerStyle(LayerStyle) - Method in class com.jbstrap.jbmap.JBMap
Adds a LayerStyle to the JBMap.
addMouseOutHandler(LayerMouseOutEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Adds a mouse out event handler to the layer.
addMouseOverHandler(LayerMouseOverEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Adds a layer mouse over event handler to the layer.
addPointImage(PointImage) - Method in class com.jbstrap.jbmap.JBMap
Adds a PointImage to the JBMap.
afterDraw() - Method in class com.jbstrap.jbmap.JBMap
Automatically fetches LayerGroups from a DataDescriptor if the return value of the LayerGroup.isAutoFetchData() method is true.
Area - Class in com.jbstrap.jbmap.layers.layer
This class represents an area shape on the map.
Area(String, Coordinates...) - Constructor for class com.jbstrap.jbmap.layers.layer.Area
Creates an area with the layer's unique name and a list of point coordinates.
Area(String, List<Coordinates>) - Constructor for class com.jbstrap.jbmap.layers.layer.Area
Creates an area with the layer's unique name and a list of point coordinates.
AREA - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
ATTRIBUTION - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 
autoFetch - Variable in class com.jbstrap.jbmap.LayerGroup
 

B

BaseLayer<T extends BaseLayer<?>> - Class in com.jbstrap.jbmap.layers
The base class of all layers.
BaseLayer(String) - Constructor for class com.jbstrap.jbmap.layers.BaseLayer
Creates the base class of a layer.
BaseMap - Class in com.jbstrap.jbmap
 
BaseMap() - Constructor for class com.jbstrap.jbmap.BaseMap
Creates a map parameter class instance with the built-in OpenStreetMapLayer tile layer.
BaseMap(BaseMapLayer<?>) - Constructor for class com.jbstrap.jbmap.BaseMap
Creates a map parameter class instance with a tile layer different from the default BaseMapLayer.
BaseMapLayer<T extends BaseMapLayer<?>> - Class in com.jbstrap.jbmap
The MapLayer base class.
BaseMapLayer(String, String) - Constructor for class com.jbstrap.jbmap.BaseMapLayer
Creates the tile layer.
BOLD - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
BOOK - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
BorderStyle - Enum Class in com.jbstrap.jbmap.enums
Border Styles used for maps.
BOTTOM_CENTER - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed below the map, aligned to the center.
BOTTOM_LEFT - Enum constant in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Aligns the DivLayer to the lower left corner of the map.
BOTTOM_LEFT - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed below the map, aligned to the left.
BOTTOM_RIGHT - Enum constant in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Aligns the DivLayer to the lower right corner of the map.
BOTTOM_RIGHT - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed below the map, aligned to the right.
BOX_ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 

C

CENTER - Static variable in class com.jbstrap.jbmap.BaseMap
 
Circle - Class in com.jbstrap.jbmap.layers.layer
This class represents a circle shape on the map.
Circle(String, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.Circle
Creates a circle shape with 5 km radius.
Circle(String, Coordinates, int) - Constructor for class com.jbstrap.jbmap.layers.layer.Circle
Creates a center shape.
CIRCLE - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
CIRCLE_MARKER - Static variable in class com.jbstrap.jbmap.layers.layer.CirclePoint
 
CIRCLE_POINT - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
CirclePoint - Class in com.jbstrap.jbmap.layers.layer
This class represents a circle point shape on the map.
CirclePoint(String, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.CirclePoint
Creates a circle point shape.
clear() - Method in class com.jbstrap.jbmap.LayerGroup
Removes a layer from a layer group.
CLICK - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
CLOSE_POPUP_ON_CLICK - Static variable in class com.jbstrap.jbmap.BaseMap
 
closePopup() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Closes the displayed popup.
closeTooltip() - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Programmatically closes the tooltip.
com.jbstrap.jbmap - package com.jbstrap.jbmap
 
com.jbstrap.jbmap.enums - package com.jbstrap.jbmap.enums
 
com.jbstrap.jbmap.events - package com.jbstrap.jbmap.events
 
com.jbstrap.jbmap.geocoding - package com.jbstrap.jbmap.geocoding
 
com.jbstrap.jbmap.layers - package com.jbstrap.jbmap.layers
 
com.jbstrap.jbmap.layers.layer - package com.jbstrap.jbmap.layers.layer
 
com.jbstrap.jbmap.layers.param - package com.jbstrap.jbmap.layers.param
 
componentContent - Variable in class com.jbstrap.jbmap.layers.Layer
 
ContainerLayer<T extends Layer<?>> - Interface in com.jbstrap.jbmap.layers
ContainerLayer interface for layers containing JBStrap components. e.g.: DivPoint, PopupPoint and DivLayer
Coordinates - Class in com.jbstrap.jbmap
Longitude and latitude coordinates.
Coordinates(double, double) - Constructor for class com.jbstrap.jbmap.Coordinates
Creates a coordinate by specifying a longitude and a latitude value.
COORDINATES - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
createLayerFromRecord(Record) - Method in class com.jbstrap.jbmap.LayerGroup
Creates a layer based on a record that contains layer data.
CustomParamComponent<T extends com.jbstrap.ui.Component<?>> - Class in com.jbstrap.jbmap.layers.param
 
CustomParamComponent(String) - Constructor for class com.jbstrap.jbmap.layers.param.CustomParamComponent
 
CustomParamComponent(String, String) - Constructor for class com.jbstrap.jbmap.layers.param.CustomParamComponent
 

D

DASHED - Enum constant in enum class com.jbstrap.jbmap.enums.BorderStyle
The border is dashed.
dataDescriptor - Variable in class com.jbstrap.jbmap.LayerGroup
 
DEFAULT_ICON_URL - Static variable in class com.jbstrap.jbmap.layers.layer.Point
 
defaultCriteria - Variable in class com.jbstrap.jbmap.LayerGroup
 
DelayedInit - Interface in com.jbstrap.jbmap
 
DIV_POINT - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
DivLayer - Class in com.jbstrap.jbmap
This class represent a Div to be placed on the map.
DivLayer(String) - Constructor for class com.jbstrap.jbmap.DivLayer
Creates a DivLayer instance.
DivLayerAlign - Enum Class in com.jbstrap.jbmap.enums
DivLayer align used for maps.
DivPoint - Class in com.jbstrap.jbmap.layers.layer
This class represents a Div component on the map with designated coordinates.
DivPoint(String, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.DivPoint
Creates a DivPoint that can be assigned to a point on the map with designated coordinates.
DOTTED - Enum constant in enum class com.jbstrap.jbmap.enums.BorderStyle
The border is dotted.
DOUBLE - Enum constant in enum class com.jbstrap.jbmap.enums.BorderStyle
The border is double solid.
DOUBLE_CLICK_ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 
DRAGGING - Static variable in class com.jbstrap.jbmap.BaseMap
 
draw() - Method in class com.jbstrap.jbmap.DivLayer
 
draw() - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
The layer component content drawing.
draw() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint content.
draw() - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Sets the popup content.
dsCoordinates - Variable in class com.jbstrap.jbmap.LayerGroup
 
dsCustomParams - Variable in class com.jbstrap.jbmap.LayerGroup
 

E

EXTRA_BOLD - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 

F

fetchData() - Method in class com.jbstrap.jbmap.LayerGroup
Asynchronously fetches the data using the specified DataDescriptor.
FILL - Static variable in class com.jbstrap.jbmap.layers.layer.CirclePoint
 
filterCriteria - Variable in class com.jbstrap.jbmap.LayerGroup
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LayerClickEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LayerDrawnEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LayerHideEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LayerMouseOutEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LayerMouseOverEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.LocationFoundEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.MapClickEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.PopupDrawnEvent
 
fireEvent() - Method in class com.jbstrap.jbmap.events.PopupHideEvent
 
flyTo(Coordinates, Integer) - Method in class com.jbstrap.jbmap.JBMap
"Flying to a point" on the map.
FontWeight - Enum Class in com.jbstrap.jbmap.enums
Font weights used for maps.
fromName(String) - Static method in enum class com.jbstrap.jbmap.enums.BorderStyle
Determines a BorderStyle by its specified name.
fromName(String) - Static method in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Determines a DivLayerAlign by its specified name.
fromName(String) - Static method in enum class com.jbstrap.jbmap.enums.FontWeight
Determines a font weight by its specified name.
fromName(String) - Static method in enum class com.jbstrap.jbmap.enums.LayerType
Gets an enum layer type based on its name.
fromName(String) - Static method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Determines the map’s position based on the specified name.
fromPositionAlign(String, String) - Static method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Determines the map title’s position based on its vertical and horizontal position.
fromValue(Integer) - Static method in enum class com.jbstrap.jbmap.enums.FontWeight
Determines the font weight based on the font weight value.
fromValue(String) - Static method in enum class com.jbstrap.jbmap.enums.BorderStyle
Determines the border style based on the font weight value.
fromValue(String) - Static method in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Determines the divLayer align

G

GeoCodingBase<T extends GeoCodingBase<?>> - Class in com.jbstrap.jbmap.geocoding
GeoCodingBase abstract base class.
GeoCodingBase(String) - Constructor for class com.jbstrap.jbmap.geocoding.GeoCodingBase
Creates a GeoCodingBase.
getAccuracy() - Method in class com.jbstrap.jbmap.events.LocationFoundEvent
Gets the location accuracy.
getAlign() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer’s layout.
getAlign() - Method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Gets the map title’s horizontal position in a string.
getAnchor() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the anchor (offset coordinates relative to the DivPoint).
getAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the horizontal anchor (offset coordinates relative to the DivPoint).
getAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the vertical anchor (offset coordinates relative to the DivPoint).
getAsList() - Method in class com.jbstrap.jbmap.Coordinates
Gets a list of coordinates.
getBaseMapLayerByName(String) - Method in class com.jbstrap.jbmap.BaseMap
Gets a tile layer parameter.
getBaseMapLayerByName(String) - Method in class com.jbstrap.jbmap.JBMap
Gets a tile layer from the map by its name.
getBaseUrl() - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
The base URL provided by a geocoding service.
getBgColor() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's background color.
getBorderColor() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's border color.
getBorderColorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer border color.
getBorderLineColor() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint border color.
getBorderLineColor() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the shape's border color.
getBorderLineWidth() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer border width.
getBorderLineWidth() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint border width
getBorderLineWidth() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the border line width.
getBorderOpacity() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the border opacity.
getBorderOpacityColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer border opacity values.
getBorderRadius() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's border radius.
getBorderRadius() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint border radius.
getBorderRadiusColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the DivPoint layer border radius values.
getBorderStyle() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer border style.
getBorderStyle() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint border style.
getBorderWidthColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains layer border width values.
getCenter() - Method in class com.jbstrap.jbmap.BaseMap
Gets the center parameters of the map.
getCenterCoordinates() - Method in class com.jbstrap.jbmap.JBMap
Gets the specified center coordinate of the map.
getClassName() - Method in class com.jbstrap.jbmap.DivLayer
Gets a custom CSS class.
getClassName() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the custom CSS class assigned to the DivPoint.
getClassName() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the custom CSS class assigned to the PointImage.
getClassName() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets a CSS class name assigned to the shape.
getClickHandlers() - Method in class com.jbstrap.jbmap.JBMap
Gets a list of map click event handlers.
getClickHandlers() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets a list of layer click event handlers.
getComponentById(String) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Gets the specified component.
getComponents() - Method in class com.jbstrap.jbmap.JBMap
Gets a list of components added to all layers.
getComponents() - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Gets every previously added subcomponent
getComponents() - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
 
getComponents() - Method in class com.jbstrap.jbmap.layers.layer.Popup
 
getComponents(Predicate<Component<?>>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Gets a list of components, according to the specified predicate.
getComponentsByClass(Class<E>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Gets the components, that are specified by class.
getContent() - Method in class com.jbstrap.jbmap.layers.Layer
Gets the JBStrap component content.
getCoordinateDataDescriptor() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the layers of the LayerGroup that have multiple coordinates in the DataDescriptor.
getCoordinates() - Method in class com.jbstrap.jbmap.layers.layer.Circle
Gets the circle center coordinates.
getCoordinates() - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Gets the circle center coordinates.
getCoordinates() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the upper left corner coordinates of the DivPoint.
getCoordinates() - Method in class com.jbstrap.jbmap.layers.layer.Point
Gets the point coordinates.
getCoordinates() - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Gets the PopupPoint coordinates.
getCoordinatesList() - Method in class com.jbstrap.jbmap.layers.layer.Area
Gets a list of area layer coordinates.
getCoordinatesList() - Method in class com.jbstrap.jbmap.layers.layer.Line
Gets a list of line layer coordinates.
getCopyRightText() - Method in class com.jbstrap.jbmap.BaseMapLayer
Gets the copyright content.
getCustomParamDataDescriptor() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the DataDescriptor containing the unique parameters of the LayerGroup's layers.
getCustomParams() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer's unique parameters.
getCssClassColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains unique CSS class names.
getDataDescriptor() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the LayerGroup's specified DataDescriptor.
getDefaultCriteria() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the DataDescriptor-associated default criteria of LayerGroup layers.
getDescription() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getDiagonalFirst() - Method in class com.jbstrap.jbmap.layers.layer.Rectangle
Gets the first diagonal coordinate of the rectangle.
getDiagonalSecond() - Method in class com.jbstrap.jbmap.layers.layer.Rectangle
Gets the second diagonal coordinate of the rectangle.
getDivLayers() - Method in class com.jbstrap.jbmap.BaseMap
Gets the divLayer parameters.
getDivPointXAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a DivPoint layer.
getDivPointYAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a DivPoint layer.
getEmail() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Gets the email address.
getEventClass() - Method in enum class com.jbstrap.jbmap.events.MapEventType
 
getFillColor() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint background color.
getFillColor() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the shape fill color.
getFillColorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer fill color.
getFillOpacity() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the fill opacity.
getFillOpacityColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer opacity values.
getFilterCriteria() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the DataDescriptor-associated filter criteria for LayerGroup layers.
getGeometry() - Method in class com.jbstrap.jbmap.layers.BaseLayer
 
getGroupName() - Method in class com.jbstrap.jbmap.events.LayerClickEvent
Gets the unique name of the layer group clicked on.
getGroupName() - Method in class com.jbstrap.jbmap.events.LayerDrawnEvent
Gets the unique name of the layer group.
getGroupName() - Method in class com.jbstrap.jbmap.events.LayerHideEvent
Gets the unique name of the popup layer group.
getGroupName() - Method in class com.jbstrap.jbmap.events.LayerMouseOutEvent
Gets the layer group's unique name.
getGroupName() - Method in class com.jbstrap.jbmap.events.LayerMouseOverEvent
Gets the unique name of the layer group that triggered the mouse over event.
getGroupName() - Method in class com.jbstrap.jbmap.events.PopupDrawnEvent
Gets the unique name of the popup layer group.
getGroupName() - Method in class com.jbstrap.jbmap.events.PopupHideEvent
Gets the unique name of the popup layer group.
getHandlerInterface() - Method in enum class com.jbstrap.jbmap.events.MapEventType
 
getHeight() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's height.
getHeight() - Method in class com.jbstrap.jbmap.JBMap
Gets the set map height.
getHeight() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint's height.
getHtml() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's HTML content.
getImageAnchor() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the anchor (offset coordinates relative to the Point).
getImageAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the horizontal anchor (offset coordinates relative to the Point).
getImageAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the vertical anchor (offset coordinates relative to the Point).
getImageHeight() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image height.
getImageHeightColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains image height of Point layer images.
getImageSize() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image size.
getImageUrl() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the PointImage URL.
getImageUrlColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the Point layer image URLs.
getImageWidth() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image width.
getImageWidthColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the image width of Point layer images.
getImageXAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the horizontal anchor (offset) values of a Point layer image.
getImageYAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a Point layer image.
getJBMap() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the JBMap component containing the LayerGroup.
getKeyColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the foreign keys in a CoordinateDataDescriptor.
getLatitude() - Method in class com.jbstrap.jbmap.Coordinates
Gets the coordinate's latitude value.
getLatitude() - Method in class com.jbstrap.jbmap.events.LocationFoundEvent
Gets the latitude coordinates.
getLatitude() - Method in class com.jbstrap.jbmap.events.MapClickEvent
Gets the latitude coordinates of the click event.
getLatitudeColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer's latitude coordinates.
getLatitudesColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the latitude coordinates in the CoordinatesDataDescriptor.
getLayer() - Method in class com.jbstrap.jbmap.events.LayerClickEvent
Gets the layer component clicked on.
getLayer() - Method in class com.jbstrap.jbmap.events.LayerDrawnEvent
Gets the layer component.
getLayer() - Method in class com.jbstrap.jbmap.events.LayerHideEvent
Gets the popup layer component.
getLayer() - Method in class com.jbstrap.jbmap.events.LayerMouseOutEvent
Gets the layer component.
getLayer() - Method in class com.jbstrap.jbmap.events.LayerMouseOverEvent
Gets the layer that triggered the mouse over event.
getLayer() - Method in class com.jbstrap.jbmap.events.PopupDrawnEvent
Gets the popup layer component.
getLayer() - Method in class com.jbstrap.jbmap.events.PopupHideEvent
Gets the popup layer component.
getLayerByName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Gets a layer by its unique name from the LayerGroup.
getLayerClass() - Method in enum class com.jbstrap.jbmap.enums.LayerType
Gets the layer class corresponding to the layer type.
getLayerGroupByName(String) - Method in class com.jbstrap.jbmap.JBMap
Gets a layer group by its unique name.
getLayerGroups() - Method in class com.jbstrap.jbmap.JBMap
Gets the specified layer groups in a list.
getLayerOpacity() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer opacity value.
getLayers() - Method in class com.jbstrap.jbmap.LayerGroup
Gets all LayerGroup layers in a list.
getLayerStyle() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the LayerGroup's LayerStyle settings LayerStyle
getLayerStyle() - Method in interface com.jbstrap.jbmap.layers.LayerStyleLayer
Gets the LayerStyle instance containing the layer's style settings.
getLayerStyles() - Method in class com.jbstrap.jbmap.BaseMap
Gets the layer style parameters.
getLimit() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Limits the number of search hits.
getLineDashArray() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the line dash pattern.
getLineDashOffset() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the line dash offset.
getLocation(LocationFoundHandler) - Method in class com.jbstrap.jbmap.JBMap
Gets the user's location and sets the location found event handler.
getLocationFoundHandler(String) - Method in class com.jbstrap.jbmap.JBMap
 
getLongitude() - Method in class com.jbstrap.jbmap.Coordinates
Gets the coordinate's longitude value.
getLongitude() - Method in class com.jbstrap.jbmap.events.LocationFoundEvent
Gets the longitude coordinates.
getLongitude() - Method in class com.jbstrap.jbmap.events.MapClickEvent
Gets the longitude coordinates of the click event.
getLongitudeColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer's longitude coordinates.
getLongitudesColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the longitude coordinates in the CoordinatesDataDescriptor.
getMapDivComponents() - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
Get the div layer's components
getMaxHeight() - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Gets the PopupPoint maximum height.
getMaxWidth() - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Gets the PopupPoint's maximum width.
getMaxZoom() - Method in class com.jbstrap.jbmap.BaseMap
Gets the maximum zoom setting.
getMaxZoom() - Method in class com.jbstrap.jbmap.JBMap
Gets the maximum zoom value.
getMessage() - Method in class com.jbstrap.jbmap.events.LocationFoundEvent
Gets the message returned when the user�s location was identified.
getMinWidth() - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Gets the PopupPoint's minimum width.
getMinZoom() - Method in class com.jbstrap.jbmap.BaseMap
Gets the minimum zoom setting.
getMinZoom() - Method in class com.jbstrap.jbmap.JBMap
Gets the minimum zoom value.
getMouseOutHandlers() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets a list of mouse out event handlers.
getMouseOverHandlers() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets a list of layer mouse over event handlers.
getName() - Method in class com.jbstrap.jbmap.BaseMapLayer
Gets the tile layer name.
getName() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer's unique name.
getName() - Method in class com.jbstrap.jbmap.events.LayerClickEvent
Gets the unique name of the layer clicked on.
getName() - Method in class com.jbstrap.jbmap.events.LayerDrawnEvent
Gets the unique name of the layer.
getName() - Method in class com.jbstrap.jbmap.events.LayerHideEvent
Gets the popup layer's unique name.
getName() - Method in class com.jbstrap.jbmap.events.LayerMouseOutEvent
Gets the layer's unique name.
getName() - Method in class com.jbstrap.jbmap.events.LayerMouseOverEvent
Gets the unique name of the layer that triggered the mouse over event.
getName() - Method in enum class com.jbstrap.jbmap.events.MapEventType
 
getName() - Method in class com.jbstrap.jbmap.events.PopupDrawnEvent
Gets the popup layer's unique name.
getName() - Method in class com.jbstrap.jbmap.events.PopupHideEvent
Gets the popup layer's unique name.
getName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the LayerGroup's unique name.
getName() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer's unique name.
getName() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the PointImage's unique name.
getName() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the LayerStyle unique ID.
getNameColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer's unique name.
getOpacity() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint opacity value.
getOrderColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the order of coordinates in the CoordinateDataDescriptor.
getParam(String) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Gets a parameter from the GeoCoding service provider's URL address.
getParamKeyColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column containing the foreign keys referencing the primary keys in the layer's DataDescriptor.
getParamNameColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column containing the parameter names in the unique parameter DataDescriptor.
getParams() - Method in class com.jbstrap.jbmap.DivLayer
Gets the parameters of the DivLayer instance.
getParams() - Method in class com.jbstrap.jbmap.JBMap
Gets the JBMap parameters.
getParams() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the LayerGroup's parameters.
getParams() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer's full list of parameters.
getParams() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the PointImage parameters.
getParams() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the LayerStyle instance's parameters.
getParamValueColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column containing the parameter values in the unique parameter DataDescriptor.
getParent() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer group of the layer.
getPath() - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Gets the path associated with the URL.
getPluginAuthor() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPluginAuthorURL() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPluginBuildNumber() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPluginFullName() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPluginName() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPluginVersion() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
 
getPointImage() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the LayerGroup's set PointImages PointImage.
getPointImage() - Method in class com.jbstrap.jbmap.layers.layer.Point
Gets the point image.
getPointImages() - Method in class com.jbstrap.jbmap.BaseMap
Gets the PointImage parameters.
getPopup() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer popup as a JBStrap component.
getPopupAnchor() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the popup anchor (offset coordinates relative to the DivPoint).
getPopupAnchor() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the popup anchor (offset coordinates relative to the Point).
getPopupAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the horizontal popup anchor (offset coordinates relative to the DivPoint).
getPopupAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the horizontal popup anchor (offset coordinates relative to the Point).
getPopupAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the vertical popup anchor (offset coordinates relative to the DivPoint).
getPopupAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the vertical popup anchor (offset coordinates relative to the Point).
getPopupColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the layer popup text column.
getPopupComponents() - Method in class com.jbstrap.jbmap.layers.layer.Popup
Get the popup's components
getPopupContent() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer popup content.
getPopupXAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the horizontal anchor (offset) values of a Point popup.
getPopupYAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a Point popup.
getPosition() - Method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Gets the vertical position of the map title in a string.
getProperties() - Method in class com.jbstrap.jbmap.BaseMapLayer
Gets the settings parameters.
getProperties() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the setting parameters of the layer's GeoJSON structure.
getRadius() - Method in class com.jbstrap.jbmap.layers.layer.Circle
Gets the circle radius.
getRadius() - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Gets the circle radius.
getRadiusColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer (Circle and CirclePoint) radius.
getShadowAnchor() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the anchor (offset coordinates relative to the Point).
getShadowAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the horizontal anchor (offset coordinates relative to the Point).
getShadowAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the vertical anchor (offset coordinates relative to the Point).
getShadowHeight() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image shadow height.
getShadowHeightColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the shadow height of a Point layer image.
getShadowSize() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image shadow size.
getShadowUrl() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image shadow URL.
getShadowUrlColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the Point layer image URLs.
getShadowWidth() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the image shadow width.
getShadowWidthColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the shadow width of a Point layer image.
getShadowXAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the horizontal anchor (offset) values of a Point layer shadow.
getShadowYAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a Point layer shadow.
getTitle() - Method in class com.jbstrap.jbmap.JBMap
Gets the map title.
getTitle() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the layer's title
getTitleColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer title.
getTitleFontColor() - Method in class com.jbstrap.jbmap.JBMap
Get the map title color.
getTitleFontSize() - Method in class com.jbstrap.jbmap.JBMap
Gets the map title font size.
getTitleFontWeight() - Method in class com.jbstrap.jbmap.JBMap
Gets the map title font weight.
getTitleParams() - Method in class com.jbstrap.jbmap.JBMap
 
getTitlePosition() - Method in class com.jbstrap.jbmap.JBMap
Gets the map title position.
getTooltipAnchor() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the tooltip anchor relative to the DivPoint coordinates.
getTooltipAnchor() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the tooltip anchor (offset coordinates relative to the Point).
getTooltipAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the horizontal tooltip anchor (offset coordinates relative to the DivPoint).
getTooltipAnchorX() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the horizontal tooltip anchor (offset coordinates relative to the Point).
getTooltipAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the vertical tooltip anchor (offset coordinates relative to the DivPoint).
getTooltipAnchorY() - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the vertical tooltip anchor (offset coordinates relative to the Point).
getTooltipColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the layer's tooltips.
getTooltipContent() - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Gets the specified tooltip content.
getTooltipXAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the horizontal anchor (offset) values of a Point layer tooltip.
getTooltipYAnchorColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of the column that contains the vertical anchor (offset) values of a Point layer tooltip.
getTrustManager() - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Gets the specified TrustManager.
getTypeColumnName() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the name of a layer-type column.
getUrl() - Method in class com.jbstrap.jbmap.BaseMapLayer
Gets the tile layer URL.
getValue() - Method in enum class com.jbstrap.jbmap.enums.BorderStyle
Gets the border style text.
getValue() - Method in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Gets the alignment text.
getWidth() - Method in class com.jbstrap.jbmap.DivLayer
Gets the DivLayer height.
getWidth() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the DivPoint's width.
getZIndex() - Method in class com.jbstrap.jbmap.BaseMapLayer
Gets the tile layer's z index.
getZoom() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom parameter.
getZoom() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Gets the current level of zoom.
getZoom() - Method in class com.jbstrap.jbmap.JBMap
Gets the map's zoom setting.
getZoomDelta() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom delta parameter.
getZoomDelta() - Method in class com.jbstrap.jbmap.JBMap
Gets the zoom delta's set value.
getZoomInText() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom in text parameter.
getZoomInText() - Method in class com.jbstrap.jbmap.JBMap
Gets the map's "zoom in" button content.
getZoomInTitle() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom in button�s tooltip parameter.
getZoomInTitle() - Method in class com.jbstrap.jbmap.JBMap
Gets the "zoom in" button's tooltip content.
getZoomOutText() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom out text.
getZoomOutText() - Method in class com.jbstrap.jbmap.JBMap
Gets the "zoom out" button content.
getZoomOutTitle() - Method in class com.jbstrap.jbmap.BaseMap
Gets the map�s zoom out button�s tooltip parameter.
getZoomOutTitle() - Method in class com.jbstrap.jbmap.JBMap
Gets the "zoom out" button's tooltip content.
getZoomSnap() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom snap parameter.
getZoomSnap() - Method in class com.jbstrap.jbmap.JBMap
Gets the zoom snap value.

H

HEAVY - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
hide() - Method in class com.jbstrap.jbmap.layers.BaseLayer
The layer is programmatically hidden.

I

IMAGE - Static variable in class com.jbstrap.jbmap.layers.layer.Point
 
init() - Method in class com.jbstrap.jbmap.JBMap
 
init() - Method in class com.jbstrap.jbmap.JBStrapMapPlugin
Initializing the plugin
isAddressdetails() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
The reply contains address breakdown elements.
isAutoFetchData() - Method in class com.jbstrap.jbmap.LayerGroup
Gets the automatic fetch status (enabled/disabled) of DataDescriptor-associated layers in a LayerGroup.
isBorderLineVisible() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the border line (delimiting the shape) visibility.
isBoxZoom() - Method in class com.jbstrap.jbmap.BaseMap
Checks if the box zoom is enabled.
isBoxZoom() - Method in class com.jbstrap.jbmap.JBMap
Checks if the box zoom is enabled.
isClosePopupOnClick() - Method in class com.jbstrap.jbmap.BaseMap
Checks if the popups close automatically upon a mouse click.
isClosePopupOnClick() - Method in class com.jbstrap.jbmap.JBMap
Checks if the automatic closing of popups is enabled when the user clicks on the map.
isDoubleClickZoom() - Method in class com.jbstrap.jbmap.BaseMap
Gets the double click enabled parameter.
isDoubleClickZoom() - Method in class com.jbstrap.jbmap.JBMap
Checks if the double click zoom is enabled.
isDragging() - Method in class com.jbstrap.jbmap.BaseMap
Gets the map dragging parameter.
isDragging() - Method in class com.jbstrap.jbmap.JBMap
Gets the dragging feature.
isExtratags() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Extra contents
isFillColorVisible() - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the shape fill visibility.
isMapClick() - Method in class com.jbstrap.jbmap.BaseMap
Gets the click event enable parameter.
isNamedetails() - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Checks if alternative names are set.
isPopupEnabled() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Checks if the popup is enabled.
isScaleControl() - Method in class com.jbstrap.jbmap.BaseMap
Gets the scale visibility value.
isScaleShow() - Method in class com.jbstrap.jbmap.JBMap
Gets the map scale visibility setting.
isScrollWheelZoom() - Method in class com.jbstrap.jbmap.BaseMap
Checks if the mouse scrolling zoom is enabled.
isScrollWheelZoom() - Method in class com.jbstrap.jbmap.JBMap
Checks if the mouse scrolling zoom is enabled.
isShadow() - Method in class com.jbstrap.jbmap.DivLayer
Checks if the DivLayer shadow is enabled.
isShadow() - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Checks if the shadow is displayed on the DivPoint.
isShowBorder() - Method in class com.jbstrap.jbmap.JBMap
Checks if the border is displayed on the map container.
isShown() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Gets the status of the layer's programmatical display.
isShowShadow() - Method in class com.jbstrap.jbmap.JBMap
Checks if the shadow is visible on the map container.
isShowTitle() - Method in class com.jbstrap.jbmap.JBMap
Checks if the map title is displayed.
isTooltipEnabled() - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Gets the tooltip display status.
isTooltipOpened() - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Gets the tooltip's display status: programmatically displayed or not.
isTrackResize() - Method in class com.jbstrap.jbmap.BaseMap
Checks if the "tracking resize" feature is enabled.
isTrackResize() - Method in class com.jbstrap.jbmap.JBMap
Checks if the "tracking resize" feature of the map is enabled.
isZoomAnimation() - Method in class com.jbstrap.jbmap.BaseMap
Checks if the zoom animation is enabled.
isZoomAnimation() - Method in class com.jbstrap.jbmap.JBMap
Checks if the zoom animation is enabled.
isZoomControlVisible() - Method in class com.jbstrap.jbmap.BaseMap
Gets the zoom controls visibility setting.
isZoomControlVisible() - Method in class com.jbstrap.jbmap.JBMap
Gets the map zoom controls' visibility setting.

J

JBMap - Class in com.jbstrap.jbmap
Interactive map component created using the Leaflet JavaScript library.
JBMap() - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map component.
JBMap(BaseMapLayer<?>) - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map component by setting a default tile layer.
JBMap(String) - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map with a unique ID.
JBMap(String, BaseMapLayer<?>) - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map with a unique ID by setting a default tile layer.
JBMap(String, String) - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map with a unique ID by specifying a language.
JBMap(String, String, BaseMapLayer<?>) - Constructor for class com.jbstrap.jbmap.JBMap
Creates the map with a unique ID by specifying a language and setting a default tile layer.
JBStrapMapPlugin - Class in com.jbstrap.jbmap
The application startup class
JBStrapMapPlugin() - Constructor for class com.jbstrap.jbmap.JBStrapMapPlugin
 

K

keyColumnName - Variable in class com.jbstrap.jbmap.LayerGroup
 

L

Layer<T extends Layer<?>> - Class in com.jbstrap.jbmap.layers
Base class of map layers and layers that can be enclosed in a container.
Layer() - Constructor for class com.jbstrap.jbmap.layers.Layer
 
LAYER_CLICK - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LAYER_DRAWN - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LAYER_HIDE - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LAYER_MOUSE_OUT - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LAYER_MOUSE_OVER - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LayerClickEvent - Class in com.jbstrap.jbmap.events
The LayerClickEvent class contains the details of the click event.
LayerClickEvent() - Constructor for class com.jbstrap.jbmap.events.LayerClickEvent
 
LayerClickEventHandler - Interface in com.jbstrap.jbmap.events
Layer Click event handler interface
LayerDrawnEvent - Class in com.jbstrap.jbmap.events
A LayerDrawnEvent class contains the layer drawing event.
LayerDrawnEvent() - Constructor for class com.jbstrap.jbmap.events.LayerDrawnEvent
 
LayerGroup - Class in com.jbstrap.jbmap
Class representing a group of layers on the map.
LayerGroup() - Constructor for class com.jbstrap.jbmap.LayerGroup
 
LayerGroup(String) - Constructor for class com.jbstrap.jbmap.LayerGroup
Creates a LayerGroup.
LayerHideEvent - Class in com.jbstrap.jbmap.events
The LayerHideEvent class contains the details of a popupPoint or divPoint hide event.
LayerHideEvent() - Constructor for class com.jbstrap.jbmap.events.LayerHideEvent
 
LayerHideEventHandler - Interface in com.jbstrap.jbmap.events
Layer Hide Event Handler interface
LayerMouseOutEvent - Class in com.jbstrap.jbmap.events
The LayerMouseOutEvent class contains the details of the layer�s mouse out event.
LayerMouseOutEvent() - Constructor for class com.jbstrap.jbmap.events.LayerMouseOutEvent
 
LayerMouseOutEventHandler - Interface in com.jbstrap.jbmap.events
Layer mouseout event handler interface
LayerMouseOverEvent - Class in com.jbstrap.jbmap.events
The LayerMouseOverEvent class contains the details of the layer�s mouse over event.
LayerMouseOverEvent() - Constructor for class com.jbstrap.jbmap.events.LayerMouseOverEvent
 
LayerMouseOverEventHandler - Interface in com.jbstrap.jbmap.events
Layer mouseOver event handler interface
layerStyle - Variable in class com.jbstrap.jbmap.layers.BaseLayer
 
LayerStyle - Class in com.jbstrap.jbmap.layers
This class represents the style of layers (shapes: line, circle, rectangle, area).
LayerStyle(String) - Constructor for class com.jbstrap.jbmap.layers.LayerStyle
Creates a LayerStyle.
LayerStyleLayer<T extends BaseLayer<?>> - Interface in com.jbstrap.jbmap.layers
By implementing this interface, you will have access to the LayerStyle class that enables you to set layer styles.
LayerType - Enum Class in com.jbstrap.jbmap.enums
Layer types.
LIGHT - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
Line - Class in com.jbstrap.jbmap.layers.layer
This class represents a line on the map.
Line(String, Coordinates...) - Constructor for class com.jbstrap.jbmap.layers.layer.Line
Creates a line with the layer's unique name and a list of point coordinates.
Line(String, List<Coordinates>) - Constructor for class com.jbstrap.jbmap.layers.layer.Line
Creates an line with the layer's unique name and a list of point coordinates.
LINE - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
LINE_STRING - Static variable in class com.jbstrap.jbmap.layers.layer.Line
 
LOCATION_FOUND - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
LocationFoundEvent - Class in com.jbstrap.jbmap.events
The LocationFoundEvent class contains the user�s location data.
LocationFoundEvent() - Constructor for class com.jbstrap.jbmap.events.LocationFoundEvent
 
LocationFoundHandler - Interface in com.jbstrap.jbmap.events
Location found handler interface

M

MAP - Static variable in class com.jbstrap.jbmap.BaseMap
 
MAP_CLICK - Static variable in class com.jbstrap.jbmap.BaseMap
 
MAP_TILES - Static variable in class com.jbstrap.jbmap.BaseMap
 
MapClickEvent - Class in com.jbstrap.jbmap.events
The MapClickEvent class contains the details of the click event.
MapClickEvent() - Constructor for class com.jbstrap.jbmap.events.MapClickEvent
 
MapClickEventHandler - Interface in com.jbstrap.jbmap.events
Map Click event handler interface
MapDiv - Class in com.jbstrap.jbmap.layers.layer
The MapDiv component, used by DivPoint and PopupPoint
MapDiv() - Constructor for class com.jbstrap.jbmap.layers.layer.MapDiv
 
MapDivPointRenderer - Interface in com.jbstrap.jbmap
Unique DivPoint content renderer interface.
MapEventType - Enum Class in com.jbstrap.jbmap.events
 
MapPopupPointRenderer - Interface in com.jbstrap.jbmap
Unique PopupPoint content renderer interface.
MapPopupRenderer - Interface in com.jbstrap.jbmap
Unique Popup content renderer interface.
MapTitlePosition - Enum Class in com.jbstrap.jbmap.enums
Map title positions.
MARKER - Static variable in class com.jbstrap.jbmap.layers.layer.Point
 
MAX_ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 
MEDIUM - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
MIN_ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 
MultiCoordinatesLayer - Interface in com.jbstrap.jbmap
This interface is used to distinguish between layers based on a set of coordinates.

N

NAME - Static variable in class com.jbstrap.jbmap.BaseMap
 
NAME - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 
NAME - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
nameParam - Class in com.jbstrap.jbmap.layers.param
 
nameParam() - Constructor for class com.jbstrap.jbmap.layers.param.nameParam
Creates a "name" parameter component.
nameParam(String) - Constructor for class com.jbstrap.jbmap.layers.param.nameParam
 
NO_CLIP - Static variable in class com.jbstrap.jbmap.layers.layer.Area
 
NO_CLIP - Static variable in class com.jbstrap.jbmap.layers.layer.Line
 
NONE - Enum constant in enum class com.jbstrap.jbmap.enums.BorderStyle
The border is not displayed.

O

onClick(LayerClickEvent) - Method in interface com.jbstrap.jbmap.events.LayerClickEventHandler
Layer click event handler The event handler is called when a click event takes place on the layer.
onClick(MapClickEvent) - Method in interface com.jbstrap.jbmap.events.MapClickEventHandler
Map click event handler The event handler is called when a click event takes place on the map.
onError(Throwable) - Method in class com.jbstrap.jbmap.LayerGroup
 
onLayerDrawn(LayerDrawnEvent) - Method in interface com.jbstrap.jbmap.DelayedInit
 
onLayerDrawn(LayerDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Registering the events for the DivPoint draw event in the DivPoint component.
onLayerDrawn(LayerDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Registering the events for the popup draw event in the popup component.
onLayerHide(LayerHideEvent) - Method in interface com.jbstrap.jbmap.events.LayerHideEventHandler
PopupPoint or divPoint Layer hide event handler The event handler is called when the layer is hide on the map.
onLayerHide(LayerHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Registering the events for the popup hide event in the popup component.
onLayerHide(LayerHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Registering the events for the popup hide event in the popup component.
onLocationFound(LocationFoundEvent) - Method in interface com.jbstrap.jbmap.events.LocationFoundHandler
Location found event handler The event handler is called when the user's location is found.
onMouseOut(LayerMouseOutEvent) - Method in interface com.jbstrap.jbmap.events.LayerMouseOutEventHandler
Layer MouseOut Event Handler The event handler is called when the mouse pointer moves out of the layer area.
onMouseOver(LayerMouseOverEvent) - Method in interface com.jbstrap.jbmap.events.LayerMouseOverEventHandler
Layer MouseOver Event Handler The event handler is called when the mouse pointer moves into the layer area.
onPopupDrawn(PopupDrawnEvent) - Method in interface com.jbstrap.jbmap.events.PopupDrawnEventHandler
Popup drawn event handler The event handler is called when the layer popup is drawn on the map.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.Area
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.Circle
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.Line
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.Point
Registering the events for the popup draw event in the popup component.
onPopupDrawn(PopupDrawnEvent) - Method in class com.jbstrap.jbmap.layers.layer.Rectangle
Registering the events for the popup draw event in the popup component.
onPopupHide(PopupHideEvent) - Method in interface com.jbstrap.jbmap.events.PopupHideEventHandler
Popup hide event handler The event handler is called when the layer popup is hide on the map.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.Area
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.Circle
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.Line
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.Point
Registering the events for the popup hide event in the popup component.
onPopupHide(PopupHideEvent) - Method in class com.jbstrap.jbmap.layers.layer.Rectangle
Registering the events for the popup hide event in the popup component.
onRendering(Record) - Method in interface com.jbstrap.jbmap.MapDivPointRenderer
The method creates a component from the received record.
onRendering(Record) - Method in interface com.jbstrap.jbmap.MapPopupPointRenderer
The method creates a component from the received record.
onRendering(Record) - Method in interface com.jbstrap.jbmap.MapPopupRenderer
The method creates a component from the received record.
onShow() - Method in class com.jbstrap.jbmap.JBMap
 
onSuccess(List<Record>) - Method in class com.jbstrap.jbmap.LayerGroup
 
openPopup() - Method in class com.jbstrap.jbmap.layers.BaseLayer
Displays the popup if enabled.
OpenStreetMapLayer - Class in com.jbstrap.jbmap
OpenStreetMap layer class created by extending the BaseMapLayer class.
OpenStreetMapLayer() - Constructor for class com.jbstrap.jbmap.OpenStreetMapLayer
Creates a map layer of OpenStreetMapLayer type using the OpenStreetMap map provider.
openTooltip() - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Programmatically opens the tooltip.
orderColumnName - Variable in class com.jbstrap.jbmap.LayerGroup
 
OSMGeoCoding - Class in com.jbstrap.jbmap.geocoding
In the GeoCoding process, a text description of a place (an address or a place name) returns the geographical coordinates of the place.
OSMGeoCoding() - Constructor for class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Creates a OSMGeoCoding class instance.

P

PANE - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 
PANE_ZINDEX - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 
paramKeyColumnName - Variable in class com.jbstrap.jbmap.LayerGroup
 
paramNameColumnName - Variable in class com.jbstrap.jbmap.LayerGroup
 
params - Variable in class com.jbstrap.jbmap.layers.Layer
 
paramValueColumnName - Variable in class com.jbstrap.jbmap.LayerGroup
 
parent - Variable in class com.jbstrap.jbmap.layers.Layer
 
Point - Class in com.jbstrap.jbmap.layers.layer
This class represents a point or marker on the map with designated coordinates.
Point(String, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.Point
Creates a marker point with a default image.
POINT - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
POINT - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
POINT_TYPE - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
PointImage - Class in com.jbstrap.jbmap.layers.layer
This class represents an image that you can add to a Point layer or a LayerGroup.
PointImage(String, String) - Constructor for class com.jbstrap.jbmap.layers.layer.PointImage
Creates a PointImage instance.
POLYGON - Static variable in class com.jbstrap.jbmap.layers.layer.Area
 
popup - Variable in class com.jbstrap.jbmap.layers.BaseLayer
 
Popup - Class in com.jbstrap.jbmap.layers.layer
The Popup component
Popup(Component<?>) - Constructor for class com.jbstrap.jbmap.layers.layer.Popup
Creates a Popup component and places the specified component inside it.
Popup(Component<?>...) - Constructor for class com.jbstrap.jbmap.layers.layer.Popup
Creates a Popup and places the specified component in it.
Popup(String) - Constructor for class com.jbstrap.jbmap.layers.layer.Popup
Create an empty Popup component
Popup(String, Component<?>) - Constructor for class com.jbstrap.jbmap.layers.layer.Popup
Creates a Popup component and places the specified component inside it.
Popup(String, Component<?>...) - Constructor for class com.jbstrap.jbmap.layers.layer.Popup
Creates a Popup and places the specified component in it.
POPUP_CONTENT - Static variable in class com.jbstrap.jbmap.JBMap
 
POPUP_CONTENT - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
POPUP_DRAWN - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
POPUP_ENABLED - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
POPUP_HIDE - Enum constant in enum class com.jbstrap.jbmap.events.MapEventType
 
POPUP_OPENED - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 
POPUP_POINT - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
PopupDrawnEvent - Class in com.jbstrap.jbmap.events
The PopupDrawEvent class contains the details of a popup draw event.
PopupDrawnEvent() - Constructor for class com.jbstrap.jbmap.events.PopupDrawnEvent
 
PopupDrawnEventHandler - Interface in com.jbstrap.jbmap.events
Popup Drawn Event Handler interface
PopupHideEvent - Class in com.jbstrap.jbmap.events
The PopupHideEvent class contains the details of a popup hide event.
PopupHideEvent() - Constructor for class com.jbstrap.jbmap.events.PopupHideEvent
 
PopupHideEventHandler - Interface in com.jbstrap.jbmap.events
Popup Hide Event Handler interface
PopupPoint - Class in com.jbstrap.jbmap.layers.layer
This class represents a Popup component on the map with designated coordinates.
PopupPoint(String, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.PopupPoint
Creates a popup that can be assigned to a point on the map with designated coordinates.
prepareUrl() - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
 
PROPERTIES - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 

R

Rectangle - Class in com.jbstrap.jbmap.layers.layer
This class represents a rectangle shape on the map.
Rectangle(String, Coordinates, Coordinates) - Constructor for class com.jbstrap.jbmap.layers.layer.Rectangle
Creates a rectangle with the layer's unique name and by specifying the coordinates of two corners.
Rectangle(String, List<Coordinates>) - Constructor for class com.jbstrap.jbmap.layers.layer.Rectangle
Creates a rectangle with the layer's unique name and by specifying the coordinates of two corners in a list.
RECTANGLE - Enum constant in enum class com.jbstrap.jbmap.enums.LayerType
registerEvents(Component<?>) - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
Run registering events of div layer's components
registerEvents(Component<?>) - Method in class com.jbstrap.jbmap.layers.layer.Popup
Run registering events of popup's components
REGULAR - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
removeAllBaseMapLayer() - Method in class com.jbstrap.jbmap.BaseMap
Removes a tile layer parameter.
removeAllBaseMapLayer() - Method in class com.jbstrap.jbmap.JBMap
Removes all tile layers from the map.
removeAllComponents() - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Removes every subcomponent from the component
removeBaseMapLayer(BaseMapLayer<?>) - Method in class com.jbstrap.jbmap.BaseMap
Removes a tile layer parameter.
removeBaseMapLayer(BaseMapLayer<?>) - Method in class com.jbstrap.jbmap.JBMap
Deletes a tile layer from the map.
removeClickHandler(LayerClickEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Removes the layer click event handler from the list of click event handlers.
removeClickHandler(MapClickEventHandler) - Method in class com.jbstrap.jbmap.JBMap
Removes a map click event handler from the list of map click event handlers.
removeComponent(Component<?>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Removes the specified subcomponent.
removeComponent(Predicate<Component<?>>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Removes the specified component(s), according to the specified predicate.
removeComponents(Component<?>...) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Removes the specified components.
removeCustomParam(String) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Removes the parameter with the specified name from the layer's custom parameters.
removeLayer(BaseLayer<?>) - Method in class com.jbstrap.jbmap.LayerGroup
Removing a layer from the LayerGroup.
removeLayerByName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Removing a layer from the LayerGroup by its unique name.
removeLayerGroup(LayerGroup) - Method in class com.jbstrap.jbmap.JBMap
Removes a layerGroup from the map.
removeMouseOutHandler(LayerMouseOutEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Removes a mouse out event handler from the list of mouse out event handlers.
removeMouseOverHandler(LayerMouseOverEventHandler) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Removes the layer mouse over event handler from the list of mouse over event handlers.
removeParam(String) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Removes a parameter from the GeoCoding service provider's URL address.
replaceComponent(Component<?>, Component<?>) - Method in interface com.jbstrap.jbmap.layers.ContainerLayer
Replaces a previously added subcomponent with the specified new subcomponent.
reverseSearch(double, double) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
In reverse search, you have to specify coordinates to receive an address.
runAfterDrawOnLayer(Component<?>) - Method in class com.jbstrap.jbmap.layers.Layer
 
runInitScript(Component<?>) - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
Run init scripts of div layer's components
runInitScript(Component<?>) - Method in class com.jbstrap.jbmap.layers.layer.Popup
Run init scripts of popup's components
runJS(String) - Method in class com.jbstrap.jbmap.DivLayer
 
runJS(String) - Method in class com.jbstrap.jbmap.JBMap
Executing JavaScript for all JBMap containers.
runJS(String) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
 
runJS(String) - Method in class com.jbstrap.jbmap.layers.LayerStyle
 
runJSLayer(String) - Method in class com.jbstrap.jbmap.layers.BaseLayer
 
runJSLayerGroup(String) - Method in class com.jbstrap.jbmap.LayerGroup
 
runJSLayerGroup(String) - Method in class com.jbstrap.jbmap.layers.BaseLayer
 
runJSMap(String) - Method in class com.jbstrap.jbmap.JBMap
Executing JavaScript for the JBMap.
runJSMap(String) - Method in class com.jbstrap.jbmap.LayerGroup
 
runOnHideOnLayer(Component<?>) - Method in class com.jbstrap.jbmap.JBMap
 
runOnHideOnLayer(Component<?>) - Method in class com.jbstrap.jbmap.layers.Layer
 
runOnShowOnLayer(Component<?>) - Method in class com.jbstrap.jbmap.layers.Layer
 
runQuery() - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Initiates the search process using the URL and returns a list of records.

S

SCALE_CONTROL - Static variable in class com.jbstrap.jbmap.BaseMap
 
SCROLL_WHEEL_ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 
search(String) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Search abstract method.
search(String) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
 
SEMI_BOLD - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
setAddressdetails(boolean) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Include a breakdown of the address into elements
setAlign(DivLayerAlign) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer’s layout.
setAnchor(Integer, Integer) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the anchor (offset coordinates relative to the DivPoint).
setAutoFetchData(boolean) - Method in class com.jbstrap.jbmap.LayerGroup
Enables the automatic fetch setting for DataDescriptor-associated layers in a LayerGroup.
setBgColor(String) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer's border color.
setBorderColor(String) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer's border color.
setBorderColorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer border color.
setBorderLineColor(String) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint border color.
setBorderLineColor(String) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the shape's border color.
setBorderLineVisible(boolean) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the border line (delimiting the shape) visibility.
setBorderLineWidth(int) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer border width.
setBorderLineWidth(int) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint border width.
setBorderLineWidth(int) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the border line width.
setBorderOpacity(double) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the border line opacity.
setBorderOpacityColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer border opacity values.
setBorderRadius(int) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer's border radius.
setBorderRadius(int) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint border radius.
setBorderRadiusColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the DivPoint layer border radius values.
setBorderStyle(BorderStyle) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer border style.
setBorderStyle(BorderStyle) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint border style.
setBorderWidthColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains layer border width values.
setBoxZoom(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Enables the box zoom feature.
setBoxZoom(boolean) - Method in class com.jbstrap.jbmap.JBMap
Enables the box zoom feature.
setCenter(List<Double>) - Method in class com.jbstrap.jbmap.BaseMap
Sets the map center parameters.
setCenterCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.JBMap
Sets the map to a specified coordinate.
setClassName(String) - Method in class com.jbstrap.jbmap.DivLayer
Sets a custom CSS class.
setClassName(String) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Adds a custom CSS class to the DivPoint.
setClassName(String) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Adds a custom CSS to the PointImage.
setClassName(String) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Adds a custom CSS class name to the shape.
setClosePopupOnClick(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the popups to close automatically upon a mouse click.
setClosePopupOnClick(boolean) - Method in class com.jbstrap.jbmap.JBMap
Enables the automatic closing of popups when the user clicks on the map.
setComponent(JBMap) - Method in class com.jbstrap.jbmap.LayerGroup
Passes the JBMap component to the LayerGroup class instance.
setComponent(Component<JBMap>) - Method in class com.jbstrap.jbmap.DivLayer
Passes the JBMap component to the DivLayer class instance.
setCoordinateDataDescriptor(DataDescriptor, String, String, String, String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the layers of the LayerGroup with multiple coordinates in the DataDescriptor.
setCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.Circle
Sets the circle center coordinates.
setCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Sets the circle center coordinates.
setCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the upper left corner coordinates of the DivPoint.
setCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.Point
Sets the point coordinates.
setCoordinates(Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Sets the PopupPoint coordinates.
setCoordinates(List<Double>) - Method in class com.jbstrap.jbmap.layers.BaseLayer
 
setCoordinatesList(List<Coordinates>) - Method in class com.jbstrap.jbmap.layers.layer.Area
Sets a list of area layer point coordinates.
setCoordinatesList(List<Coordinates>) - Method in class com.jbstrap.jbmap.layers.layer.Line
Gets a list of line layer coordinates.
setCopyRightText(String) - Method in class com.jbstrap.jbmap.BaseMapLayer
In the lower right corner of the map, next to the "Leaflet" text, you can display any other text.
setCustomParamDataDescriptor(DataDescriptor, String, String, String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the DataDescriptor containing the unique parameters of the LayerGroup's layers.
setCustomParams(Parameters) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Sets the layer's unique parameters.
setCssClassColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer's unique CSS class.
setDataDescriptor(DataDescriptor, String, String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets a DataDescriptor for the LayerGroup layers.
setDataDescriptor(DataDescriptor, String, String, String, String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets a DataDescriptor for the LayerGroup layers.
setDefaultCriteria(Criteria) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the DataDescriptor-associated default criteria for LayerGroup layers.
setDiagonalCoordinates(Coordinates, Coordinates) - Method in class com.jbstrap.jbmap.layers.layer.Rectangle
Sets the the coordinates of two diagonal corners in the rectangle.
setDivLayers(DivLayer...) - Method in class com.jbstrap.jbmap.JBMap
Sets the divLayers by passing an array of divLayers.
setDivLayers(List<Parameters>) - Method in class com.jbstrap.jbmap.BaseMap
Sets the divLayer parameters.
setDivLayers(List<DivLayer>) - Method in class com.jbstrap.jbmap.JBMap
Sets the divLayer by passing a list of divLayers.
setDivPointXAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a DivPoint layer.
setDivPointYAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a DivPoint layer.
setDoubleClickZoom(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the double click enabled parameter.
setDoubleClickZoom(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the double click zoom feature on the map.
setDragging(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the map dragging parameter.
setDragging(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the dragging feature.
setEmail(String) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Sets the email address.
setExtratags(boolean) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Should extra tags be included
setFillColor(String) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint border color.
setFillColor(String) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the shape fill color.
setFillColorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer fill color.
setFillColorVisible(boolean) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the shape fill visibility.
setFillOpacity(double) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the fill opacity.
setFillOpacityColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer opacity values.
setFilterCriteria(Criteria) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the DataDescriptor-associated filter criteria for LayerGroup layers.
setHeight(Integer) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivPoint height.
setHeight(Integer) - Method in class com.jbstrap.jbmap.JBMap
Sets the map container height.
setHeight(Integer) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint height.
setImageAnchor(Integer, Integer) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the anchor (offset coordinates relative to the Point).
setImageHeightColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains image height of Point value images.
setImageSize(Integer, Integer) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the image size.
setImageUrl(String) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the PointImage URL.
setImageUrlColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the Point layer image URLS.
setImageWidthColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the image width of Point layer images.
setImageXAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the horizontal anchor (offset) values of a Point layer image.
setImageYAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a Point layer image.
setJBMapForParent(BaseLayer<?>) - Method in class com.jbstrap.jbmap.LayerGroup
 
setKeyColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the foreign keys in a CoordinateDataDescriptor.
setLatitude(double) - Method in class com.jbstrap.jbmap.Coordinates
Sets the latitude value of the coordinate.
setLatitudeColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer's latitude coordinates.
setLatitudesColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the latitude coordinates in the CoordinatesDataDescriptor.
setLayer(BaseLayer<?>) - Method in class com.jbstrap.jbmap.layers.LayerStyle
 
setLayerGroups(LayerGroup...) - Method in class com.jbstrap.jbmap.JBMap
Sets the layer group.
setLayerGroups(List<LayerGroup>) - Method in class com.jbstrap.jbmap.JBMap
Sets the map layer group LayerGroup.
setLayerOpacity(double) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer opacity value.
setLayerStyle(LayerStyle) - Method in class com.jbstrap.jbmap.LayerGroup
The LayerGroup's LayerStyle setting.
setLayerStyle(LayerStyle) - Method in interface com.jbstrap.jbmap.layers.LayerStyleLayer
Specifies a LayerStyle instance containing the layer's style settings.
setLayerStyles(LayerStyle...) - Method in class com.jbstrap.jbmap.JBMap
Adds a LayerStyle array to the JBMap.
setLayerStyles(List<Parameters>) - Method in class com.jbstrap.jbmap.BaseMap
Sets the layer styles.
setLayerStyles(List<LayerStyle>) - Method in class com.jbstrap.jbmap.JBMap
Adds a list of LayerStyles to the JBMap.
setLimit(int) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Limits the number of search hits.
setLineDashArray(int...) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Sets the line dash pattern.
setLineDashOffset(int) - Method in class com.jbstrap.jbmap.layers.LayerStyle
Gets the line dash offset.
setLongitude(double) - Method in class com.jbstrap.jbmap.Coordinates
Sets the coordinate's longitude value.
setLongitudeColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer's longitude coordinates.
setLongitudesColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the longitude coordinates in the CoordinatesDataDescriptor.
setMapClick(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Enables the click event on the map.
setMapDivPointRenderer(MapDivPointRenderer) - Method in class com.jbstrap.jbmap.LayerGroup
Sets a DivPoint renderer method that creates unique DivPoint content.
setMapPopupPointRenderer(MapPopupPointRenderer) - Method in class com.jbstrap.jbmap.LayerGroup
Sets a PopupPoint renderer method that creates custom PopupPoint content.
setMapPopupRenderer(MapPopupRenderer) - Method in class com.jbstrap.jbmap.LayerGroup
Sets a popup renderer method that creates unique popup content.
setMaxHeight(int) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Sets the PopupPoint maximum height.
setMaxWidth(int) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Sets the PopupPoint maximum width.
setMaxZoom(int) - Method in class com.jbstrap.jbmap.BaseMap
Sets the maximum zoom setting.
setMaxZoom(int) - Method in class com.jbstrap.jbmap.JBMap
Sets the maximum zoom value.
setMinWidth(int) - Method in class com.jbstrap.jbmap.layers.layer.PopupPoint
Sets the PopupPoint's minimum width.
setMinZoom(int) - Method in class com.jbstrap.jbmap.BaseMap
Sets the minimum zoom setting.
setMinZoom(int) - Method in class com.jbstrap.jbmap.JBMap
Sets the minimum zoom value.
setNameColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer's unique name.
setNamedetails(boolean) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Checks if alternative names are set.
setOpacity(double) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint opacity value.
setOpened(boolean) - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
Set the div layer is open or not on the screen
setOpened(boolean) - Method in class com.jbstrap.jbmap.layers.layer.Popup
Set the popup is open or not on the screen
setOrderColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the order of coordinates in the CoordinateDataDescriptor.
setParam(String, Object) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Adds a parameter to the GeoCoding service provider's URL address.
setParamKeyColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column containing the foreign keys referencing the primary keys in the layer's DataDescriptor.
setParamNameColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the parameter names in the unique parameter DataDescriptor.
setParamValueColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column containing the parameter values in the unique parameter DataDescriptor.
setParent(LayerGroup) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Sets the layer's parent (the layer group).
setPath(String) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Sets the path corresponding to the URL.
setPoint(Point) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
 
setPointImage(PointImage) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the LayerGroup's PointImage image.
setPointImage(PointImage) - Method in class com.jbstrap.jbmap.layers.layer.Point
Sets the point image.
setPointImages(PointImage...) - Method in class com.jbstrap.jbmap.JBMap
Sets a PointImage array in JBMap.
setPointImages(List<Parameters>) - Method in class com.jbstrap.jbmap.BaseMap
Sets the PointImage parameters.
setPointImages(List<PointImage>) - Method in class com.jbstrap.jbmap.JBMap
Sets a list of PointImages in the JBMap.
setPopupAnchor(int, int) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the popup anchor (offset coordinates relative to the DivPoint).
setPopupAnchor(int, int) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the popup anchor (offset coordinates relative to the Point).
setPopupColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer popup text.
setPopupContent(String) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Sets the layer popup content once as a text.
setPopupEnabled(boolean) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Enabled the popup.
setPopupXAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the horizontal anchor (offset) values of a Point popup.
setPopupYAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a Point popup.
setRadius(int) - Method in class com.jbstrap.jbmap.layers.layer.Circle
Sets the circle radius.
setRadius(int) - Method in class com.jbstrap.jbmap.layers.layer.CirclePoint
Specifies the circle point radius.
setRadiusColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer (Circle and CirclePoint) radius.
setScaleControl(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the scale visibility on the map.
setScaleShow(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the scale visibility in the lower left corner of the map.
setScrollWheelZoom(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the mouse scrolling zoom feature.
setScrollWheelZoom(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the mouse scrolling zoom feature.
setShadow(boolean) - Method in class com.jbstrap.jbmap.DivLayer
DivLayer visibility setting.
setShadow(boolean) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets if there should be a shadow on the DivPoint.
setShadowAnchor(Integer, Integer) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the anchor (offset coordinates relative to the Point).
setShadowHeightColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the shadow height of a Point layer image.
setShadowSize(Integer, Integer) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the image shadow size.
setShadowUrl(String) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Sets the image shadow URL.
setShadowUrlColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the shadow URLs for Point layer images.
setShadowWidthColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the shadow width of a Point layer image.
setShadowXAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the horizontal anchor (offset) values of a Point layer shadow.
setShadowYAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a Point layer shadow.
setShowBorder(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets if a border should be displayed on the map container.
setShowShadow(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets if there should be a shadow on the map container.
setShowTitle(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets if the map title should be displayed on the map.
setTitle(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the map title.
setTitle(String) - Method in class com.jbstrap.jbmap.layers.BaseLayer
Sets the layer's title.
setTitleColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer title.
setTitleFontColor(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the map title color.
setTitleFontSize(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the map title font size.
setTitleFontWeight(FontWeight) - Method in class com.jbstrap.jbmap.JBMap
Sets the map title font weight.
setTitlePosition(MapTitlePosition) - Method in class com.jbstrap.jbmap.JBMap
Sets the map title position.
setTooltipAnchor(int, int) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Gets the tooltip anchor relative to the DivPoint coordinates.
setTooltipAnchor(int, int) - Method in class com.jbstrap.jbmap.layers.layer.PointImage
Gets the tooltip anchor (offset coordinates relative to the Point).
setTooltipColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the layer's tooltips.
setTooltipContent(String) - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Sets the tooltip content.
setTooltipEnabled(boolean) - Method in interface com.jbstrap.jbmap.layers.TooltipLayer
Sets the tooltip display mode (enabled/disabled).
setTooltipXAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the horizontal anchor (offset) values of a Point layer tooltip.
setTooltipYAnchorColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the column that contains the vertical anchor (offset) values of a Point layer tooltip.
setTrackResize(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Enables the "tracking resize" feature.
setTrackResize(boolean) - Method in class com.jbstrap.jbmap.JBMap
"Tracking resize" feature of the map.
setTrustManager(TrustManager[]) - Method in class com.jbstrap.jbmap.geocoding.GeoCodingBase
Custom TrustManager.
setTypeColumnName(String) - Method in class com.jbstrap.jbmap.LayerGroup
Sets the name of the layer-type column.
setWidth(Integer) - Method in class com.jbstrap.jbmap.DivLayer
Sets the DivLayer height.
setWidth(Integer) - Method in class com.jbstrap.jbmap.layers.layer.DivPoint
Sets the DivPoint's width.
setZIndex(int) - Method in class com.jbstrap.jbmap.BaseMapLayer
Sets the stack order of the tile layer.
setZoom(int) - Method in class com.jbstrap.jbmap.BaseMap
Sets the zoom parameter.
setZoom(int) - Method in class com.jbstrap.jbmap.geocoding.OSMGeoCoding
Set the zoom level in case of reverse search.
setZoom(int) - Method in class com.jbstrap.jbmap.JBMap
The map's zoom setting.
setZoomAnimation(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Enables the zoom animation.
setZoomAnimation(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the zoom animation feature.
setZoomControlVisible(boolean) - Method in class com.jbstrap.jbmap.BaseMap
Sets the visibility parameter of the zoom controls.
setZoomControlVisible(boolean) - Method in class com.jbstrap.jbmap.JBMap
Sets the map zoom controls' visibility.
setZoomDelta(double) - Method in class com.jbstrap.jbmap.BaseMap
Sets the zoom delta parameter.
setZoomDelta(double) - Method in class com.jbstrap.jbmap.JBMap
Controls how much the map's zoom level will change after pressing + or - on the keyboard, or using the zoom controls.
setZoomInText(String) - Method in class com.jbstrap.jbmap.BaseMap
Sets the zoom in text.
setZoomInText(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the map's "zoom in" button content.
setZoomInTitle(String) - Method in class com.jbstrap.jbmap.BaseMap
Sets the map's zoom in button's tooltip parameter.
setZoomInTitle(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the "zoom in" button's tooltip content.
setZoomOutText(String) - Method in class com.jbstrap.jbmap.BaseMap
Sets the zoom out text parameter.
setZoomOutText(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the "zoom out" button content.
setZoomOutTitle(String) - Method in class com.jbstrap.jbmap.BaseMap
Sets the map�s zoom out button�s tooltip parameter.
setZoomOutTitle(String) - Method in class com.jbstrap.jbmap.JBMap
Sets the "zoom out" button's tooltip content.
setZoomSnap(double) - Method in class com.jbstrap.jbmap.BaseMap
Sets the zoom snap parameter.
setZoomSnap(double) - Method in class com.jbstrap.jbmap.JBMap
Forces the map's zoom level to always be a multiple of this, particularly right after a fitBounds() or a pinch-zoom.
show() - Method in class com.jbstrap.jbmap.layers.BaseLayer
The layer is displayed programmatically.
SMOOTH_FACTOR - Static variable in class com.jbstrap.jbmap.layers.layer.Area
 
SMOOTH_FACTOR - Static variable in class com.jbstrap.jbmap.layers.layer.Line
 
SOLID - Enum constant in enum class com.jbstrap.jbmap.enums.BorderStyle
The border is solid.
STYLE - Static variable in interface com.jbstrap.jbmap.layers.LayerStyleLayer
 

T

THIN - Enum constant in enum class com.jbstrap.jbmap.enums.FontWeight
 
titleParam - Class in com.jbstrap.jbmap.layers.param
A prepared CustomParamComponent that displays the "title" parameter of the layers if it was set using the BaseLayer.setTitle(String).
titleParam() - Constructor for class com.jbstrap.jbmap.layers.param.titleParam
Creates a "title" parameter component.
titleParam(String) - Constructor for class com.jbstrap.jbmap.layers.param.titleParam
Creates the "title" parameter component with a default value that is always overwritten with the current layer's parameter value in the DivLayer.
TOOLTIP_CONTENT - Static variable in interface com.jbstrap.jbmap.layers.TooltipLayer
 
TOOLTIP_ENABLED - Static variable in interface com.jbstrap.jbmap.layers.TooltipLayer
 
TOOLTIP_OPENED - Static variable in interface com.jbstrap.jbmap.layers.TooltipLayer
 
TooltipLayer<T extends BaseLayer<?>> - Interface in com.jbstrap.jbmap.layers
Implementing this interface makes the TooltipLayer class accessible to the tile layers.
TOP_CENTER - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed above the map, aligned to the center.
TOP_LEFT - Enum constant in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Aligns the DivLayer to the upper left corner of the map.
TOP_LEFT - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed above the map, aligned to the left.
TOP_RIGHT - Enum constant in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Aligns the DivLayer to the upper right corner of the map.
TOP_RIGHT - Enum constant in enum class com.jbstrap.jbmap.enums.MapTitlePosition
The map title is displayed above the map, aligned to the left.
toString() - Method in enum class com.jbstrap.jbmap.enums.FontWeight
 
TRACK_RESIZE - Static variable in class com.jbstrap.jbmap.BaseMap
 
TYPE - Static variable in class com.jbstrap.jbmap.layers.BaseLayer
 

U

URL - Static variable in class com.jbstrap.jbmap.BaseMapLayer
 

V

valueOf(String) - Static method in enum class com.jbstrap.jbmap.enums.BorderStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.jbmap.enums.FontWeight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.jbmap.enums.LayerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.jbmap.events.MapEventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.jbstrap.jbmap.enums.BorderStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.jbmap.enums.DivLayerAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.jbmap.enums.FontWeight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.jbmap.enums.LayerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.jbmap.enums.MapTitlePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.jbmap.events.MapEventType
Returns an array containing the constants of this enum class, in the order they are declared.
VIEW - Static variable in class com.jbstrap.jbmap.BaseMap
 
VISIBLE - Static variable in class com.jbstrap.jbmap.BaseMap
 

W

writeHTML(StringWriter) - Method in class com.jbstrap.jbmap.JBMap
 
writeHTML(StringWriter) - Method in class com.jbstrap.jbmap.layers.layer.MapDiv
 
writeHTML(StringWriter) - Method in class com.jbstrap.jbmap.layers.layer.Popup
 
writeHTML(StringWriter) - Method in class com.jbstrap.jbmap.layers.param.CustomParamComponent
 

Z

ZOOM - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_ANIMATION - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_CONTROL - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_DELTA - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_IN_TEXT - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_IN_TITLE - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_OUT_TEXT - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_OUT_TITLE - Static variable in class com.jbstrap.jbmap.BaseMap
 
ZOOM_SNAP - Static variable in class com.jbstrap.jbmap.BaseMap
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form