(indices, elements?)
| 406 | } |
| 407 | |
| 408 | set_default_style(indices, elements?) { |
| 409 | this.updateColors(); |
| 410 | this.updateStrokeAndOpacities(); |
| 411 | } |
| 412 | |
| 413 | set_style_on_elements(style, indices) { |
| 414 | // If the index array is undefined or of length=0, exit the |
nothing calls this directly
no test coverage detected