com.kitfox.svg.SVGConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svg-salamander Show documentation
Show all versions of svg-salamander Show documentation
A tool for displaying and playing SVG content using the Java2D
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.kitfox.svg;
/**
*
* @author kitfox
*/
public interface SVGConst
{
public static final String SVG_LOGGER = "svgSalamandeLogger";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy