Package codechicken.lib.vec

Examples of codechicken.lib.vec.Rectangle4i


        if (scrolled < 0) scrolled = 0;
        return scrolled;
    }

    public Rectangle4i bounds() {
        return new Rectangle4i(x, y, width, height);
    }
View Full Code Here

TOP

Related Classes of codechicken.lib.vec.Rectangle4i

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.