Package graphics.common

Examples of graphics.common.Size3D


    }

    private class Get3D implements SizeGet {
        @Override
        public Size get( double width, double height, double depth ) {
                return new Size3D( width, height, depth );
        }
View Full Code Here

TOP

Related Classes of graphics.common.Size3D

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.