All Implemented Interfaces:
android.os.Parcelable


public final class RatingAppearance
extends java.lang.Object
implements android.os.Parcelable
Класс, который определяет интерфейс для настройки стандартного оформления рейтинга в рекламном объявлении. Объект для настройки стандартного оформления рейтинга в рекламном объявлении создается с помощью RatingAppearance.Builder.

Nested Class Summary

Nested Classes
Modifier and TypeClass and Description
static class RatingAppearance.Builder
Класс для изменения настроек стандартного оформления рейтинга.

Nested classes/interfaces inherited from interface android.os.Parcelable

android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>

Field Summary

Fields
Modifier and TypeField and Description
static android.os.Parcelable.Creator<RatingAppearance>CREATOR 

Fields inherited from interface android.os.Parcelable

CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and Description
intdescribeContents() 
booleanequals(java.lang.Object o) 
intgetBackgroundStarColor()
Возвращает цвет обводки незакрашенной (незаполненной) звезды.
intgetProgressStarColor()
Возвращает цвет закрашенной (заполненной) звезды.
inthashCode() 
voidwriteToParcel(android.os.Parcel dest, int flags) 

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, toString, wait, wait, wait

Field Detail

CREATOR

public static final android.os.Parcelable.Creator<RatingAppearance> CREATOR

Method Detail

getBackgroundStarColor

public int getBackgroundStarColor()
Возвращает цвет обводки незакрашенной (незаполненной) звезды.
Returns:
Цвет обводки незакрашенной (незаполненной) звезды.

getProgressStarColor

public int getProgressStarColor()
Возвращает цвет закрашенной (заполненной) звезды.
Returns:
Цвет закрашенной (заполненной) звезды.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

describeContents

public int describeContents()
Specified by:
describeContents in interface android.os.Parcelable

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable