Uses of Class
org.vaadin.firitin.element.svg.PatternElement
Packages that use PatternElement
-
Uses of PatternElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return PatternElementModifier and TypeMethodDescriptionPatternElement.add(SvgElement... elements) Adds content elements to this pattern.PatternElement.height(double height) Sets the height of the pattern tile.Sets the height with a unit.PatternElement.heightRW(double height) Sets the height of the pattern tile (read-write).Sets the height with a unit (read-write).References another pattern to inherit attributes from.References another pattern to inherit attributes from (read-write).PatternElement.patternContentUnits(PatternElement.PatternUnits units) Sets the coordinate system for the pattern contents.PatternElement.patternContentUnitsRW(PatternElement.PatternUnits units) Sets the coordinate system for the pattern contents (read-write).PatternElement.patternTransform(String transform) Sets a transform on the pattern.PatternElement.patternTransformRW(String transform) Sets a transform on the pattern (read-write).PatternElement.patternUnits(PatternElement.PatternUnits units) Sets the coordinate system for x, y, width, height attributes.PatternElement.patternUnitsRW(PatternElement.PatternUnits units) Sets the coordinate system for x, y, width, height attributes (read-write).PatternElement.preserveAspectRatio(String value) Sets the preserveAspectRatio attribute.PatternElement.preserveAspectRatio(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute.PatternElement.preserveAspectRatioRW(String value) Sets the preserveAspectRatio attribute (read-write).PatternElement.preserveAspectRatioRW(SvgElement.PreserveAspectRatio ratio) Sets the preserveAspectRatio attribute (read-write).PatternElement.size(double width, double height) Sets the size of the pattern tile.PatternElement.sizeRW(double width, double height) Sets the size of the pattern tile (read-write).PatternElement.viewBox(double minX, double minY, double width, double height) Sets the viewBox for the pattern contents.PatternElement.viewBoxRW(double minX, double minY, double width, double height) Sets the viewBox for the pattern contents (read-write).PatternElement.width(double width) Sets the width of the pattern tile.Sets the width with a unit.PatternElement.widthRW(double width) Sets the width of the pattern tile (read-write).Sets the width with a unit (read-write).PatternElement.x(double x) Sets the x coordinate of the pattern tile.PatternElement.xRW(double x) Sets the x coordinate of the pattern tile (read-write).PatternElement.y(double y) Sets the y coordinate of the pattern tile.PatternElement.yRW(double y) Sets the y coordinate of the pattern tile (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type PatternElementModifier and TypeMethodDescription<T extends SvgGraphicsElement>
TSvgGraphicsElement.fill(PatternElement pattern) Sets the fill to use a pattern.<T extends SvgGraphicsElement>
TSvgGraphicsElement.fillRW(PatternElement pattern) Sets the fill to use a pattern (read-write).<T extends SvgGraphicsElement>
TSvgGraphicsElement.stroke(PatternElement pattern) Sets the stroke to use a pattern.<T extends SvgGraphicsElement>
TSvgGraphicsElement.strokeRW(PatternElement pattern) Sets the stroke to use a pattern (read-write).