Package io.scanbot.sdk.barcode.ui
Class BarcodePolygonsView.BarcodeElement
-
- All Implemented Interfaces:
public final class BarcodePolygonsView.BarcodeElementInternal class that declares barcode state on the view.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanshouldHighlightprivate BooleanshouldDrawPolygonprivate List<PointF>polygonprivate Pathpathprivate Viewviewprivate FloatArraypointsprivate FloatArrayanimationPointsprivate final PaintfillPaintprivate final PaintstrokeHighlightedPaintprivate final PaintfillHighlightedPaintprivate final PaintstrokePaintprivate List<<Error class: unknown class>>animatorsprivate final BarcodeItembarcodeItemprivate BarcodePolygonsView.BarcodePolygonStylepolygonStyleprivate BarcodePolygonsView.BarcodeTextViewStyletextStyle
-
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)
-
-
-
-