abstract class SvgGenerator<T : Any> (source)
Generates an image from a svg file.
<init> |
Generates an image from a svg file. SvgGenerator(: String, : String = "/generation/") |
applyParamsToDocument |
abstract fun applyParamsToDocument(: Document, : T): Unit |
generate |
fun generate(: T): Document |