Package org.jzy3d.plot3d.rendering.legends.colorbars

Examples of org.jzy3d.plot3d.rendering.legends.colorbars.ColorbarLegend


        surface.setWireframeColor(Color.BLACK);
       
        // Setup a colorbar for the surface object and add it to the scene
        Chart chart = getChart();
        chart.getScene().getGraph().add(surface);
        ColorbarLegend cbar = new ColorbarLegend(surface, chart.getView().getAxe().getLayout());
        surface.setLegend(cbar);
    }
View Full Code Here


        surface.setWireframeColor(Color.BLACK);
       
        // Setup a colorbar for the surface object and add it to the scene
        Chart chart = getChart();
        chart.getScene().getGraph().add(surface);
        ColorbarLegend cbar = new ColorbarLegend(surface, chart.getView().getAxe().getLayout());
        surface.setLegend(cbar);
    }
View Full Code Here

TOP

Related Classes of org.jzy3d.plot3d.rendering.legends.colorbars.ColorbarLegend

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.