Package jsky.navigator

Examples of jsky.navigator.NavigatorImageDisplay


     * @param imageFileOrUrl an image file or URL to display
     */
    protected void makeFrameLayout(boolean showNavigator, String imageFileOrUrl) {
        _imageFrame = makeNavigatorImageDisplayFrame(imageFileOrUrl);
        if (showNavigator) {
            NavigatorImageDisplay imageDisplay = (NavigatorImageDisplay) _imageFrame.getImageDisplayControl().getImageDisplay();
            imageDisplay.openCatalogWindow();
        }
    }
View Full Code Here

TOP

Related Classes of jsky.navigator.NavigatorImageDisplay

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.