update abstract method
- Style style
Updates this style with content from another style.
Only style definitions update is curently supported.
styleStyle used as source to update the current style.
Implementation
void update(Style style);
Updates this style with content from another style.
Only style definitions update is curently supported.
style Style used as source to update the current style.void update(Style style);