public class CameraOptions
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
CameraOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
_getDestinationTypeCode() |
int |
_getEncodingTypeCode() |
int |
_getMediaTypeCode() |
int |
_getSourceTypeCode() |
static CameraOptions |
create() |
boolean |
getAllowEdit() |
DestinationType |
getDestinationType() |
EncodingType |
getEncodingType() |
MediaType |
getMediaType() |
int |
getQuality() |
boolean |
getSaveToPhotoAlbum() |
PictureSourceType |
getSourceType() |
void |
setAllowEdit(boolean allowEdit) |
void |
setDestinationType(DestinationType destinationType) |
void |
setEncodingType(EncodingType encodingType) |
void |
setMediaType(MediaType mediaType) |
void |
setQuality(int quality) |
void |
setSaveToPhotoAlbum(boolean saveToPhotoAlbum) |
void |
setSourceType(PictureSourceType sourceType) |
public static CameraOptions create()
public final int getQuality()
public final void setQuality(int quality)
@SGWTInternal public final int _getDestinationTypeCode()
public final DestinationType getDestinationType()
public final void setDestinationType(DestinationType destinationType)
@SGWTInternal public final int _getSourceTypeCode()
public final PictureSourceType getSourceType()
public final void setSourceType(PictureSourceType sourceType)
public final boolean getAllowEdit()
public final void setAllowEdit(boolean allowEdit)
@SGWTInternal public final int _getEncodingTypeCode()
public final EncodingType getEncodingType()
public final void setEncodingType(EncodingType encodingType)
@SGWTInternal public final int _getMediaTypeCode()
public final MediaType getMediaType()
public final void setMediaType(MediaType mediaType)
public final boolean getSaveToPhotoAlbum()
public final void setSaveToPhotoAlbum(boolean saveToPhotoAlbum)