Package jsky.image.graphics

Examples of jsky.image.graphics.DivaImageGraphics


     * Make and return the CanvasGraphics object.
     *
     * @return the CanvasGraphics object
     */
    protected CanvasGraphics makeCanvasGraphics() {
        DivaImageGraphics g = new DivaImageGraphics(this);
        _imageLayer = g.getImageLayer();
        return g;
    }
View Full Code Here

TOP

Related Classes of jsky.image.graphics.DivaImageGraphics

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.