Class DMSDetectorView.ImageDetectionLocationStyle

java.lang.Object
com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
Enclosing class:
DMSDetectorView

public static class DMSDetectorView.ImageDetectionLocationStyle extends Object
This class can be used to customize the visual appearance of image detection locations. A ImageDetectionLocationStyle must be created by the DMSDetectorView.ImageDetectionLocationStyle.Builder.
  • Field Details

    • DEFAULT

      public static final DMSDetectorView.ImageDetectionLocationStyle DEFAULT
      Creates a ImageDetectionLocationStyle where both fill and stroke are set to 60% transparent white (0x99FFFFFF). The stroke width is 1dp.
  • Method Details

    • getBorderWidth

      public float getBorderWidth(android.content.Context context)
    • getBorderColor

      public int getBorderColor()
    • getFillColor

      public int getFillColor()