public class

SvgGroup

extends SvgElement
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.svg.SvgElement
     ↳ net.pierrox.lightning_launcher.script.api.svg.SvgGroup
Known Direct Subclasses

Class Overview

A group of SVG elements (<g>).

Summary

Public Methods
SvgElement[] getChildren()
Return the list of elements in this group.
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.script.api.svg.SvgElement
From class java.lang.Object

Public Methods

public SvgElement[] getChildren ()

Return the list of elements in this group.