Escalar Alcoia i Comtat
core
/
com.arnyminerz.escalaralcoiaicomtat.core.data.climb.path
/
Grade
/
CREATOR
CREATOR
object
CREATOR
:
Parcelable.Creator
<
Grade
>
Functions
Functions
color
Link copied to clipboard
@
Composable
fun
color
(
gradeText
:
String
)
:
Color
Gets the display color of a text.
create
From
Parcel
Link copied to clipboard
open
override
fun
createFromParcel
(
parcel
:
Parcel
)
:
Grade
from
DB
Link copied to clipboard
fun
fromDB
(
obj
:
String
)
:
List
<
Grade
>
from
JSON
Link copied to clipboard
fun
fromJSON
(
json
:
String
)
:
Grade
fun
fromJSON
(
json
:
JSONObject
)
:
Grade
from
JSONArray
List
Link copied to clipboard
fun
fromJSONArrayList
(
list
:
JSONArray
)
:
List
<
Grade
>
list
From
Strings
Link copied to clipboard
fun
listFromStrings
(
strings
:
Collection
<
String
>
)
:
List
<
Grade
>
new
Array
Link copied to clipboard
open
override
fun
newArray
(
size
:
Int
)
:
Array
<
Grade
?
>