update abstract method

void update(
  1. 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.

Implementation

void update(Style style);