at.lcm.x2c.scilab.utils
Class ExportUtils

java.lang.Object
  extended by at.lcm.x2c.scilab.utils.ExportUtils

public class ExportUtils
extends java.lang.Object

Author:
sfragner

Constructor Summary
ExportUtils()
           
 
Method Summary
static void exportDiagram(org.scilab.modules.graph.ScilabGraph graph, java.lang.String dirName, java.lang.String fileFormat)
          Function to export Scilab/Xcos diagram.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportUtils

public ExportUtils()
Method Detail

exportDiagram

public static void exportDiagram(org.scilab.modules.graph.ScilabGraph graph,
                                 java.lang.String dirName,
                                 java.lang.String fileFormat)
Function to export Scilab/Xcos diagram.

Parameters:
graph - Scilab/Xcos diagram
dirName - Destination directory
fileFormat - File format (svg, html, vml, png, jpg, ...)


Copyright 2019 LCM. All rights reserved.