Class RatingAppearance.Builder
-
- All Implemented Interfaces:
public final class RatingAppearance.BuilderBuilds a RatingAppearance.
-
-
Constructor Summary
Constructors Constructor Description RatingAppearance.Builder()
-
Method Summary
Modifier and Type Method Description final RatingAppearancebuild()Constructs a RatingAppearance with the specified appearance values. final RatingAppearance.BuildersetBackgroundStarColor(Integer backgroundStarColor)Returns Rating appearance configured with background star color. final RatingAppearance.BuildersetProgressStarColor(Integer progressStarColor)Returns Rating appearance configured with progress star color. -
-
Method Detail
-
build
final RatingAppearance build()
Constructs a RatingAppearance with the specified appearance values.
-
setBackgroundStarColor
final RatingAppearance.Builder setBackgroundStarColor(Integer backgroundStarColor)
Returns Rating appearance configured with background star color.
- Parameters:
backgroundStarColor- Rating background star color.
-
setProgressStarColor
final RatingAppearance.Builder setProgressStarColor(Integer progressStarColor)
Returns Rating appearance configured with progress star color.
- Parameters:
progressStarColor- Rating progress star color.
-
-
-
-