Uses of Interface
provided.owlMaps.cefUtils.ICefObjRef

Packages that use ICefObjRef
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.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.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.shapes
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
provided.owlMaps.general
Contains entities for general usage in multiple parts of the OwlMaps system.
provided.owlMaps.map
Contains entities for creating a map
  • Uses of ICefObjRef in provided.owlMaps.cefUtils

    Subinterfaces of ICefObjRef in provided.owlMaps.cefUtils
    Modifier and Type Interface Description
    interface  ICefObject
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Represents an object which has a counterpart instance on the JavaScript side.
    interface  ICefObjectWrapper
    *** 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.
  • Uses of ICefObjRef in provided.owlMaps.cefUtils.wrapper

    Subinterfaces of ICefObjRef in provided.owlMaps.cefUtils.wrapper
    Modifier and Type Interface Description
    interface  IAnchorWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IAnchor that is a wrapper for an ICefObject
    interface  ICircleWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An ICircle that is a wrapper for an ICefObject
    interface  IGroundOverlayWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IGroundOverlay that is a wrapper for an ICefObject
    interface  IInfoWindowWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IInfoWindow that is a wrapper for an ICefObject
    interface  IMapDataFeatureWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IMapDataFeature that is a wrapper for an ICefObject
    interface  IMarkerLabelWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IMarkerLabel that is a wrapper for an ICefObject
    interface  IMarkerWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IMarker that is a wrapper for an ICefObject
    interface  IOwlMapWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IOwlMap that is a wrapper for an ICefObject
    interface  IPolygonWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IPolygon that is a wrapper for an ICefObject
    interface  IPolylineWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IPolyline that is a wrapper for an ICefObject
    interface  IRectangleWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    An IRectangle that is a wrapper for an ICefObject
    interface  IVisibleMapObjectWrapped
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
    A wrapper for an ICefObject that has a notion of visibility
  • Uses of ICefObjRef in provided.owlMaps.components.infowindow

    Subinterfaces of ICefObjRef in provided.owlMaps.components.infowindow
    Modifier and Type Interface Description
    interface  IInfoWindow
    Represents a pop-up information window on the map that can contain text, images or any other HTML component.
  • Uses of ICefObjRef in provided.owlMaps.components.marker

    Subinterfaces of ICefObjRef in provided.owlMaps.components.marker
    Modifier and Type Interface Description
    interface  IMarker
    Represents a marker placed on the map.
  • Uses of ICefObjRef in provided.owlMaps.components.shapes

    Subinterfaces of ICefObjRef in provided.owlMaps.components.shapes
    Modifier and Type Interface Description
    interface  IPolygon
    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.
    interface  IPolyline
    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.
    interface  IRectangle
    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
  • Uses of ICefObjRef in provided.owlMaps.general

    Subinterfaces of ICefObjRef in provided.owlMaps.general
    Modifier and Type Interface Description
    interface  IEditableObject
    Represents an editable map object corresponding to an actual underlying Javascript object on the map.
  • Uses of ICefObjRef in provided.owlMaps.map

    Subinterfaces of ICefObjRef in provided.owlMaps.map
    Modifier and Type Interface Description
    interface  IOwlMap
    Represents a displayed map.