com.lib16.java.svg.SvgProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svg-builder Show documentation
Show all versions of svg-builder Show documentation
Lib16 SVG Builder for Java 8 is a library for creating SVG documents.
The newest version!
package com.lib16.java.svg;
import com.lib16.java.utils.NumberFormatter;
import com.lib16.java.xml.LanguageProperties;
public interface SvgProperties extends LanguageProperties
{
public String getSvgVersion();
public NumberFormatter getFormatter();
public NumberFormatter getDegreesFormatter();
}