Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUCKET_ID
The id of the bucket (folder) that the image belongs to.
|
static java.lang.String |
BUCKET_NAME
The name of the bucket (folder) that the image belongs to.
|
static java.lang.String |
DATE_ADDED
The timestamp of when the Image item was generated.
|
static java.lang.String |
IMAGE_DATA
The abstraction of image data.
|
static java.lang.String |
IMAGE_ID
The id of the image in Android media database.
|
static java.lang.String |
IMAGE_NAME
The name of the image.
|
static java.lang.String |
IMAGE_PATH
The file path of the image.
|
EOS, TIME_CREATED
Modifier and Type | Method and Description |
---|---|
static PStreamProvider |
getFromStorage()
Provide a stream of all Image items in local file system.
|
static PStreamProvider |
takeFromCamera()
Provide an PStream with an Image item, which represents a photo taken from camera.
|
containsField, equals, excludeFields, getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getValueByField, includeFields, isEndOfStream, setFieldValue, toDebugString, toJson, toMap, toString
@PSItemField(type=java.lang.Long.class) public static final java.lang.String DATE_ADDED
@PSItemField(type=ImageData.class) public static final java.lang.String IMAGE_DATA
@PSItemField(type=java.lang.Integer.class) public static final java.lang.String BUCKET_ID
@PSItemField(type=java.lang.String.class) public static final java.lang.String BUCKET_NAME
@PSItemField(type=java.lang.Integer.class) public static final java.lang.String IMAGE_ID
@PSItemField(type=java.lang.String.class) public static final java.lang.String IMAGE_NAME
@PSItemField(type=java.lang.String.class) public static final java.lang.String IMAGE_PATH
public static PStreamProvider takeFromCamera()
public static PStreamProvider getFromStorage()