toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.visualization
/
VisualizationLegend
Visualization
Legend
abstract
class
VisualizationLegend
Members
Constructors
Visualization
Legend
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
VisualizationLegend.Builder
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
VisualizationLegend
set
Link copied to clipboard
@
Nullable
abstract
fun
set
(
)
:
ObjectWithUid
show
Key
Link copied to clipboard
@
Nullable
abstract
fun
showKey
(
)
:
Boolean
strategy
Link copied to clipboard
@
Nullable
abstract
fun
strategy
(
)
:
LegendStrategy
style
Link copied to clipboard
@
Nullable
abstract
fun
style
(
)
:
LegendStyle
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
VisualizationLegend.Builder