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

com.github.sbellus.fitnesse.plantuml.graphics.GraphicsWikiToSvgConvertor Maven / Gradle / Ivy

package com.github.sbellus.fitnesse.plantuml.graphics;

public interface GraphicsWikiToSvgConvertor {
    public GraphicsSvg convert(GraphicsWiki wiki) throws GraphicsWikiToSvgConvertionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy