SpeedometerUiOptions.Builder

public static final class SpeedometerUiOptions.Builder extends Object

Builder for building SpeedometerUiOptions.

Public Constructor Summary

Builder()
Creates an empty builder.

Public Method Summary

SpeedometerUiOptions
SpeedometerUiOptions.Builder
setBackgroundColorDayMode(SpeedAlertSeverity speedAlertSeverity, int backgroundColor)
Sets the day mode background color for the specified SpeedAlertSeverity.
SpeedometerUiOptions.Builder
setBackgroundColorNightMode(SpeedAlertSeverity speedAlertSeverity, int backgroundColor)
Sets the night mode background color for the specified SpeedAlertSeverity.
SpeedometerUiOptions.Builder
setTextColorDayMode(SpeedAlertSeverity speedAlertSeverity, int textColor)
Sets the day mode text color for the specified SpeedAlertSeverity.
SpeedometerUiOptions.Builder
setTextColorNightMode(SpeedAlertSeverity speedAlertSeverity, int textColor)
Sets the night mode text color for the specified SpeedAlertSeverity.

Inherited Method Summary

Public Constructors

public Builder ()

Creates an empty builder.

Public Methods

public SpeedometerUiOptions build ()

public SpeedometerUiOptions.Builder setBackgroundColorDayMode (SpeedAlertSeverity speedAlertSeverity, int backgroundColor)

Sets the day mode background color for the specified SpeedAlertSeverity.

Parameters
speedAlertSeverity
backgroundColor

public SpeedometerUiOptions.Builder setBackgroundColorNightMode (SpeedAlertSeverity speedAlertSeverity, int backgroundColor)

Sets the night mode background color for the specified SpeedAlertSeverity.

Parameters
speedAlertSeverity
backgroundColor

public SpeedometerUiOptions.Builder setTextColorDayMode (SpeedAlertSeverity speedAlertSeverity, int textColor)

Sets the day mode text color for the specified SpeedAlertSeverity.

Parameters
speedAlertSeverity
textColor

public SpeedometerUiOptions.Builder setTextColorNightMode (SpeedAlertSeverity speedAlertSeverity, int textColor)

Sets the night mode text color for the specified SpeedAlertSeverity.

Parameters
speedAlertSeverity
textColor