public class ColorizeComodi extends Object
Constructor and Description |
---|
ColorizeComodi() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
run(InputStream comodiTerms,
InputStream comodiFigTemplate,
File comodiColorizedFigure)
Run the colorizer.
|
public static void main(String[] args) throws IOException, de.unirostock.sems.xmlutils.exception.XmlDocumentParseException, org.jdom2.JDOMException
args
- IOException
org.jdom2.JDOMException
de.unirostock.sems.xmlutils.exception.XmlDocumentParseException
public void run(InputStream comodiTerms, InputStream comodiFigTemplate, File comodiColorizedFigure) throws IOException, de.unirostock.sems.xmlutils.exception.XmlDocumentParseException, org.jdom2.JDOMException
comodiTerms
- the stream with comodi termscomodiFigTemplate
- the template SVG figure to be colorisedcomodiColorizedFigure
- the colorized figure to writeIOException
- the IO exceptionde.unirostock.sems.xmlutils.exception.XmlDocumentParseException
- the xml document parse exceptionorg.jdom2.JDOMException
- the JDOM exceptionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.