Package io.scanbot.sdk.barcode.ui
Class BarcodePolygonsView.BarcodeElement
-
- All Implemented Interfaces:
public final class BarcodePolygonsView.BarcodeElement
Internal class that declares barcode state on the view.
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
shouldHighlight
private Boolean
shouldDrawPolygon
private List<PointF>
polygon
private Path
path
private View
view
private FloatArray
points
private FloatArray
animationPoints
private final Paint
fillPaint
private final Paint
strokeHighlightedPaint
private final Paint
fillHighlightedPaint
private final Paint
strokePaint
private List<<Error class: unknown class>>
animators
private final BarcodeItem
barcodeItem
private BarcodePolygonsView.BarcodePolygonStyle
polygonStyle
private BarcodePolygonsView.BarcodeTextViewStyle
textStyle
-
Constructor Summary
Constructors Constructor Description BarcodePolygonsView.BarcodeElement(BarcodeItem barcodeItem, BarcodePolygonsView.BarcodePolygonStyle polygonStyle, BarcodePolygonsView.BarcodeTextViewStyle textStyle)
-
Method Summary
-
-
Constructor Detail
-
BarcodePolygonsView.BarcodeElement
BarcodePolygonsView.BarcodeElement(BarcodeItem barcodeItem, BarcodePolygonsView.BarcodePolygonStyle polygonStyle, BarcodePolygonsView.BarcodeTextViewStyle textStyle)
-
-
Method Detail
-
getShouldHighlight
final Boolean getShouldHighlight()
-
setShouldHighlight
final Unit setShouldHighlight(Boolean shouldHighlight)
-
getShouldDrawPolygon
final Boolean getShouldDrawPolygon()
-
setShouldDrawPolygon
final Unit setShouldDrawPolygon(Boolean shouldDrawPolygon)
-
getPolygon
final List<PointF> getPolygon()
-
setPolygon
final Unit setPolygon(List<PointF> polygon)
-
getPoints
final FloatArray getPoints()
-
setPoints
final Unit setPoints(FloatArray points)
-
getAnimationPoints
final FloatArray getAnimationPoints()
-
setAnimationPoints
final Unit setAnimationPoints(FloatArray animationPoints)
-
getFillPaint
final Paint getFillPaint()
-
getStrokeHighlightedPaint
final Paint getStrokeHighlightedPaint()
-
getFillHighlightedPaint
final Paint getFillHighlightedPaint()
-
getStrokePaint
final Paint getStrokePaint()
-
getAnimators
final List<<Error class: unknown class>> getAnimators()
-
setAnimators
final Unit setAnimators(List<<Error class: unknown class>> animators)
-
getBarcodeItem
final BarcodeItem getBarcodeItem()
-
getPolygonStyle
final BarcodePolygonsView.BarcodePolygonStyle getPolygonStyle()
-
setPolygonStyle
final Unit setPolygonStyle(BarcodePolygonsView.BarcodePolygonStyle polygonStyle)
-
getTextStyle
final BarcodePolygonsView.BarcodeTextViewStyle getTextStyle()
-
setTextStyle
final Unit setTextStyle(BarcodePolygonsView.BarcodeTextViewStyle textStyle)
-
-
-
-