Uses of Interface
provided.owlMaps.cefUtils.ICefUtils
Package | Description |
---|---|
provided.owlMaps.cefUtils |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Utilities for managing the Chromium Embedded Framework (CEF) This package uses the CefMessageRouter (org.cef.browser.CefMessageRouter) to route communications from the Javascript side to the Java side. |
provided.owlMaps.cefUtils.gson |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
GSON utilities in support of CEF operations. |
provided.owlMaps.cefUtils.impl |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Implementations of CEF utiltiies |
provided.owlMaps.components.infowindow |
Contains entities required to create pop-up information windows on a map.
|
provided.owlMaps.components.marker |
Contains entities for creating markers on a map
|
provided.owlMaps.components.overlay |
Components that are overlaid on the map.
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.control.impl |
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! ***
Implementations of the owlmaps.control package interfaces |
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.map |
Contains entities for creating a map
|
provided.owlMaps.map.data |
Entities needed to support the data capabilities of maps
|
-
Uses of ICefUtils in provided.owlMaps.cefUtils
Methods in provided.owlMaps.cefUtils that return ICefUtils Modifier and Type Method Description static ICefUtils
ICefUtils. make(java.lang.String googleMapsApiKey, ISystemInfo sysInfo)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Factory to instantiate an ICefUtils instanceMethods in provided.owlMaps.cefUtils with parameters of type ICefUtils Modifier and Type Method Description static ICefObjectFactory
ICefObjectFactory. makeFac(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Make an instance of this factory -
Uses of ICefUtils in provided.owlMaps.cefUtils.gson
Methods in provided.owlMaps.cefUtils.gson with parameters of type ICefUtils Modifier and Type Method Description static com.google.gson.Gson
IGsonFactory. make(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Instantiate a new Gson object customized for the CEF system. -
Uses of ICefUtils in provided.owlMaps.cefUtils.impl
Classes in provided.owlMaps.cefUtils.impl that implement ICefUtils Modifier and Type Class Description class
CefUtils
Implementation of ICefUtilsFields in provided.owlMaps.cefUtils.impl declared as ICefUtils Modifier and Type Field Description private ICefUtils
AOptionsFiller. cefUtils
The map-dependent Javascript utilities object.private ICefUtils
CefObjectFactory. cefUtils
CEF utilities for internal use.Constructors in provided.owlMaps.cefUtils.impl with parameters of type ICefUtils Constructor Description AOptionsFiller(ICefUtils cefUtils, java.lang.Class<TOptionsClass> optionsClass)
Constructor for this abstract classCefObjectFactory(ICefUtils cefUtils)
Construct a new factory instance -
Uses of ICefUtils in provided.owlMaps.components.infowindow
Methods in provided.owlMaps.components.infowindow with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IInfoWindowOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.components.marker
Methods in provided.owlMaps.components.marker with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IMarkerLabelOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IMarkerOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.components.overlay
Methods in provided.owlMaps.components.overlay with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IGroundOverlayOptions. makeOptionsFiller(ICefUtils jsUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.components.shapes
Methods in provided.owlMaps.components.shapes with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
ICircleOptions. makeOptionsFiller(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IPolygonOptions. makeOptionsFiller(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IPolylineOptions. makeOptionsFiller(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IRectangleOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.control.impl
Fields in provided.owlMaps.control.impl declared as ICefUtils Modifier and Type Field Description private ICefUtils
OwlMapControl. cefUtils
The IJsUtils utility to useMethods in provided.owlMaps.control.impl with parameters of type ICefUtils Modifier and Type Method Description private IMapComponentFactory
OwlMapControl. makeMapComponentFactory(ICefUtils cefUtils)
Make a new IMapComponentFactory objectprivate IOwlMap
OwlMapControl. makeOwlMap(ICefUtils cefUtils)
Make a new IOwlMap using the given IJsUtils utility. -
Uses of ICefUtils in provided.owlMaps.general
Methods in provided.owlMaps.general with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IIconOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IIconSequenceOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
ISymbolOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.map
Methods in provided.owlMaps.map with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IMapOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options. -
Uses of ICefUtils in provided.owlMaps.map.data
Methods in provided.owlMaps.map.data with parameters of type ICefUtils Modifier and Type Method Description static IOptionsFiller
IMapDataOptions. makeOptionsFiller(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.static IOptionsFiller
IMapDataStyleOptions. makeOptionsFiller(ICefUtils cefUtils)
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS METHOD! Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.