Package jsky.navigator

Examples of jsky.navigator.NavigatorFrame


     *
     * @param imageDisplay used to display images from image servers
     * @return the frame for displaying catalog information
     */
    protected NavigatorFrame makeNavigatorFrame(MainImageDisplay imageDisplay) {
        return new NavigatorFrame(imageDisplay);
    }
View Full Code Here

TOP

Related Classes of jsky.navigator.NavigatorFrame

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.