Uses of Interface
provided.owlMaps.components.marker.IMarkerLabel
Package | Description |
---|---|
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.marker |
Contains entities for creating markers on a map
|
-
Uses of IMarkerLabel in provided.owlMaps.cefUtils.wrapper
Subinterfaces of IMarkerLabel in provided.owlMaps.cefUtils.wrapper Modifier and Type Interface Description interface
IMarkerLabelWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IMarkerLabel that is a wrapper for an ICefObject -
Uses of IMarkerLabel in provided.owlMaps.components.marker
Fields in provided.owlMaps.components.marker with type parameters of type IMarkerLabel Modifier and Type Field Description static provided.mixedData.MixedDataKey<IMarkerLabel>
IMarkerOptions. LABEL
Adds a label to the marker specified as a dictionary of IMarkerLLabelOptionsMethods in provided.owlMaps.components.marker that return IMarkerLabel Modifier and Type Method Description IMarkerLabel
IMarker. getLabel()
Get the label of the markerstatic IMarkerLabel
IMarkerLabel. make(java.lang.String colorStr, java.lang.String fontFamilyStr, java.lang.String fontSizeStr, java.lang.String fontWeightStr, java.lang.String textStr)
Instantiate a new IMarkerLabel instance from the given parameters.static IMarkerLabel
IMarkerLabel. makeFromOptions(provided.mixedData.IMixedDataDictionary options)
Make a new instance of IMarkerLabel given a dictionary with IMarkerLabelOption key-values.static IMarkerLabel
IMarkerLabel. makeFromText(java.lang.String text)
Convenience factory method to instantiate a new IMarkerLabel using just a text string and default values for all other optionsMethods in provided.owlMaps.components.marker with parameters of type IMarkerLabel Modifier and Type Method Description void
IMarker. setLabel(IMarkerLabel label)
Set the label of the marker