public abstract class DefaultLegendItemBase extends LegendItemBase
Modifier and Type | Field and Description |
---|---|
protected android.widget.CheckBox |
checkBox |
protected android.widget.TextView |
name |
protected LegendPointMarker |
pointMarker |
Modifier | Constructor and Description |
---|---|
protected |
DefaultLegendItemBase(android.view.View itemView)
Creates a new instance of the
LegendItemBase class |
Modifier and Type | Method and Description |
---|---|
void |
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
|
getItemView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindSeriesInfo
protected final android.widget.TextView name
protected final android.widget.CheckBox checkBox
protected final LegendPointMarker pointMarker
protected DefaultLegendItemBase(@NonNull android.view.View itemView)
LegendItemBase
classitemView
- The View
associated with this legend itempublic void applyThemeProvider(IThemeProvider themeProvider)
themeProvider
- The IThemeProvider
instance which provides new theme for current instance