| Constructor and Description |
|---|
DonutSection(java.lang.String name,
int color,
float amount)
Data class representing section of the graph containing Float amount, name and color of progress line.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
int |
component2() |
float |
component3() |
DonutSection |
copy(java.lang.String name,
int color,
float amount)
Data class representing section of the graph containing Float amount, name and color of progress line.
|
boolean |
equals(java.lang.Object p) |
float |
getAmount() |
int |
getColor() |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
@NotNull public java.lang.String getName()
public int getColor()
public float getAmount()
@NotNull public java.lang.String component1()
public int component2()
public float component3()
@NotNull public DonutSection copy(@NotNull java.lang.String name, int color, float amount)
Data class representing section of the graph containing Float amount, name and color of progress line.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)