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|All Packages

P

panTo(ILatLng) - Method in interface provided.owlMaps.map.IOwlMap
Pan the map to the given location.
param - Variable in class provided.owlMaps.cefUtils.impl.ReturnValueParam
The return value of the call
params - Variable in class provided.owlMaps.cefUtils.gson.FuncParamsVoid
Internal storage of the variable parameters
params - Variable in class provided.owlMaps.cefUtils.impl.CallbackParams
The parameters to be given to the callback function
path - Variable in class provided.owlMaps.general.SVGSymbolPath
The SVG path as a string
Path<E> - Class in provided.owlMaps.general.impl
A concrete implementation of IPath based on an ArrayList.
Path() - Constructor for class provided.owlMaps.general.impl.Path
Construct an empty path with the default capacity.
Path(int) - Constructor for class provided.owlMaps.general.impl.Path
Construct an empty path with the given initial capacity
Path(E...) - Constructor for class provided.owlMaps.general.impl.Path
Construct a path from a varargs of element values.
Path(Collection<? extends E>) - Constructor for class provided.owlMaps.general.impl.Path
Construct a path from the given Collection of elements
PATH - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
The ordered sequence (IPath) of ILatLng coordinates of the Polyline.
PATH - Static variable in interface provided.owlMaps.general.ISymbolOptions
The symbol's path, which is a built-in symbol path, or a custom path expressed using SVG path notation.
pathCase(IPath<E>, P...) - Method in interface provided.owlMaps.general.IPathsAlgo
Visitor base case
PathList<E> - Class in provided.owlMaps.general.impl
A concrete implementation of IPathList based on an ArrayList.
PathList() - Constructor for class provided.owlMaps.general.impl.PathList
Construct an empty path list with the default initial capacity
PathList(int) - Constructor for class provided.owlMaps.general.impl.PathList
Construct an empty path list with the given initial capacity
PathList(Collection<? extends IPath<E>>) - Constructor for class provided.owlMaps.general.impl.PathList
Construct a path list from the given Collection of IPath elements
PathList(IPath<E>...) - Constructor for class provided.owlMaps.general.impl.PathList
Construct a path list from a varargs of IPath objects.
pathListCase(IPathList<E>, P...) - Method in interface provided.owlMaps.general.IPathsAlgo
Visitor inductive case
PATHS - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
The ordered sequence of LatLng coordinates that designates a closed loop.
pendingReturnValMap - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
The map of Consumer function ID's to the Consumer itself where the Consumer is used for processing returned values from the JavaScript side.
PIXEL_OFFSET - Static variable in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
pnlControl - Variable in class provided.owlMaps.demo.view.DemoFrame
The panel holding the controls to manipulate the map
pnlNav - Variable in class provided.owlMaps.demo.view.DemoFrame
The subpanel holding the map navigation controls.
pnlPlaces - Variable in class provided.owlMaps.demo.view.DemoFrame
The panel holding the components to enable moving the map to a new place
PolyMouseEventType - Enum in provided.owlMaps.components.shapes
An extension of ComponentMouseEventType used in Polygons and Polylines that adds some events plus is paired with an event handler that is given an IlolyMouseEvent.
PolyMouseEventType(String) - Constructor for enum provided.owlMaps.components.shapes.PolyMouseEventType
Construct an enum instance
POSITION - Static variable in interface provided.owlMaps.components.infowindow.IInfoWindowOptions
The LatLng at which to display this InfoWindow.
POSITION - Static variable in interface provided.owlMaps.components.marker.IMarkerOptions
Marker position.
POSITION_CHANGED - provided.owlMaps.components.infowindow.InfoWindowEventType
Event when the position of the info window is changed.
POSITION_CHANGED - provided.owlMaps.components.marker.MarkerEventType
This event is fired when the marker position property changes.
process(JsonReader) - Method in class provided.owlMaps.cefUtils.gson.AJsonObjectTokenProcessor
Process the next token in the stream by delegating to the associated case for that type of token
processEntries(IMixedDataDictionary, JsonWriter) - Method in class provided.owlMaps.cefUtils.impl.AOptionsFiller
Process the associated entries in the given optionsDict
PROJECTION_CHANGED - provided.owlMaps.map.MapEventType
This event is fired when the projection has changed.
provided.owlMaps - package provided.owlMaps
The top-level of the OwlMaps system.
provided.owlMaps.cefUtils - package 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 - package 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 - package 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.cefUtils.wrapper - package provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Interfaces that combine user-facing interfaces with ICefObjectWrapper.
provided.owlMaps.components - package provided.owlMaps.components
Contains interfaces and classes related to components that can be placed on a map.
provided.owlMaps.components.infowindow - package provided.owlMaps.components.infowindow
Contains entities required to create pop-up information windows on a map.
provided.owlMaps.components.marker - package provided.owlMaps.components.marker
Contains entities for creating markers on a map
provided.owlMaps.components.overlay - package provided.owlMaps.components.overlay
Components that are overlaid on the map.
provided.owlMaps.components.shapes - package provided.owlMaps.components.shapes
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
provided.owlMaps.control - package provided.owlMaps.control
Contains entities for implementing and supporting starting and controlling up the OwlMaps system
provided.owlMaps.control.impl - package 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.demo - package provided.owlMaps.demo
Contains a fully operational demo application.
provided.owlMaps.demo.controller - package provided.owlMaps.demo.controller
Contains the controller for the demo app.
provided.owlMaps.demo.model - package provided.owlMaps.demo.model
Contains the model and its interfaces for the demo app.
provided.owlMaps.demo.view - package provided.owlMaps.demo.view
Contains the view and its interfaces for the demo app.
provided.owlMaps.general - package provided.owlMaps.general
Contains entities for general usage in multiple parts of the OwlMaps system.
provided.owlMaps.general.impl - package provided.owlMaps.general.impl
Contains implementations of some of the interfaces in the provided.owlMaps.general package.
provided.owlMaps.map - package provided.owlMaps.map
Contains entities for creating a map
provided.owlMaps.map.data - package provided.owlMaps.map.data
Entities needed to support the data capabilities of maps
provided.owlMaps.mouse - package provided.owlMaps.mouse
Contains entities for managing mouse events
provided.owlMaps.utils - package provided.owlMaps.utils
Contains utilities for working with maps and components
provided.owlMaps.utils.impl - package provided.owlMaps.utils.impl
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! Contains impelmentations of some of the interfaces in provided.owlMaps.utils
put(MixedDataKey<T>, IProcessOption<T>) - Method in class provided.owlMaps.cefUtils.impl.AOptionsFiller
Put the given options processor into the options processor map associated with the given options key.
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|All Packages