Uses of Class
com.storedobject.vaadin.Svg
Packages that use Svg
-
Uses of Svg in com.storedobject.vaadin
Constructors in com.storedobject.vaadin with parameters of type SvgModifierConstructorDescriptionClickEvent(Svg source, boolean fromClient, double clientX, double clientY, String elementId, String tagName) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.Event(Svg source, boolean fromClient, double clientX, double clientY, String elementId, String tagName) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.MouseOutEvent(Svg source, boolean fromClient, String elementId) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.MouseOverEvent(Svg source, boolean fromClient, double clientX, double clientY, String elementId, String tagName) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.