public class

ImageSvg

extends Image
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.Image
     ↳ net.pierrox.lightning_launcher.script.api.ImageSvg

Class Overview

An image backed by a SVG document

Summary

Public Methods
int getHeight()
Return the image height
SvgSvg getSvgRoot()
int getWidth()
Return the image width
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.script.api.Image
From class java.lang.Object

Public Methods

public int getHeight ()

Return the image height

public SvgSvg getSvgRoot ()

public int getWidth ()

Return the image width