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