public static enum

SignatureCaptureFormCell.BitmapMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sap.cloud.mobile.fiori.formcell.SignatureCaptureFormCell.BitmapMode

Class Overview

BitmapMode controls the kind of bitmap returned in the value.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SignatureCaptureFormCell.BitmapMode REGULAR

Bitmap with signature and background.

public static final SignatureCaptureFormCell.BitmapMode REGULAR_WITH_WATERMARK

Bitmap with signature, background, and watermark. This is the default if a mode is not chosen.

public static final SignatureCaptureFormCell.BitmapMode REGULAR_WITH_WATERMARK_XMARK_UNDERLINE

Bitmap with signature, background, watermark, xmark, and underline.

public static final SignatureCaptureFormCell.BitmapMode TRANSPARENT

Bitmap with only the signature itself (transparent background).

public static final SignatureCaptureFormCell.BitmapMode TRANSPARENT_TRIM_BLANK_SPACE

Bitmap with only the signature itself (transparent background), trimming excess blank space.

Public Methods

public static SignatureCaptureFormCell.BitmapMode valueOf (String name)

public static final BitmapMode[] values ()