Uses of Enum Class
org.vaadin.firitin.element.svg.MarkerElement.MarkerUnits
Packages that use MarkerElement.MarkerUnits
-
Uses of MarkerElement.MarkerUnits in org.vaadin.firitin.element.svg
Subclasses with type arguments of type MarkerElement.MarkerUnits in org.vaadin.firitin.element.svgMethods in org.vaadin.firitin.element.svg that return MarkerElement.MarkerUnitsModifier and TypeMethodDescriptionstatic MarkerElement.MarkerUnitsReturns the enum constant of this class with the specified name.static MarkerElement.MarkerUnits[]MarkerElement.MarkerUnits.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.element.svg with parameters of type MarkerElement.MarkerUnitsModifier and TypeMethodDescriptionMarkerElement.markerUnits(MarkerElement.MarkerUnits units) Sets the coordinate system for markerWidth and markerHeight.MarkerElement.markerUnitsRW(MarkerElement.MarkerUnits units) Sets the coordinate system for markerWidth and markerHeight (read-write).