public class StreamsStyleConfigPlayerStyle extends Object
Constructor and Description |
---|
StreamsStyleConfigPlayerStyle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBackgroundColor()
Background color
|
String |
getPlaybackMarkerBgColor()
Playback marker background color
|
String |
getPlaybackMarkerBorderColor()
Playback marker border color
|
String |
getPlaybackTrackBgColor()
Playback track background color
|
String |
getPlaybackTrackBufferedColor()
Playback track buffered color
|
String |
getPlaybackTrackPlayedColor()
Playback track played color
|
String |
getTextColor()
Text color
|
int |
hashCode() |
void |
setBackgroundColor(String backgroundColor)
Background color
|
void |
setPlaybackMarkerBgColor(String playbackMarkerBgColor)
Playback marker background color
|
void |
setPlaybackMarkerBorderColor(String playbackMarkerBorderColor)
Playback marker border color
|
void |
setPlaybackTrackBgColor(String playbackTrackBgColor)
Playback track background color
|
void |
setPlaybackTrackBufferedColor(String playbackTrackBufferedColor)
Playback track buffered color
|
void |
setPlaybackTrackPlayedColor(String playbackTrackPlayedColor)
Playback track played color
|
void |
setTextColor(String textColor)
Text color
|
String |
toString() |
public String getPlaybackMarkerBgColor()
public void setPlaybackMarkerBgColor(String playbackMarkerBgColor)
playbackMarkerBgColor
- Playback marker background colorpublic String getPlaybackMarkerBorderColor()
public void setPlaybackMarkerBorderColor(String playbackMarkerBorderColor)
playbackMarkerBorderColor
- Playback marker border colorpublic String getPlaybackTrackPlayedColor()
public void setPlaybackTrackPlayedColor(String playbackTrackPlayedColor)
playbackTrackPlayedColor
- Playback track played colorpublic String getPlaybackTrackBufferedColor()
public void setPlaybackTrackBufferedColor(String playbackTrackBufferedColor)
playbackTrackBufferedColor
- Playback track buffered colorpublic String getPlaybackTrackBgColor()
public void setPlaybackTrackBgColor(String playbackTrackBgColor)
playbackTrackBgColor
- Playback track background colorpublic String getTextColor()
public void setTextColor(String textColor)
textColor
- Text colorpublic String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor
- Background colorCopyright © 2025. All rights reserved.