Uses of Class
pro.verron.asciidoc.converters.svg.SvgAttributes
Packages that use SvgAttributes
-
Uses of SvgAttributes in pro.verron.asciidoc.converters.svg
Methods in pro.verron.asciidoc.converters.svg that return SvgAttributesModifier and TypeMethodDescriptionSvgCircle.attributes()SvgDocument.attributes()default SvgAttributesSvgElement.attributes()Returns the SVG attributes for this element.SvgGroup.attributes()SvgImage.attributes()SvgLine.attributes()SvgRect.attributes()SvgText.attributes()SvgImage.opts()Returns the value of theoptsrecord component.SvgLine.opts()Returns the value of theoptsrecord component.SvgRect.opts()Returns the value of theoptsrecord component.SvgText.opts()Returns the value of theoptsrecord component.Methods in pro.verron.asciidoc.converters.svg with parameters of type SvgAttributesModifier and TypeMethodDescriptionvoidSvgAttributes.addAll(SvgAttributes opts) Adds all attributes from anotherSvgAttributesinstance.Constructors in pro.verron.asciidoc.converters.svg with parameters of type SvgAttributesModifierConstructorDescriptionCreates an instance of aSvgImagerecord class.Creates an instance of aSvgLinerecord class.Creates an instance of aSvgRectrecord class.Creates an instance of aSvgTextrecord class.