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