Package org.havi.ui

Examples of org.havi.ui.HScreenRectangle


        return getInputVideoSize();
    }

    public HScreenRectangle getActiveVideoArea()
    {
        return new HScreenRectangle(0.0f, 0.0f, 1.0f, 1.0f); // FIXME: return actual active video area
    }
View Full Code Here

TOP

Related Classes of org.havi.ui.HScreenRectangle

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.