Package 

Enum Grid

  • All Implemented Interfaces:
    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.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      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.

    • Method Summary

      Modifier and Type Method Description
      static Array<Grid> values()
      static Grid valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait