Index
All Classes|All Packages
C
- call(String, Class<? extends T>, Object...) - Method in interface provided.owlMaps.cefUtils.ICefObjectWrapper
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Call a method on the wrapped ICefObject that returns a values. - call(String, Type, Object...) - Method in interface provided.owlMaps.cefUtils.ICefObject
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Call a method on the associated JavaScript side object that returns a value. - call(String, Type, Object...) - Method in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Call the specified Javascript functuion with the given parameters and return the result as a Future - call(String, Type, Object...) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
- CALLBACK_FN_NAME - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The name of the Javascript function to route callback functions
- CALLBACK_FN_NAME_CANCEL - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The name of the Javascript function to cancel callback functions
- callbackId - Variable in class provided.owlMaps.cefUtils.impl.CallbackParams
-
The ID of the callback function
- callbackMsgRouter - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The message router to use for callbacks from the JavaScript side.
- CallbackParams - Class in provided.owlMaps.cefUtils.impl
-
Carrier object for the parameters from the JavaScript side back to the Java side with which to invoke an associated callback function.
- CallbackParams() - Constructor for class provided.owlMaps.cefUtils.impl.CallbackParams
- callVoid(String, Object...) - Method in interface provided.owlMaps.cefUtils.ICefObject
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Call a method on the associated JavaScript side object that has a void return. - callVoid(String, Object...) - Method in interface provided.owlMaps.cefUtils.ICefObjectWrapper
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Call a method on the wrapped ICefObject that has a void return. - callVoid(String, Object...) - Method in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
A call to the given Javascript function that is a void return - callVoid(String, Object...) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
- caseBeginArray(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that begins an array definition.
- caseBeginObject(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that begins an object definition.
- caseBoolean(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that represents a boolean value.
- caseEndArray(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that ends an array definition.
- caseEndObject(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that ends an object definition.
- caseName(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that indicates the name of a field in an object.
- caseNull(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that represents a null value.
- caseNumber(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that represents a number value.
- caseString(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
-
Process the token that represents a string value.
- caseSVGSymbolPath(SVGSymbolPath, P...) - Method in interface provided.owlMaps.general.ISymbolPathAlgo
-
The case for SVGSymbolPath objects
- caseSymbolPathConstants(SymbolPathConstants, P...) - Method in interface provided.owlMaps.general.ISymbolPathAlgo
-
The case for SymbolPathConstants enums
- cbxPlaces - Variable in class provided.owlMaps.demo.view.DemoFrame
-
A combobox of all the choices of places to move the map to.
- CEF_ENTITY_TYPE_CONSUMER - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The value of the field in an CEF object structure that identifies its type as a Consumer.
- CEF_ENTITY_TYPE_FIELD_NAME - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The name of the field in an CEF object structure that identifies its type.
- CEF_ENTITY_TYPE_GM_ICON_SEQUENCE - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The value of the field in an CEF object structure that identifies its type as a Google Maps google.maps.IconSequence.
- CEF_ENTITY_TYPE_GM_SYMBOL - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The value of the field in an CEF object structure that identifies its type as a Google Maps google.maps.Symbol.
- CEF_ENTITY_TYPE_OBJECT - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The value of the field in an CEF object structure that identifies its type as an ICefObject.
- CEF_ENTITY_TYPE_RUNNABLE - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The value of the field in an CEF object structure that identifies its type as a Runnable.
- CEF_ENTITY_VALUE_FIELD_NAME - Static variable in interface provided.owlMaps.cefUtils.ICefDefs
-
The name of the field in an CEF object structure that identifies its value.
- CEF_OBJECT_CALL - Static variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
The name of the Javascript method to make a method call on CEF accessible object that has a return value
- CEF_OBJECT_CALL_VOID - Static variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
The name of the Javascript method to make a method call on CEF accessible object that has a void return
- CEF_OBJECT_GET - Static variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
The name of the Javascript method to make a property gettor call on CEF accessible object
- CEF_OBJECT_SET - Static variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
The name of the Javascript method to make a property settor call on CEF accessible object
- cefBrowser - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The current CefBrowser instance holding the frame that holds the map
- cefClient - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The CEF client object
- cefFrame - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The current CefFrame holding the map in the browser
- cefMap - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The current map object being held in the browser
- CefObjectFactory - Class in provided.owlMaps.cefUtils.impl
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS CLASS DIRECTLY! ***
An concrete factory for instantiating new ICefObjects - CefObjectFactory(ICefUtils) - Constructor for class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
Construct a new factory instance
- cefObjFac - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The factory to use to create ICefObjects
- cefUtils - Variable in class provided.owlMaps.cefUtils.impl.AOptionsFiller
-
The map-dependent Javascript utilities object.
- cefUtils - Variable in class provided.owlMaps.cefUtils.impl.CefObjectFactory
-
CEF utilities for internal use.
- cefUtils - Variable in class provided.owlMaps.control.impl.OwlMapControl
-
The IJsUtils utility to use
- CefUtils - Class in provided.owlMaps.cefUtils.impl
-
Implementation of ICefUtils
- CefUtils(String, ISystemInfo) - Constructor for class provided.owlMaps.cefUtils.impl.CefUtils
-
Constructor for the class
- CENTER - provided.owlMaps.components.shapes.StrokePosition
-
The stroke is centered on the shape's path, with half the stroke inside the shape and half the stroke outside the shape.
- CENTER - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
-
The center of the Circle.
- CENTER - Static variable in interface provided.owlMaps.map.IMapOptions
-
The initial Map center.
- CENTER_CHANGED - provided.owlMaps.components.shapes.CircleEventType
-
This event is fired when the circle's center is changed.
- CENTER_CHANGED - provided.owlMaps.map.MapEventType
-
This event is fired when the map center property changes.
- CIRCLE - provided.owlMaps.general.SymbolPathConstants
-
A circle.
- CircleEventType - Enum in provided.owlMaps.components.shapes
-
The allowable marker event types Marker events are not passed any parameters when invoked.
- CircleEventType(String) - Constructor for enum provided.owlMaps.components.shapes.CircleEventType
-
Construct an enum instance
- clear() - Method in interface provided.owlMaps.general.IMapLayer
-
Remove all the components from the layer.
- CLICK - provided.owlMaps.components.overlay.GroundOverlayMouseEventType
-
Event when the component is clicked
- CLICK - provided.owlMaps.components.shapes.PolyMouseEventType
-
Vent when the component is clicked
- CLICK - provided.owlMaps.mouse.ComponentMouseEventType
-
Event when the component is clicked
- CLICK - provided.owlMaps.mouse.MapMouseEventType
-
Event when the map is clicked
- CLICKABLE - Static variable in interface provided.owlMaps.components.marker.IMarkerOptions
-
If true, the marker receives mouse and touch events.
- CLICKABLE - Static variable in interface provided.owlMaps.components.overlay.IGroundOverlayOptions
-
Indicates whether this Circle handles mouse events.
- CLICKABLE - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
-
Indicates whether this Circle handles mouse events.
- CLICKABLE - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
-
Indicates whether this Polygon handles mouse events.
- CLICKABLE - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
-
Indicates whether this Polyline handles mouse events.
- CLICKABLE - Static variable in interface provided.owlMaps.components.shapes.IRectangleOptions
-
Indicates whether this Rectangle handles mouse events.
- CLICKABLE - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
-
If true, the marker receives mouse and touch events.
- CLICKABLE_CHANGED - provided.owlMaps.components.marker.MarkerEventType
-
This event is fired when the marker's clickable property changes.
- CLICKABLE_ICONS - Static variable in interface provided.owlMaps.map.IMapOptions
-
When false, map icons are not clickable.
- CLOSE_CLICK - provided.owlMaps.components.infowindow.InfoWindowEventType
-
Event when the 'x' close icon is clicked to close the info window.
- COLOR - Static variable in interface provided.owlMaps.components.marker.IMarkerLabelOptions
-
The color of the label text.
- ComponentMouseDragEventType - Enum in provided.owlMaps.mouse
-
The allowable map component mouse drag event types Map component mouse drag events are passed IMouseEvent parameters when invoked, unlike MapMouseDragEventTypes which are not passed any input parameters.
- ComponentMouseDragEventType(String) - Constructor for enum provided.owlMaps.mouse.ComponentMouseDragEventType
-
Construct an enum instance
- ComponentMouseEventType - Enum in provided.owlMaps.mouse
-
The allowable map component mouse event types.
- ComponentMouseEventType(String) - Constructor for enum provided.owlMaps.mouse.ComponentMouseEventType
-
Construct an enum instance
- consumerCallbackMap - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
-
The map of Consumer function ID's to the Consumer itself.
- CONTENT - Static variable in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
-
Content to display in the InfoWindow.
- CONTENT_CHANGED - provided.owlMaps.components.infowindow.InfoWindowEventType
-
Event when the content of the info window is changed.
- CONTROL_SIZE - Static variable in interface provided.owlMaps.map.IMapOptions
-
Size in pixels of the controls appearing on the map.
- convertJsonMap(T, Type) - Method in interface provided.owlMaps.cefUtils.ICefUtils
-
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Converts an object of an unspecified type into a specified type. - convertJsonMap(T, Type) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
-
Converts the given object into the given result type by converting back to JSON and sending back through the GSON parser.
- convertPointsToLatLng(ILatLng, IPath<Point2D>) - Method in class provided.owlMaps.utils.impl.AOwlMapUtils
- convertPointsToLatLng(ILatLng, IPath<Point2D>) - Method in interface provided.owlMaps.utils.IOwlMapUtils
-
Convert a path of Point2D's to a path of ILatLng where the points are relative to the given origin location.
- convertPointsToLatLng(ILatLng, IPaths<Point2D>) - Method in class provided.owlMaps.utils.impl.AOwlMapUtils
- convertPointsToLatLng(ILatLng, IPaths<Point2D>) - Method in interface provided.owlMaps.utils.IOwlMapUtils
-
Convert paths of Point2D's to paths of ILatLng where the points are relative to the given origin location.
- CROSS_ON_DRAG - Static variable in interface provided.owlMaps.components.marker.IMarkerOptions
-
If false, disables cross that appears beneath the marker when dragging.
- CURSOR - Static variable in interface provided.owlMaps.components.marker.IMarkerOptions
-
Mouse cursor to show on hover
- CURSOR - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
-
Mouse cursor to show on hover.
- CURSOR_CHANGED - provided.owlMaps.components.marker.MarkerEventType
-
This event is fired when the marker's cursor property changes.
All Classes|All Packages