public class CameraSettings extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MODE |
static String |
KEY_PREVIEW |
static String |
KEY_SHUTTER |
| Constructor and Description |
|---|
CameraSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMode() |
String |
getPreview() |
String |
getShutter() |
void |
putPreview(String s) |
void |
setMode(String s) |
void |
setShutter(String s) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final String KEY_MODE
public static final String KEY_PREVIEW
public static final String KEY_SHUTTER
Copyright © 2015. All rights reserved.