Uses of Interface
pro.verron.asciidoc.converters.svg.SvgElement
Packages that use SvgElement
-
Uses of SvgElement in pro.verron.asciidoc.converters.svg
Classes in pro.verron.asciidoc.converters.svg that implement SvgElementModifier and TypeClassDescriptionfinal recordSVG<circle>element model.final recordRaw text content inside an SVG element.final recordSVG document root model (<svg>element).final recordSVG<g>element model.final recordSVG<image>element model.final recordSVG<line>element model.final recordSVG<rect>element model.final recordSVG<text>element model.Methods in pro.verron.asciidoc.converters.svg that return types with arguments of type SvgElementModifier and TypeMethodDescriptionSvgDocument.children()Returns the value of thechildrenrecord component.default List<SvgElement> SvgElement.children()Returns the child elements of this element.SvgGroup.children()Returns the value of thechildrenrecord component.SvgText.children()Collection<? extends SvgElement> Theme.renderBanner(String title, double bannerHeight) Renders the editor banner (toolbar and menu bar) as a collection of SVG elements.Constructor parameters in pro.verron.asciidoc.converters.svg with type arguments of type SvgElementModifierConstructorDescriptionSvgDocument(int width, int height, List<SvgElement> children) Creates an instance of aSvgDocumentrecord class.SvgGroup(String transform, List<SvgElement> children) Creates an instance of aSvgGrouprecord class.