Uses of Class
com.iizix.prop.image.SVGInfo
Packages that use SVGInfo Package Description com.iizix.prop.image Uses of SVGInfo in com.iizix.prop.image
Methods in com.iizix.prop.image that return SVGInfo Modifier and Type Method Description static SVGInfo
SVGInfo. fromDefinition(SVGDefinition def)
Creates the SVG inform from the SVG definition.static SVGInfo
SVGInfo. fromDefinition(java.io.File file)
Creates the SVG inform from the SVG definition.static SVGInfo
SVGInfo. fromString(java.lang.String string)
Creates the SVG information from a String, used typically for iizi SVG URN's.SVGInfo
SVGDefinition. getSVGInfo()
Gets the SVG information.Constructors in com.iizix.prop.image with parameters of type SVGInfo Constructor Description ClientImageData(SVGInfo svgInfo)
Creates a new instance for SVG.