Package com.volantis.map.ics.imageprocessor.tool.clip

Examples of com.volantis.map.ics.imageprocessor.tool.clip.ClipXY.adjustTo()


            // should try to crop the image.

            // adjust clipper for selected frame. It has to be cloned to preserve
            // initial clip area for further processing
            ClipXY frameClipper = (ClipXY) clipper.clone();
            frameClipper.adjustTo(image.getMinX(), image.getWidth(), image.getMinY(), image.getHeight());

            if (LOGGER.isDebugEnabled()) {
                LOGGER.debug("ClipInfo: " + clipper.toString());
                LOGGER.debug("FrameClipInfo: " + frameClipper.toString());
            }
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.