Class FrameShapeType


  • public class FrameShapeType
    extends java.lang.Object
    The constants of the enumeration identify the shape of the camera frame
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CORNER
      Camera frame only consists of corners of the rectangle
      static int LINE
      Camera frame is rectangle
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameShapeType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CORNER

        public static final int CORNER
        Camera frame only consists of corners of the rectangle
        See Also:
        Constant Field Values
    • Constructor Detail

      • FrameShapeType

        public FrameShapeType()