Package nl.nanoworks.nanograph.components.opengl

Examples of nl.nanoworks.nanograph.components.opengl.SWTOpenGLJOGLNanoGraphPanel


        // Create the actual graphpanel
        Composite body = new Composite(tabs, SWT.NONE);
        item.setControl(body);
        Layout opengllayout = new FillLayout();
        body.setLayout(opengllayout);
        SWTOpenGLJOGLNanoGraphPanel joglpanel = new SWTOpenGLJOGLNanoGraphPanel(body);
        joglpanel.getGraphicsAdapter().setSphereRadius(AtomRenderer.DIAMETER / 100);
        joglpanel.setNanoGraph(graph);
    }
View Full Code Here

TOP

Related Classes of nl.nanoworks.nanograph.components.opengl.SWTOpenGLJOGLNanoGraphPanel

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.