Package | Description |
---|---|
org.artoolkit.ar.base.camera |
Modifier and Type | Method and Description |
---|---|
CameraPreferencesActivity.ASPECT_RATIO |
CameraPreferencesActivity.findAspectRatio(int w,
int h)
A convenience method which makes it easy to determine the approximate
aspect ratio of an image with the given resolution (expressed in pixel
width and height).
|
static CameraPreferencesActivity.ASPECT_RATIO |
CameraPreferencesActivity.ASPECT_RATIO.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraPreferencesActivity.ASPECT_RATIO[] |
CameraPreferencesActivity.ASPECT_RATIO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|