Package uk.ac.man.cs.mig.util.graph.export

Examples of uk.ac.man.cs.mig.util.graph.export.ExportFormat.export()


   */
  protected void doExport(OutputStream os,
                          ExportFormat format) {
    ExportFormat exportFormat = formatPage.getSelectedExportFormat();
    GraphComponent graphComponent = hierarchyPage.getSelectedGraphComponent();
    exportFormat.export(graphComponent.getController(), os);
  }
}

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.