Accessing a CSS property from an event
String color = ((ElementCSSInlineStyle) event.getTarget()) .getStyle() .getPropertyValue("fill");
Philippe Le Hégaret
14 of 22