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

org.unlaxer.diagram.SVGRenderer Maven / Gradle / Ivy

The newest version!
package org.unlaxer.diagram;

public class SVGRenderer {

	public String render(Renderable renderable) {

		// Renderable is tree structure.

		Class clazz = renderable.getClass();
		if (clazz == TextElement.class) {
//				new TagBuilder("text")
//					.addAttribute("text", value)
//				Term
		}
		throw new IllegalArgumentException();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy