Package com.digimarc.dis
Class DMSDetectorView.ImageDetectionLocationStyle
java.lang.Object
com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
- Enclosing class:
- DMSDetectorView
This class can be used to customize the visual appearance of image detection locations.
A ImageDetectionLocationStyle must be created by the
DMSDetectorView.ImageDetectionLocationStyle.Builder
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The builder used to createDMSDetectorView.ImageDetectionLocationStyle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DMSDetectorView.ImageDetectionLocationStyle
Creates a ImageDetectionLocationStyle where both fill and stroke are set to 60% transparent white (0x99FFFFFF). -
Method Summary
-
Field Details
-
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()
-