All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lib16.java.svg.SvgProperties Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy