Package net.sourceforge.jpowergraph.swt

Examples of net.sourceforge.jpowergraph.swt.SWTJGraphScrollPane


//  return (SWTJGraphPane) jGraphPane;
//  }

  public SWTJGraphPane createViewer(Composite group){
    SWTJGraphPane jGraphPane;
    SWTJGraphScrollPane scroll;
    OntoSpreadViewPanel view;
    jGraphPane = new SWTJGraphPane(group, controller.createEmptyGraph());
    jGraphPane.setLens(controller.getLensSet());
    scroll = new SWTJGraphScrollPane(group, (SWTJGraphPane) jGraphPane, controller.getLensSet());
    scroll.setParent(group);
    view = new OntoSpreadViewPanel(group, scroll, controller.getLensSet());
    view.setParent(group);
    return (SWTJGraphPane) jGraphPane;
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jpowergraph.swt.SWTJGraphScrollPane

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.