Uses of Enum Class
org.vaadin.firitin.element.svg.MarkerElement.Orient
Packages that use MarkerElement.Orient
-
Uses of MarkerElement.Orient in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return MarkerElement.OrientModifier and TypeMethodDescriptionstatic MarkerElement.OrientReturns the enum constant of this class with the specified name.static MarkerElement.Orient[]MarkerElement.Orient.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.OrientModifier and TypeMethodDescriptionMarkerElement.orient(MarkerElement.Orient orient) Sets the orientation of the marker.MarkerElement.orientRW(MarkerElement.Orient orient) Sets the orientation of the marker (read-write).