Class NoLayoutPreset
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NoLayoutPreset extends MrzFinderLayoutPreset implements Parcelable
No layout preset.
-
-
Constructor Summary
Constructors Constructor Description NoLayoutPreset(Map<String, Object> source)
NoLayoutPreset(JSONObject json)
NoLayoutPreset()
-
Method Summary
Modifier and Type Method Description String
get_type()
JSONObject
toJson(ToJsonConfiguration config)
NoLayoutPreset
clone()
final static NoLayoutPreset
default()
-
-
Constructor Detail
-
NoLayoutPreset
NoLayoutPreset(JSONObject json)
-
NoLayoutPreset
NoLayoutPreset()
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
NoLayoutPreset clone()
-
default
final static NoLayoutPreset default()
-
-
-
-