Package ssv.interaction.diagram.view.svg

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


  }

  @Override
  @SuppressWarnings("unchecked")
  public <S extends ssv.interaction.model.InstanceDelegate> S createInteractionDiagramInstance(Instance modelInstance) {
    SVGInstance instance = new SVGInstance();
    instance.setModelInstance(modelInstance);
    instance.processModelInstance();
    return (S) instance;
  }
View Full Code Here

TOP

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

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.