de.cau.cs.kieler.kaom.karma.ptolemy.figurecreation
Class FigureParser

java.lang.Object
  extended by de.cau.cs.kieler.kaom.karma.ptolemy.figurecreation.FigureParser

public final class FigureParser
extends Object

Class for creating a draw2d figure out of an svg document.

Rating red

Method Summary
static IFigure createFigure(Document doc)
          Create an draw2d figure out of an svg document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFigure

public static IFigure createFigure(Document doc)
Create an draw2d figure out of an svg document.

Parameters:
doc - the svg document
Returns:
the draw2d figure equivalent to the svg