Scale Bar Settings Base
Abstract settings class for ScaleBarPlugin.
This abstract class exposes all the required public APIs to configure the ScaleBarPlugin.
Constructors
ScaleBarSettingsBase
Link copied to clipboard
fun ScaleBarSettingsBase()
Content copied to clipboard
Functions
Properties
borderWidth
Link copied to clipboard
isMetricUnits
Link copied to clipboard
marginBottom
Link copied to clipboard
marginLeft
Link copied to clipboard
marginRight
Link copied to clipboard
primaryColor
Link copied to clipboard
refreshInterval
Link copied to clipboard
secondaryColor
Link copied to clipboard
showTextBorder
Link copied to clipboard
textBarMargin
Link copied to clipboard
textBorderWidth
Link copied to clipboard
useContinuousRendering
Link copied to clipboard
If set to True scale bar will be triggering onDraw depending on ScaleBarSettings.refreshInterval even if actual data did not change.
Inheritors
ScaleBarPluginImpl
Link copied to clipboard