Package ssv.interaction.diagram.view.svg

Examples of ssv.interaction.diagram.view.svg.SVGInteractionDiagramFileWriter


public class SVGInteractionDiagramFactory extends InteractionDiagramFactory {

  @Override
  public InteractionDiagramFileWriter createInteractionDiagramFileWriter() {
   
    return new SVGInteractionDiagramFileWriter();
  }
View Full Code Here

TOP

Related Classes of ssv.interaction.diagram.view.svg.SVGInteractionDiagramFileWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.