Package jsky.image.gui

Examples of jsky.image.gui.ImageDisplayControl


    public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
            public void run() {
                final ImageDisplayControlFrame frame = new ImageDisplayControlFrame(null);
                frame.setVisible(true);
                ImageDisplayControl control = frame.getImageDisplayControl();
                DivaMainImageDisplay imageDisplay = control.getImageDisplay();
                DivaImageGraphics g = (DivaImageGraphics)imageDisplay.getCanvasGraphics();

                // Create some interactors, which determine how you can interact with the figure
                // by selecting, dragging, resizing or rotating
View Full Code Here

TOP

Related Classes of jsky.image.gui.ImageDisplayControl

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.