public class StyleCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of elements in the collection.
|
||
Style | get(int index) | |
Gets the |
||
Style | get(java.lang.String name) | |
Gets the |
Method Summary | ||
---|---|---|
int | add() | |
Adds a |
||
Style | createBuiltinStyle(int type) | |
Creates built-in style by given type.
|
||
Style | getThemeStyle(int themeColorType, double tint) | |
Gets the theme style.
|
public int getCount()
public Style get(int index)
index
- The zero based index of the element.public Style get(java.lang.String name)
name
- Style namepublic Style getThemeStyle(int themeColorType, double tint)
themeColorType
- A tint
- The tint value.public Style createBuiltinStyle(int type)
type
- A public int add()