Back to project page FxCameraApp.
The source code is released under:
MIT License
If you think the Android project FxCameraApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.af.experiments.FxCameraApp.display; /*from ww w . j av a 2 s . c o m*/ import android.graphics.Point; public interface DisplayHelper { int getDisplayAngle(); Point getDisplaySize(); Point getRawDisplaySize(); }