public final class Topping
extends java.lang.Object
Topping that represents a PRIMARY color that you want to use for toolbars, fabs, and the like.
and you want to update this color using Palette based on primary images loading (such as a banner) and you want bound
views to automatically react to these changes. The user would then bind the associated views to this property
and Scoops will automatically take care of it
Package: com.ftinc.scoop.model
Created by drew.heavner on 6/17/16.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getColor() |
int |
getId()
Getters
|
int |
getPreviousColor() |
int |
hashCode() |
java.lang.String |
toString() |
public int getId()
public int getColor()
public int getPreviousColor()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object