Uses of Class
pro.verron.asciidoc.converters.svg.SvgAttribute
Packages that use SvgAttribute
-
Uses of SvgAttribute in pro.verron.asciidoc.converters.svg
Classes in pro.verron.asciidoc.converters.svg that implement interfaces with type arguments of type SvgAttributeModifier and TypeClassDescriptionfinal classAn SVG attribute name/value pair, used when constructing SVG elements.classAn ordered, deduplicated collection ofSvgAttributeinstances.Fields in pro.verron.asciidoc.converters.svg declared as SvgAttributeModifier and TypeFieldDescriptionstatic final SvgAttributeSvgAttribute.NONESentinel value representing an absent attribute; filtered out during serialization.Methods in pro.verron.asciidoc.converters.svg that return SvgAttributeModifier and TypeMethodDescriptionstatic SvgAttributeCreates an attribute with an integer value.static SvgAttributeCreates an attribute with a string value.Methods in pro.verron.asciidoc.converters.svg that return types with arguments of type SvgAttributeMethods in pro.verron.asciidoc.converters.svg with parameters of type SvgAttributeConstructors in pro.verron.asciidoc.converters.svg with parameters of type SvgAttributeModifierConstructorDescriptionSvgAttributes(SvgAttribute... attributes) Constructs an attribute set from the given attributes.Constructs anSvgImageelement with variable attributes.Constructs anSvgLineelement with variable attributes.Constructs anSvgRectelement with variable attributes.Constructs anSvgTextelement with variable attributes.