Package jsky.navigator

Examples of jsky.navigator.NavigatorPane


    /**
     * Set the object to use to draw catalog symbols
     */
    public void setCanvasGraphics(CanvasGraphics canvasGraphics) {
        _imageGraphics = (DivaImageGraphics) canvasGraphics;
        NavigatorPane pane = (NavigatorPane) _imageGraphics.getGraphicsPane();
        _layer = pane.getSymbolLayer();
        pane.getBackgroundEventLayer().addLayerListener(this);
    }
View Full Code Here

TOP

Related Classes of jsky.navigator.NavigatorPane

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.