Examples of CoordsGridLayer


Examples of jsky.image.graphics.CoordsGridLayer

     * for catalog symbols.
     */
    public NavigatorPane() {
        _symbolLayer = new SymbolLayer();
        _initNewLayer(_symbolLayer);
        _gridLayer = new CoordsGridLayer();
        _initNewLayer(_gridLayer);
        _rebuildLayerArray();
    }
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.