Package io.scanbot.sdk.barcode.ui
Class BarcodePolygonsView.BarcodePolygonStyle
-
- All Implemented Interfaces:
public final class BarcodePolygonsView.BarcodePolygonStyleClass that declares appearance of polygon
-
-
Field Summary
Fields Modifier and Type Field Description private BooleandrawPolygonprivate final BooleanuseFillprivate final BooleanuseFillHighlightedprivate final FloatcornerRadiusprivate final FloatstrokeWidthprivate final IntegerstrokeColorprivate final IntegerstrokeHighlightedColorprivate final IntegerfillColorprivate final IntegerfillHighlightedColorprivate final BooleanshouldDrawShadows
-
Constructor Summary
Constructors Constructor Description BarcodePolygonsView.BarcodePolygonStyle(Boolean drawPolygon, Boolean useFill, Boolean useFillHighlighted, Float cornerRadius, Float strokeWidth, Integer strokeColor, Integer strokeHighlightedColor, Integer fillColor, Integer fillHighlightedColor, Boolean shouldDrawShadows)
-
Method Summary
Modifier and Type Method Description final BooleangetDrawPolygon()final UnitsetDrawPolygon(Boolean drawPolygon)final BooleangetUseFill()final BooleangetUseFillHighlighted()final FloatgetCornerRadius()final FloatgetStrokeWidth()final IntegergetStrokeColor()final IntegergetStrokeHighlightedColor()final IntegergetFillColor()final IntegergetFillHighlightedColor()final BooleangetShouldDrawShadows()-
-
Constructor Detail
-
BarcodePolygonsView.BarcodePolygonStyle
BarcodePolygonsView.BarcodePolygonStyle(Boolean drawPolygon, Boolean useFill, Boolean useFillHighlighted, Float cornerRadius, Float strokeWidth, Integer strokeColor, Integer strokeHighlightedColor, Integer fillColor, Integer fillHighlightedColor, Boolean shouldDrawShadows)
-
-
Method Detail
-
getDrawPolygon
final Boolean getDrawPolygon()
-
setDrawPolygon
final Unit setDrawPolygon(Boolean drawPolygon)
-
getUseFill
final Boolean getUseFill()
-
getUseFillHighlighted
final Boolean getUseFillHighlighted()
-
getCornerRadius
final Float getCornerRadius()
-
getStrokeWidth
final Float getStrokeWidth()
-
getStrokeColor
final Integer getStrokeColor()
-
getStrokeHighlightedColor
final Integer getStrokeHighlightedColor()
-
getFillColor
final Integer getFillColor()
-
getFillHighlightedColor
final Integer getFillHighlightedColor()
-
getShouldDrawShadows
final Boolean getShouldDrawShadows()
-
-
-
-