Examples of HScreenRectangle


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
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.