public class

SvgSvg

extends SvgGroup
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.svg.SvgElement
     ↳ net.pierrox.lightning_launcher.script.api.svg.SvgGroup
       ↳ net.pierrox.lightning_launcher.script.api.svg.SvgSvg

Class Overview

The root <svg> element. Lightning Launcher supports the following subset of the SVG specification: - elements: rect, circle, ellipse, path, group, svg, linearGradient, radialGradient - transforms: matrix, translate, rotate, scale, skewX, skewY - style: fill, fill-opacity, stroke, stroke-width, stroke-linecap, stroke-linejoin, stroke-miterlimit, stroke-dasharray, stroke-dashoffset, stroke-opacity, display (only with value "none") - linear and radial: with stop offsets and gradient transform. Gradients can be used in fill and stroke using the url(#gradient_id) syntax

Summary

Public Methods
SvgElement getElementById(String id)
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.script.api.svg.SvgGroup
From class net.pierrox.lightning_launcher.script.api.svg.SvgElement
From class java.lang.Object

Public Methods

public SvgElement getElementById (String id)