Uses of Class
org.vaadin.firitin.element.svg.MaskElement
Packages that use MaskElement
-
Uses of MaskElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return MaskElementModifier and TypeMethodDescriptionMaskElement.add(SvgElement... elements) Adds content elements to this mask.MaskElement.bounds(double x, double y, double width, double height) Sets the bounds of the mask area.MaskElement.boundsRW(double x, double y, double width, double height) Sets the bounds of the mask area (read-write).MaskElement.height(double height) Sets the height of the mask area.Sets the height with a unit.MaskElement.heightRW(double height) Sets the height of the mask area (read-write).Sets the height with a unit (read-write).MaskElement.maskContentUnits(MaskElement.MaskUnits units) Sets the coordinate system for the mask contents.MaskElement.maskContentUnitsRW(MaskElement.MaskUnits units) Sets the coordinate system for the mask contents (read-write).MaskElement.maskUnits(MaskElement.MaskUnits units) Sets the coordinate system for x, y, width, height attributes.MaskElement.maskUnitsRW(MaskElement.MaskUnits units) Sets the coordinate system for x, y, width, height attributes (read-write).MaskElement.width(double width) Sets the width of the mask area.Sets the width with a unit.MaskElement.widthRW(double width) Sets the width of the mask area (read-write).Sets the width with a unit (read-write).MaskElement.x(double x) Sets the x coordinate of the mask area.Sets the x coordinate with a unit.MaskElement.xRW(double x) Sets the x coordinate of the mask area (read-write).Sets the x coordinate with a unit (read-write).MaskElement.y(double y) Sets the y coordinate of the mask area.Sets the y coordinate with a unit.MaskElement.yRW(double y) Sets the y coordinate of the mask area (read-write).Sets the y coordinate with a unit (read-write).Methods in org.vaadin.firitin.element.svg with parameters of type MaskElementModifier and TypeMethodDescription<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).