Uses of Class
org.vaadin.firitin.element.svg.MarkerElement
Packages that use MarkerElement
-
Uses of MarkerElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return MarkerElementModifier and TypeMethodDescriptionMarkerElement.add(SvgElement... elements) Adds content elements to this marker.MarkerElement.markerHeight(double height) Sets the height of the marker viewport.MarkerElement.markerHeight(String height) Sets the height of the marker viewport with a unit.MarkerElement.markerHeightRW(double height) Sets the height of the marker viewport (read-write).MarkerElement.markerHeightRW(String height) Sets the height of the marker viewport with a unit (read-write).MarkerElement.markerSize(double width, double height) Sets both markerWidth and markerHeight at once.MarkerElement.markerSizeRW(double width, double height) Sets both markerWidth and markerHeight at once (read-write).MarkerElement.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).MarkerElement.markerWidth(double width) Sets the width of the marker viewport.MarkerElement.markerWidth(String width) Sets the width of the marker viewport with a unit.MarkerElement.markerWidthRW(double width) Sets the width of the marker viewport (read-write).MarkerElement.markerWidthRW(String width) Sets the width of the marker viewport with a unit (read-write).MarkerElement.orient(double angle) Sets the orientation of the marker to a specific angle in degrees.MarkerElement.orient(MarkerElement.Orient orient) Sets the orientation of the marker.MarkerElement.orientAuto()Sets the marker to automatically orient along the path direction.MarkerElement.orientAutoRW()Sets the marker to automatically orient along the path direction (read-write).MarkerElement.orientAutoStartReverse()Sets the marker to automatically orient opposite to the path direction at the start.MarkerElement.orientAutoStartReverseRW()Sets the marker to automatically orient opposite to the path direction at the start (read-write).MarkerElement.orientRW(double angle) Sets the orientation of the marker to a specific angle in degrees (read-write).MarkerElement.orientRW(MarkerElement.Orient orient) Sets the orientation of the marker (read-write).MarkerElement.preserveAspectRatio(String value) Sets the preserveAspectRatio attribute.MarkerElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.MarkerElement.preserveAspectRatioRW(String value) Sets the preserveAspectRatio attribute (read-write).MarkerElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).MarkerElement.ref(double refX, double refY) Sets both refX and refY coordinates at once.MarkerElement.refRW(double refX, double refY) Sets both refX and refY coordinates at once (read-write).MarkerElement.refX(double refX) Sets the x coordinate of the marker's reference point.Sets the x coordinate of the marker's reference point with a unit.MarkerElement.refXRW(double refX) Sets the x coordinate of the marker's reference point (read-write).Sets the x coordinate of the marker's reference point with a unit (read-write).MarkerElement.refY(double refY) Sets the y coordinate of the marker's reference point.Sets the y coordinate of the marker's reference point with a unit.MarkerElement.refYRW(double refY) Sets the y coordinate of the marker's reference point (read-write).Sets the y coordinate of the marker's reference point with a unit (read-write).MarkerElement.viewBox(double minX, double minY, double width, double height) Sets the viewBox for the marker contents.MarkerElement.viewBoxRW(double minX, double minY, double width, double height) Sets the viewBox for the marker contents (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type MarkerElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.marker(MarkerElement marker) Sets markers to be drawn at the start, mid-points, and end of the element's path.<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerEnd(MarkerElement marker) Sets a marker to be drawn at the last vertex of the element's path.<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerEndRW(MarkerElement marker) Sets a marker to be drawn at the last vertex of the element's path (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerMid(MarkerElement marker) Sets a marker to be drawn at all vertices except the first and last.<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerMidRW(MarkerElement marker) Sets a marker to be drawn at all vertices except the first and last (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerRW(MarkerElement marker) Sets markers to be drawn at the start, mid-points, and end of the element's path (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerStart(MarkerElement marker) Sets a marker to be drawn at the first vertex of the element's path.<T extends SvgGraphicsElement>
TSvgGraphicsElement.markerStartRW(MarkerElement marker) Sets a marker to be drawn at the first vertex of the element's path (read-write).