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

S

SAMPLE_PLACES_DICT - Static variable in interface provided.owlMaps.utils.IPlace_Samples
An immutable mapping of names to sample places.
SATELLITE - provided.owlMaps.map.MapTypeId
This map type displays satellite images.
SCALE - Static variable in interface provided.owlMaps.general.ISymbolOptions
The amount by which the symbol is scaled in size.
SCALE_CONTROL - Static variable in interface provided.owlMaps.map.IMapOptions
The initial enabled/disabled state of the Scale control.
SCALED_SIZE - Static variable in interface provided.owlMaps.general.IIconOptions
The size of the entire image after scaling, if any.
serialVersionUID - Static variable in class provided.owlMaps.demo.view.DemoFrame
For Serializable
serialVersionUID - Static variable in class provided.owlMaps.general.impl.Path
For serialization
serialVersionUID - Static variable in class provided.owlMaps.general.impl.PathList
For serialization
serialVersionUID - Static variable in class provided.owlMaps.map.data.ListMapDataFeature
For serialization
serviceObjectReturn(UUID, UUID) - Method in interface provided.owlMaps.cefUtils.ICefObjectFactory
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Service the the returned CEF object ID associated with the given request ID.
serviceObjectReturn(UUID, UUID) - Method in class provided.owlMaps.cefUtils.impl.CefObjectFactory
 
setBounds(ILatLngBounds) - Method in interface provided.owlMaps.components.overlay.IGroundOverlay
Set the overlay's bounds
setBounds(ILatLngBounds) - Method in interface provided.owlMaps.components.shapes.IRectangle
Set the rectangle's bounds
setCefProperty(String, Object) - Method in interface provided.owlMaps.cefUtils.ICefObjectWrapper
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Set the value of a property to the given value.
setCenter(ILatLng) - Method in interface provided.owlMaps.components.shapes.ICircle
Set the center of this circle.
setCenter(ILatLng) - Method in interface provided.owlMaps.map.IOwlMap
Set the ILatLng of the center of the map
setCircleEvent(CircleEventType, Runnable) - Method in interface provided.owlMaps.components.shapes.ICircle
Set a CircleEventType event
setClickable(boolean) - Method in interface provided.owlMaps.components.marker.IMarker
Sets whether or not the marker is clickable
setColor(String) - Method in interface provided.owlMaps.components.marker.IMarkerLabel
Set the color of the label text.
setComponentMouseDragEvent(ComponentMouseDragEventType, Consumer<IMouseEvent>) - Method in interface provided.owlMaps.mouse.IComponentMouseDragEventObject
Set the given ComponentMouseDragEventType event to invoke the given event handler function
setComponentMouseEvent(ComponentMouseEventType, Consumer<IMouseEvent>) - Method in interface provided.owlMaps.mouse.IComponentMouseEventObject
Set the given ComponentMouseEventType event to invoke the given event handler function
setContent(String) - Method in interface provided.owlMaps.components.infowindow.IInfoWindow
Set the HTML contents of the info window
setCursor(String) - Method in interface provided.owlMaps.components.marker.IMarker
Set the CSS cursor type shown when hovering over the marker
setDataStyle(IMixedDataDictionary) - Method in interface provided.owlMaps.map.IOwlMap
Set the default appearance styling for the maps displayed data
setDevToolsDelay(long) - Method in interface provided.owlMaps.cefUtils.ICefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Sets the delay to wait before opening the dev tools window.
setDevToolsDelay(long) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
 
setDevToolsPort(int) - Method in interface provided.owlMaps.cefUtils.ICefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Set the port used by the dev tools window
setDevToolsPort(int) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
 
setDraggable(boolean) - Method in interface provided.owlMaps.components.marker.IMarker
Sets whether or not the marker is draggable
setEditable(boolean) - Method in interface provided.owlMaps.general.IEditableObject
Set the editable status of the underlying object
setFontFamily(String) - Method in interface provided.owlMaps.components.marker.IMarkerLabel
Set the font family of the label text (equivalent to the CSS font-family property).
setFontSize(String) - Method in interface provided.owlMaps.components.marker.IMarkerLabel
Set the font size of the label text (equivalent to the CSS font-size property).
setFontWeight(String) - Method in interface provided.owlMaps.components.marker.IMarkerLabel
Set the font weight of the label text (equivalent to the CSS font-weight property).
setGroundOverlayMouseEvent(GroundOverlayMouseEventType, Consumer<IMouseEvent>) - Method in interface provided.owlMaps.components.overlay.IGroundOverlay
Set the event
setIcon(String) - Method in interface provided.owlMaps.components.marker.IMarker
Set the URL string of the marker's icon
setInfoWindowEvent(InfoWindowEventType, Runnable) - Method in interface provided.owlMaps.components.infowindow.IInfoWindow
Set the given event type on the info window
setLabel(IMarkerLabel) - Method in interface provided.owlMaps.components.marker.IMarker
Set the label of the marker
setLatLng(double, double) - Method in class provided.owlMaps.demo.view.DemoFrame
Display the latitude and longitude values on their respective text fields.
setLatLng(ILatLng) - Method in interface provided.owlMaps.demo.model.IModel2ViewAdapter
Display the given latitude and longitude on the view
setMakeDevTools(boolean) - Method in interface provided.owlMaps.cefUtils.ICefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Enables the display of the browser dev console window
setMakeDevTools(boolean) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
 
