com.otaliastudios.cameraview.controls.Control
java.io.Serializable
java.lang.Comparable
public enum Grid implements Control
Grid values can be used to draw grid lines over the camera preview.
DRAW_PHI
Draws a grid respecting the 'phi' constant proportions,often referred as to the golden ratio.
DRAW_4X4
Draws a regular, 4x4 grid.
DRAW_3X3
Draws a regular, 3x3 grid.
OFF
No grid is drawn.
static Array<Grid>
values()
static Grid
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static Array<Grid> values()
static Grid valueOf(String name)