Package-level declarations
Types
Equivalent to the CSS selector :
CustomisableTheme supports multiple color schemes (e.g. a dark theme and a light theme). This holds the colors for one color scheme.
Bind Scene.themeProperty to this themeProperty, then you can changed buttonColor, fontProperty etc. and the scene will be re-styled.
Equivalent to the CSS selector :
A special selector, so we can change the scene's background color.
Looks for a method with this signature : get{PropertyName}Property() : StylableProperty<*> If one is found, invokes the method, and returns the value. Otherwise, return null.
A Node matches, if Node.styles contains style.
Functions
An ObservableTheme, whose value is the merge of two other Themes.
Looks for a method with this signature : get{PropertyName}Property() : StylableProperty<*> If one is found, invokes the method, and returns the value. Otherwise, return null.
Looks for a method with this signature : get{PropertyName}Property() : StylableProperty<*> If one is found, invokes the method, and returns the value. Otherwise, return null.