java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.sap.cloud.mobile.fiori.formcell.SignatureCaptureFormCell.BitmapMode |
BitmapMode controls the kind of bitmap returned in the value.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureCaptureFormCell.BitmapMode | REGULAR | Bitmap with signature and background. | |||||||||
SignatureCaptureFormCell.BitmapMode | REGULAR_WITH_WATERMARK | Bitmap with signature, background, and watermark. | |||||||||
SignatureCaptureFormCell.BitmapMode | REGULAR_WITH_WATERMARK_XMARK_UNDERLINE | Bitmap with signature, background, watermark, xmark, and underline. | |||||||||
SignatureCaptureFormCell.BitmapMode | TRANSPARENT | Bitmap with only the signature itself (transparent background). | |||||||||
SignatureCaptureFormCell.BitmapMode | TRANSPARENT_TRIM_BLANK_SPACE | Bitmap with only the signature itself (transparent background), trimming excess blank space. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SignatureCaptureFormCell.BitmapMode | valueOf(String name) | ||||||||||
final static BitmapMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Bitmap with signature and background.
Bitmap with signature, background, and watermark. This is the default if a mode is not chosen.
Bitmap with signature, background, watermark, xmark, and underline.
Bitmap with only the signature itself (transparent background).
Bitmap with only the signature itself (transparent background), trimming excess blank space.