Examples of resetImageManipulation()


Examples of com.visitrend.ndvis.gui.spi.DataVisualization.resetImageManipulation()

        if (multipliar == 1) {
            return;
        }

        // reset any priori image transformations
        imgPanel.resetImageManipulation();

        // set the new size of the ImagePanel
        imgPanel.getImagePane().setPreferredSize(new Dimension(viewableArea.width, (int) (img.getHeight() * multipliar)));
        imgPanel.getImagePane().revalidate();

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.