Uses of Class
org.vaadin.firitin.element.svg.SvgGraphicsElement
Packages that use SvgGraphicsElement
-
Uses of SvgGraphicsElement in org.vaadin.firitin.element.svg
Subclasses of SvgGraphicsElement in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionclassA typed Java API for the SVG<circle>element.classA typed Java API for the SVG<ellipse>element.classA typed Java API for the SVG<g>(group) element.classA typed Java API for the SVG<image>element.classA typed Java API for the SVG<line>element.classA typed Java API for the SVG<path>element.classA typed Java API for the SVG<polygon>element.classA typed Java API for the SVG<polyline>element.classA typed Java API for the SVG<rect>element.classA typed Java API for the SVG<text>element.classA typed Java API for the SVG<textPath>element.classA typed Java API for the SVG<tspan>element.classA typed Java API for the SVG<use>element.Methods in org.vaadin.firitin.element.svg with type parameters of type SvgGraphicsElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.clearTransform()Clears all transforms from the element.<T extends SvgGraphicsElement>
TSvgGraphicsElement.clipPath(ClipPathElement clipPath) Sets a clipping path for this element.<T extends SvgGraphicsElement>
TSvgGraphicsElement.clipPathRW(ClipPathElement clipPath) Sets a clipping path for this element (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(in.virit.color.Color color) Sets the fill color using a Color object.<T extends SvgGraphicsElement>
TSets the fill color using a string value.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(LinearGradientElement gradient) Sets the fill to use a gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(PatternElement pattern) Sets the fill to use a pattern.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(RadialGradientElement gradient) Sets the fill to use a radial gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillOpacity(double opacity) Sets the fill opacity.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillOpacityRW(double opacity) Sets the fill opacity (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(in.virit.color.Color color) Sets the fill color using a Color object (read-write).<T extends SvgGraphicsElement>
TSets the fill color using a string value (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(LinearGradientElement gradient) Sets the fill to use a gradient (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(PatternElement pattern) Sets the fill to use a pattern (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(RadialGradientElement gradient) Sets the fill to use a radial gradient (read-write).<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).<T extends SvgGraphicsElement>
TSvgGraphicsElement.mask(MaskElement mask) Sets a mask for this element.<T extends SvgGraphicsElement>
TSvgGraphicsElement.maskRW(MaskElement mask) Sets a mask for this element (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.matrix(double a, double b, double c, double d, double e, double f) Applies a 2D transformation matrix.<T extends SvgGraphicsElement>
TSvgGraphicsElement.matrixRW(double a, double b, double c, double d, double e, double f) Applies a 2D transformation matrix (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.noFill()Sets the fill to none (transparent).<T extends SvgGraphicsElement>
TSvgGraphicsElement.noFillRW()Sets the fill to none (transparent) (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.noStroke()Sets the stroke to none (no outline).<T extends SvgGraphicsElement>
TSvgGraphicsElement.noStrokeRW()Sets the stroke to none (no outline) (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.opacity(double opacity) Sets the overall opacity of the element (both fill and stroke).<T extends SvgGraphicsElement>
TSvgGraphicsElement.opacityRW(double opacity) Sets the overall opacity of the element (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.rotate(double angle) Rotates the element around the origin (0,0).<T extends SvgGraphicsElement>
TSvgGraphicsElement.rotate(double angle, double cx, double cy) Rotates the element around a specified center point.<T extends SvgGraphicsElement>
TSvgGraphicsElement.rotateRW(double angle) Rotates the element around the origin (0,0) (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.rotateRW(double angle, double cx, double cy) Rotates the element around a specified center point (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.scale(double factor) Scales the element uniformly.<T extends SvgGraphicsElement>
TSvgGraphicsElement.scale(double sx, double sy) Scales the element with different factors for x and y axes.<T extends SvgGraphicsElement>
TSvgGraphicsElement.scaleRW(double factor) Scales the element uniformly (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.scaleRW(double sx, double sy) Scales the element with different factors for x and y axes (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.skewX(double angle) Skews the element along the x axis.<T extends SvgGraphicsElement>
TSvgGraphicsElement.skewXRW(double angle) Skews the element along the x axis (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.skewY(double angle) Skews the element along the y axis.<T extends SvgGraphicsElement>
TSvgGraphicsElement.skewYRW(double angle) Skews the element along the y axis (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(in.virit.color.Color color) Sets the stroke color using a Color object.<T extends SvgGraphicsElement>
TSets the stroke color using a string value.<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(LinearGradientElement gradient) Sets the stroke to use a gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(PatternElement pattern) Sets the stroke to use a pattern.<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(RadialGradientElement gradient) Sets the stroke to use a radial gradient.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDasharray(double... values) Sets the dash pattern for the stroke using numeric values.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDasharray(String dasharray) Sets the dash pattern for the stroke.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDasharrayRW(double... values) Sets the dash pattern for the stroke using numeric values (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDasharrayRW(String dasharray) Sets the dash pattern for the stroke (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDashoffset(double offset) Sets the offset for the dash pattern.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeDashoffsetRW(double offset) Sets the offset for the dash pattern (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinecap(SvgGraphicsElement.LineCap lineCap) Sets the shape of line endings.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinecapRW(SvgGraphicsElement.LineCap lineCap) Sets the shape of line endings (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinejoin(SvgGraphicsElement.LineJoin lineJoin) Sets the shape of line corners.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeLinejoinRW(SvgGraphicsElement.LineJoin lineJoin) Sets the shape of line corners (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeMiterlimit(double limit) Sets the miter limit for miter line joins.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeMiterlimitRW(double limit) Sets the miter limit for miter line joins (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeOpacity(double opacity) Sets the stroke opacity.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeOpacityRW(double opacity) Sets the stroke opacity (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(in.virit.color.Color color) Sets the stroke color using a Color object (read-write).<T extends SvgGraphicsElement>
TSets the stroke color using a string value (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(LinearGradientElement gradient) Sets the stroke to use a gradient (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(PatternElement pattern) Sets the stroke to use a pattern (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(RadialGradientElement gradient) Sets the stroke to use a radial gradient (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeWidth(double width) Sets the stroke width.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeWidth(String width) Sets the stroke width with a unit.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeWidthRW(double width) Sets the stroke width (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeWidthRW(String width) Sets the stroke width with a unit (read-write).<T extends SvgGraphicsElement>
TSets the transform attribute directly.<T extends SvgGraphicsElement>
TSvgGraphicsElement.transformRW(String transform) Sets the transform attribute directly (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.translate(double x, double y) Moves the element to a new position.<T extends SvgGraphicsElement>
TSvgGraphicsElement.translateRW(double x, double y) Moves the element to a new position (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.translateX(double x) Moves the element horizontally.<T extends SvgGraphicsElement>
TSvgGraphicsElement.translateXRW(double x) Moves the element horizontally (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.translateY(double y) Moves the element vertically.<T extends SvgGraphicsElement>
TSvgGraphicsElement.translateYRW(double y) Moves the element vertically (read-write).