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. |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : Style | |
Style get(index) |
index
- The zero based index of the element.get : Style | |
Style get(name) |
name
- Style nameMethod Detail |
---|
getThemeStyle | |
Style getThemeStyle(themeColorType, tint) |
themeColorType: int
- A tint: float
- The tint value.createBuiltinStyle | |
Style createBuiltinStyle(type) |
type: int
- A add | |
int add() |