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

I

IAnchor - Interface in provided.owlMaps.general
Represents a map component that can be used to position ("anchor") another component on the map.
IAnchorWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IAnchor that is a wrapper for an ICefObject
ICallCefFunc - Interface in provided.owlMaps.cefUtils
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! Represents an arbitrary call to a Javascript function as a Java functional entity.
ICallCefFuncVoid - Interface in provided.owlMaps.cefUtils
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! Represents an arbitrary call to a Javascript function as a Java functional entity.
ICefDefs - Interface in provided.owlMaps.cefUtils
Static definitions used by the CEF utilities, so both on the Java and Javascript sides.
ICefObject - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
Represents an object which has a counterpart instance on the JavaScript side.
ICefObjectFactory - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
An abstract factory for instantiating new ICefObjects
ICefObjectWrapper - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
Interface that represents a wrapper around a ICefObject providing convenience methods to operate directly on that wrapped object.
ICefObjRef - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
This interface represents an entity that exists both on the Java and JavaScript sides of the system.
ICefUtils - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
Utilities for communicating with the JavaScript side of CEF.
ICircle - Interface in provided.owlMaps.components.shapes
Represents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle object
ICircleOptions - Interface in provided.owlMaps.components.shapes
Options for making circles
ICircleWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An ICircle that is a wrapper for an ICefObject
IComponentMouseDragEventObject - Interface in provided.owlMaps.mouse
Represents a map component that responds to mouse drag events
IComponentMouseEventObject - Interface in provided.owlMaps.mouse
Represents a map component that responds to mouse click events
ICON - Static variable in interface provided.owlMaps.components.marker.IMarkerOptions
Icon for the foreground.
ICON - Static variable in interface provided.owlMaps.general.IIconSequenceOptions
The icon to render on the line, as represented by an options dictionary of ISymbolOptions
ICON - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
Icon for the foreground.
ICON_CHANGED - provided.owlMaps.components.marker.MarkerEventType
This event is fired when the marker icon property changes.
ICONS - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
The icons to be rendered along the polyline as represented by a List of options dictionaries of IIconSequenceOptions
IDLE - provided.owlMaps.map.MapEventType
This event is fired when the map becomes idle after panning or zooming.
IEditableObject - Interface in provided.owlMaps.general
Represents an editable map object corresponding to an actual underlying Javascript object on the map.
IGroundOverlay - Interface in provided.owlMaps.components.overlay
A rectangular image overlaid onto the map.
IGroundOverlayOptions - Interface in provided.owlMaps.components.overlay
Options for making ground overlays.
IGroundOverlayWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IGroundOverlay that is a wrapper for an ICefObject
IGsonFactory - Interface in provided.owlMaps.cefUtils.gson
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
Factory for making a customized Gson instance for the system.
IIcon - Interface in provided.owlMaps.general
The representation of an icon shown on the map.
IIconOptions - Interface in provided.owlMaps.general
Options for creating icons
IIconSequence - Interface in provided.owlMaps.general
Represents a google.maps.IconSequence object which is a sequence of identical icons on a line (could be polyline).
IIconSequenceOptions - Interface in provided.owlMaps.general
Options for a Google Maps IconSequence object.
IInfoWindow - Interface in provided.owlMaps.components.infowindow
Represents a pop-up information window on the map that can contain text, images or any other HTML component.
IInfoWindowOptions - Interface in provided.owlMaps.components.infowindow
Options for creating info windows.
IInfoWindowWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IInfoWindow that is a wrapper for an ICefObject
ILatLng - Interface in provided.owlMaps.general
The latitude and longitude of a location on Earth.
ILatLngBounds - Interface in provided.owlMaps.general
Represents a rectangular (i.e.
IListIcon - Interface in provided.owlMaps.general
Represents a List explicitly of Icon options (IMixedDataDictionaries) Used for situations where the type of the generic parameter needs to be known, e.g.
IListMapDataFeature - Interface in provided.owlMaps.map.data
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A List that is explicitly filled with IMapDataFeatures.
IMapComponentFactory - Interface in provided.owlMaps.components
Factory for components tied to a specific map.
IMapDataFeature - Interface in provided.owlMaps.map.data
Represents a GeoJSON feature on the map
IMapDataFeatureWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMapDataFeature that is a wrapper for an ICefObject
IMapDataGeometry - Interface in provided.owlMaps.map.data
A Java representation of a JavaScript google.maps.data.Geometry object such as that found in IMapDataFeatures
IMapDataOptions - Interface in provided.owlMaps.map.data
Options that can be set of a map's data.
IMapDataStyleOptions - Interface in provided.owlMaps.map.data
These options specify the way a Feature should appear when displayed on a map.
IMapLayer - Interface in provided.owlMaps.general
Represents a "layer" of components whose visibility can be controlled as one.
IMapOptions - Interface in provided.owlMaps.map
Available options for configuring a map
IMarker - Interface in provided.owlMaps.components.marker
Represents a marker placed on the map.
IMarkerLabel - Interface in provided.owlMaps.components.marker
Represents a label for a marker
IMarkerLabelOptions - Interface in provided.owlMaps.components.marker
The options to specify a Google Maps MarkerLabel value.
IMarkerLabelWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMarkerLabel that is a wrapper for an ICefObject
IMarkerOptions - Interface in provided.owlMaps.components.marker
Options for making markers
IMarkerShape - Interface in provided.owlMaps.components.marker
Represents the shape of a marker Corresponds to Google Maps Javascript API google.maps.MarkerShape
IMarkerWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMarker that is a wrapper for an ICefObject
IModel2ViewAdapter - Interface in provided.owlMaps.demo.model
The adapter from the demo model to its view
IMouseEvent - Interface in provided.owlMaps.mouse
The parameter passed by the system to a map mouse event.
InfoWindowEventType - Enum in provided.owlMaps.components.infowindow
The allowable marker event types Marker events are not passed any parameters when invoked.
InfoWindowEventType(String) - Constructor for enum provided.owlMaps.components.infowindow.InfoWindowEventType
Construct an enum instance
initGUI() - Method in class provided.owlMaps.demo.view.DemoFrame
Initialize the GUI
INSIDE - provided.owlMaps.components.shapes.StrokePosition
The stroke lies inside the shape
IOptionedMapObject<TOptions> - Interface in provided.owlMaps.general
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! Interface that represents a MapObject whose configuration options be both get and set.
IOptionsFiller - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
IOptionsKeys - Interface in provided.owlMaps.general
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
Parent interface of IXXXOptions interfaces Provides base level services.
IOwlMap - Interface in provided.owlMaps.map
Represents a displayed map.
IOwlMapControl - Interface in provided.owlMaps.control
Main top-level OwlMaps entity that starts/stops the OwlMaps system and instantiates the map, map component factory, map utilities, etc.
IOwlMapsDefs - Interface in provided.owlMaps.utils
A collection of OwlMaps-related definitions and constants
IOwlMapUtils - Interface in provided.owlMaps.utils
Utilities for working with an IOwlMap map, including information about the Earth and working with latitude/longitude values and relative distances.
IOwlMapWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IOwlMap that is a wrapper for an ICefObject
IPath<E> - Interface in provided.owlMaps.general
A List<E> that is a Standard Visitor pattern visitor host and in such, is also abstractly equivalent to IPaths.
IPathLatLng - Interface in provided.owlMaps.general
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.
IPathList<E> - Interface in provided.owlMaps.general
A Standard Visitor pattern host that represents a list of lists of element of type E, i.e.
IPathListLatLng - Interface in provided.owlMaps.general
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.
IPaths<E> - Interface in provided.owlMaps.general
An abstraction that represents either a list of elements of type E (IPath<E>) or a list of lists of element of type E (IPathList<E>).
IPathsAlgo<R,​E,​P> - Interface in provided.owlMaps.general
Standard Visitor pattern visitors to use with IPaths objects.
IPathsLatLng - Interface in provided.owlMaps.general
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
An IPaths explicitly filled with IPath<ILatLng> This is used for situations where the generic type of the IPaths needs to be known, e.g.
IPlace - Interface in provided.owlMaps.general
Represents a named location on a map with an associated default zoom level when viewing it.
IPlace_Samples - Interface in provided.owlMaps.utils
Some sample IPlaces
IPolygon - Interface in provided.owlMaps.components.shapes
Represents a polygon drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polygon A polygon is defined by one or more series of connected coordinates in an ordered sequence, i.e.
IPolygonOptions - Interface in provided.owlMaps.components.shapes
Options for creating polygons
IPolygonWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IPolygon that is a wrapper for an ICefObject
IPolyline - Interface in provided.owlMaps.components.shapes
Represents a polyline drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polyline A polyline defines a series of connected coordinates in an ordered sequence, i.e.
IPolylineOptions - Interface in provided.owlMaps.components.shapes
The options for a IPolyLine
IPolylineWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IPolyline that is a wrapper for an ICefObject
IPolyMouseEvent - Interface in provided.owlMaps.components.shapes
An extension of IMouseEvent that adds parameters applicable to events occurring on IPolygons or IPolylines.
IPolyMouseEventObject - Interface in provided.owlMaps.components.shapes
An entity that accepts the MapMouseEventsType events but where the more specialized IPolyMouseEvent is provided when the event is event is invoked instead of just an IMouseEvent.
IProcessOption<T> - Interface in provided.owlMaps.cefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
A triple input Consumer used for processing option values into a Javascript options object in JSON form.
IRectangle - Interface in provided.owlMaps.components.shapes
Represents an rectangle drawn on the map oriented along the latitude and longitude lines This corresponds to a Javascript Google Maps google.maps.Rectangle object
IRectangleOptions - Interface in provided.owlMaps.components.shapes
Options for rectangles
IRectangleWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IRectangle that is a wrapper for an ICefObject
isTransparent - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
If true the browser background is transparent
ISymbol - Interface in provided.owlMaps.general
Represents a google.maps.Symbol object Instances of this entity are generally not used on the Java side.
ISymbolOptions - Interface in provided.owlMaps.general
Options for a Google Maps Symbol object.
ISymbolPath - Interface in provided.owlMaps.general
Representation of a Google Maps SymbolPath
ISymbolPathAlgo<R,​P> - Interface in provided.owlMaps.general
Standard visitor for ISymbolPath processing
ISystemInfo - Interface in provided.owlMaps.cefUtils
*FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS INTERFACE! Provides dynamic system information for use by internal systems.
IView2ModelAdapter<TPlacesDropListItem> - Interface in provided.owlMaps.demo.view
The adapter from the demo view to its model
IVisibleMapObject - Interface in provided.owlMaps.general
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY INSTANTIATE THIS INTERFACE! ***
A MapObject that has a notion of visibility
IVisibleMapObjectWrapped - Interface in provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
A wrapper for an ICefObject that has a notion of visibility
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