setMakeDevTools(boolean) - Method in class provided.owlMaps.control.impl.OwlMapControl
 
setMakeDevTools(boolean) - Method in interface provided.owlMaps.control.IOwlMapControl
Enables the display of the browser dev console window
setMapEvent(MapEventType, Runnable) - Method in interface provided.owlMaps.map.IOwlMap
Set the given MapEventType event to run the given event handler function
setMapMouseDragEvent(MapMouseDragEventType, Runnable) - Method in interface provided.owlMaps.map.IOwlMap
Set the given MapMouseDragEventType event to invoke the given event handler function
setMapMouseEvent(MapMouseEventType, Consumer<IMouseEvent>) - Method in interface provided.owlMaps.map.IOwlMap
Set the given MapMouseEventType event to invoke the given event handler function
setMapTypeId(MapTypeId) - Method in interface provided.owlMaps.map.IOwlMap
Sets the displayed map type.
setMarkerEvent(MarkerEventType, Runnable) - Method in interface provided.owlMaps.components.marker.IMarker
Set an MarkerEventType event on the marker
setOpacity(double) - Method in interface provided.owlMaps.components.marker.IMarker
Set the opacity of the marker
setOpacity(double) - Method in interface provided.owlMaps.components.overlay.IGroundOverlay
Set the overlay's opacity
setOptions(IMixedDataDictionary) - Method in interface provided.owlMaps.map.IOwlMap
Set the map to the given IMapOptions options in the given dictionary
setOptions(TOptions) - Method in interface provided.owlMaps.general.IOptionedMapObject
Set the options of the entity.
setPath(IPath<ILatLng>) - Method in interface provided.owlMaps.components.shapes.IPolygon
Set the path or the first path if an IPathList was used.
setPath(IPath<ILatLng>) - Method in interface provided.owlMaps.components.shapes.IPolyline
Sets the path of this polyline
setPaths(IPaths<ILatLng>) - Method in interface provided.owlMaps.components.shapes.IPolygon
Sets the path(s) of this polygon
setPolyMouseEvent(MapMouseEventType, Consumer<IPolyMouseEvent>) - Method in interface provided.owlMaps.components.shapes.IPolyMouseEventObject
Set the event
setPosition(ILatLng) - Method in interface provided.owlMaps.components.infowindow.IInfoWindow
Set the ILatLng position of the window if set directly on the map, i.e.
setPosition(ILatLng) - Method in interface provided.owlMaps.components.marker.IMarker
Set the position of this marker
setProperty(String, Object) - Method in interface provided.owlMaps.cefUtils.ICefObject
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Set the property value where the correct type of the value can be retrieved from the value object itself.
setProperty(String, Object, Type) - Method in interface provided.owlMaps.cefUtils.ICefObject
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Set the property value with an explicit type for the value.
setRadius(double) - Method in interface provided.owlMaps.components.shapes.ICircle
Set the radius of the circle in the system's current units.
setRectangleEvent(RectangleEventType, Runnable) - Method in interface provided.owlMaps.components.shapes.IRectangle
Set a RectangleEventType event
setText(String) - Method in interface provided.owlMaps.components.marker.IMarkerLabel
SEt the text to be displayed in the label.
setTitle(String) - Method in interface provided.owlMaps.components.marker.IMarker
Set the title of the marker.
setUseOSR(boolean) - Method in interface provided.owlMaps.cefUtils.ICefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Sets whether or not the system uses the Off-Screen Rendering (OSR).
setUseOSR(boolean) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
 
