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