Package io.scanbot.sdk.ui_v2.common
Class FinderStyle
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class FinderStyle implements Parcelable
Visual appearance of the viewfinder.
-
-
Method Summary
Modifier and Type Method Description abstract String
get_type()
abstract JSONObject
toJson()
final static FinderStyle
invoke(Map<String, Object> source)
final static FinderCorneredStyle
finderCorneredStyle()
final static FinderStrokedStyle
finderStrokedStyle()
-
-
Method Detail
-
toJson
abstract JSONObject toJson()
-
invoke
final static FinderStyle invoke(Map<String, Object> source)
-
finderCorneredStyle
final static FinderCorneredStyle finderCorneredStyle()
-
finderStrokedStyle
final static FinderStrokedStyle finderStrokedStyle()
-
-
-
-