setVisible(boolean) - Method in interface provided.owlMaps.cefUtils.wrapper.IVisibleMapObjectWrapped
Set this object's visibility
setVisible(boolean) - Method in interface provided.owlMaps.general.IVisibleMapObject
Set this object's visibility
setZIndex(double) - Method in interface provided.owlMaps.components.infowindow.IInfoWindow
set the z-index layer position of the component
setZIndex(double) - Method in interface provided.owlMaps.components.marker.IMarker
Sets the z-index of the marker on the map
setZoom(int) - Method in interface provided.owlMaps.map.IOwlMap
Set the current zoom level
SHAPE_CHANGED - provided.owlMaps.components.marker.MarkerEventType
This event is fired when the marker's shape property changes.
SIZE - Static variable in interface provided.owlMaps.general.IIconOptions
The display size of the sprite or image.
spDisplayText - Variable in class provided.owlMaps.demo.view.DemoFrame
Scrollpane for holding the scrolling text area for console messages
start() - Method in class provided.owlMaps.demo.controller.DemoApp
Start the system
start() - Method in class provided.owlMaps.demo.model.DemoModel
Start the model.
start() - Method in class provided.owlMaps.demo.view.DemoFrame
Start the demo view
start(String, IMixedDataDictionary, Runnable) - Method in interface provided.owlMaps.cefUtils.ICefUtils
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Start the Map on the Javascript side
start(String, IMixedDataDictionary, Runnable) - Method in class provided.owlMaps.cefUtils.impl.CefUtils
 
start(IMixedDataDictionary, Runnable) - Method in class provided.owlMaps.control.impl.OwlMapControl
Make the map JComponent and start the mapping system.
start(IMixedDataDictionary, Runnable) - Method in interface provided.owlMaps.control.IOwlMapControl
Make the map JComponent and start the mapping system.
stop() - Method in class provided.owlMaps.control.impl.OwlMapControl
Stop the map engine.
stop() - Method in interface provided.owlMaps.control.IOwlMapControl
Stop the map engine.
stop() - Method in class provided.owlMaps.demo.model.DemoModel
Stop the model.
STR2ID - Static variable in enum provided.owlMaps.map.MapTypeId
Mapping of Google Maps API MapTypeID string values to the corresponding enum value
STREET_VIEW_CONTROL - Static variable in interface provided.owlMaps.map.IMapOptions
The initial enabled/disabled state of the Street View Pegman control.
STROKE_COLOR - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
The stroke color.
STROKE_COLOR - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
The stroke color.
STROKE_COLOR - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
The stroke color.
STROKE_COLOR - Static variable in interface provided.owlMaps.components.shapes.IRectangleOptions
The stroke color.
STROKE_COLOR - Static variable in interface provided.owlMaps.general.ISymbolOptions
The symbol's stroke color.
STROKE_COLOR - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
The stroke color.
STROKE_OPACITY - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
The stroke opacity between 0.0 and 1.0.
STROKE_OPACITY - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
The stroke opacity between 0.0 and 1.0
STROKE_OPACITY - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
The stroke opacity between 0.0 and 1.0.
STROKE_OPACITY - Static variable in interface provided.owlMaps.components.shapes.IRectangleOptions
The stroke opacity between 0.0 and 1.0
STROKE_OPACITY - Static variable in interface provided.owlMaps.general.ISymbolOptions
The symbol's stroke opacity.
STROKE_OPACITY - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
The stroke opacity between 0.0 and 1.0.
STROKE_POSITION - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
The stroke position.
STROKE_POSITION - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
The stroke position.
STROKE_POSITION - Static variable in interface provided.owlMaps.components.shapes.IRectangleOptions
The stroke position.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.components.shapes.ICircleOptions
The stroke width in pixels.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.components.shapes.IPolygonOptions
The stroke width in pixels.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.components.shapes.IPolylineOptions
The stroke width in pixels.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.components.shapes.IRectangleOptions
The stroke width in pixels.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.general.ISymbolOptions
The symbol's stroke weight.
STROKE_WEIGHT - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
The stroke width in pixels.
StrokePosition - Enum in provided.owlMaps.components.shapes
Enums corresponding to the Google Maps StrokePosition constants
StrokePosition(String) - Constructor for enum provided.owlMaps.components.shapes.StrokePosition
Construct an enum instance
STYLE - Static variable in interface provided.owlMaps.map.data.IMapDataOptions
Style for all features in the collection.
STYLE - Static variable in interface provided.owlMaps.map.data.IMapDataStyleOptions
Style for all features in the collection.
SVGSymbolPath - Class in provided.owlMaps.general
Representation of an SVG vector path defining a symbol shape.
SVGSymbolPath(String) - Constructor for class provided.owlMaps.general.SVGSymbolPath
Construct a new instance
SymbolPathConstants - Enum in provided.owlMaps.general
Predefined symbols for use with markers, polylines, etc.
SymbolPathConstants(String) - Constructor for enum provided.owlMaps.general.SymbolPathConstants
Construct an enum instance
sysInfo - Variable in class provided.owlMaps.cefUtils.impl.CefUtils
Accessors for accessing dynamic system values
systemLengthUnit - Variable in class provided.owlMaps.control.impl.OwlMapControl
The current length unit being used by the system.
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