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 ICefUtilsICefUtils. 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 ICefObjectFactoryICefObjectFactory. 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.GsonIGsonFactory. 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 classCefUtilsImplementation of ICefUtilsFields in provided.owlMaps.cefUtils.impl declared as ICefUtils Modifier and Type Field Description private ICefUtilsAOptionsFiller. cefUtilsThe map-dependent Javascript utilities object.private ICefUtilsCefObjectFactory. cefUtilsCEF 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 IOptionsFillerIInfoWindowOptions. 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 IOptionsFillerIMarkerLabelOptions. 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 IOptionsFillerIMarkerOptions. 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 IOptionsFillerIGroundOverlayOptions. 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 IOptionsFillerICircleOptions. 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 IOptionsFillerIPolygonOptions. 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 IOptionsFillerIPolylineOptions. 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 IOptionsFillerIRectangleOptions. 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 ICefUtilsOwlMapControl. cefUtilsThe IJsUtils utility to useMethods in provided.owlMaps.control.impl with parameters of type ICefUtils Modifier and Type Method Description private IMapComponentFactoryOwlMapControl. makeMapComponentFactory(ICefUtils cefUtils)Make a new IMapComponentFactory objectprivate IOwlMapOwlMapControl. 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 IOptionsFillerIIconOptions. 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 IOptionsFillerIIconSequenceOptions. 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 IOptionsFillerISymbolOptions. 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 IOptionsFillerIMapOptions. 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 IOptionsFillerIMapDataOptions. 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 IOptionsFillerIMapDataStyleOptions. 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.