Package io.scanbot.sdk.barcode.ui
Class BarcodePolygonsStaticView.BarcodePolygonStyle
-
- All Implemented Interfaces:
public final class BarcodePolygonsStaticView.BarcodePolygonStyleClass that declares appearance of polygon
-
-
Field Summary
Fields Modifier and Type Field Description private BooleandrawPolygonprivate final BooleanuseFillprivate final BooleanuseFillDeclinedprivate final FloatcornerRadiusprivate final FloatstrokeWidthprivate final IntegerstrokeColorprivate final IntegerstrokeDeclinedColorprivate final IntegerfillColorprivate final IntegerfillDeclinedColorprivate final BooleanshouldDrawShadows
-
Constructor Summary
Constructors Constructor Description BarcodePolygonsStaticView.BarcodePolygonStyle(Boolean drawPolygon, Boolean useFill, Boolean useFillDeclined, Float cornerRadius, Float strokeWidth, Integer strokeColor, Integer strokeDeclinedColor, Integer fillColor, Integer fillDeclinedColor, Boolean shouldDrawShadows)
-
Method Summary
Modifier and Type Method Description final BooleangetDrawPolygon()final UnitsetDrawPolygon(Boolean drawPolygon)final BooleangetUseFill()final BooleangetUseFillDeclined()final FloatgetCornerRadius()final FloatgetStrokeWidth()final IntegergetStrokeColor()final IntegergetStrokeDeclinedColor()final IntegergetFillColor()final IntegergetFillDeclinedColor()final BooleangetShouldDrawShadows()-
-
Constructor Detail
-
BarcodePolygonsStaticView.BarcodePolygonStyle
BarcodePolygonsStaticView.BarcodePolygonStyle(Boolean drawPolygon, Boolean useFill, Boolean useFillDeclined, Float cornerRadius, Float strokeWidth, Integer strokeColor, Integer strokeDeclinedColor, Integer fillColor, Integer fillDeclinedColor, Boolean shouldDrawShadows)
-
-
Method Detail
-
getDrawPolygon
final Boolean getDrawPolygon()
-
setDrawPolygon
final Unit setDrawPolygon(Boolean drawPolygon)
-
getUseFill
final Boolean getUseFill()
-
getUseFillDeclined
final Boolean getUseFillDeclined()
-
getCornerRadius
final Float getCornerRadius()
-
getStrokeWidth
final Float getStrokeWidth()
-
getStrokeColor
final Integer getStrokeColor()
-
getStrokeDeclinedColor
final Integer getStrokeDeclinedColor()
-
getFillColor
final Integer getFillColor()
-
getFillDeclinedColor
final Integer getFillDeclinedColor()
-
getShouldDrawShadows
final Boolean getShouldDrawShadows()
-
-
-
-