Package com.lightcrafts.model

Examples of com.lightcrafts.model.CropBounds


    }

    public void setTransform(AffineTransform xform) {
        // Reinitialize the crop, so it scales with the image and follows
        // rotations:
        final CropBounds crop = getCrop();
        final CropBounds reset = getResetCropBounds();
        Dimension2D rotateLimitDimensions = getRotateLimitDimensions();
        this.xform = xform;
        setCrop(crop);
        setResetCropBounds(reset);
        setRotateLimitDimensions(rotateLimitDimensions);
View Full Code Here

TOP

Related Classes of com.lightcrafts.model.CropBounds

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.