Package jsky.image.gui

Examples of jsky.image.gui.DivaGraphicsImageDisplay.clear()


     * test main: usage: java GraphicsImageDisplay <filename>.
     */
    public static void main(String[] args) {
        JFrame frame = new JFrame("GraphicsImageDisplay");
        DivaGraphicsImageDisplay imageDisplay = new DivaGraphicsImageDisplay();
        imageDisplay.clear();

        // Add some test objects
        DivaImageGraphics g = new DivaImageGraphics(imageDisplay);
        SelectionInteractor si = g.getSelectionInteractor();

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.