Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the count of elements in the collection.
|
||
method | get(index) | |
Gets the |
||
method | get(name) | |
Gets the |
Method Summary | ||
---|---|---|
method | add() | |
Adds a |
||
method | createBuiltinStyle(type) | |
Creates built-in style by given type.
|
||
method | getThemeStyle(themeColorType, tint) | |
Gets the theme style.
|
int getCount()
Style get(index)
index
- The zero based index of the element.Style get(name)
name
- Style nameStyle getThemeStyle(themeColorType, tint)
themeColorType: int
- A tint: float
- The tint value.Style createBuiltinStyle(type)
type: int
- A int add()