(new_style, indices, elements?)
| 280 | } |
| 281 | |
| 282 | style_updated(new_style, indices, elements?) { |
| 283 | // reset the style of the elements and apply the new style |
| 284 | this.set_default_style(indices); |
| 285 | this.set_style_on_elements(new_style, indices); |
| 286 | } |
| 287 | |
| 288 | apply_styles(style_arr?) { |
| 289 | if (style_arr === undefined || style_arr == null) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…