Package com.six.timapi
Class ShowSignatureCaptureRequest
- java.lang.Object
-
- com.six.timapi.ShowSignatureCaptureRequest
-
public class ShowSignatureCaptureRequest extends Object
Ecr show signature capture request.
-
-
Constructor Summary
Constructors Constructor Description ShowSignatureCaptureRequest()Create show signature capture request.ShowSignatureCaptureRequest(ShowSignatureCaptureRequest request)Create copy of show signature capture request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetBackgroundColor()Background color.List<BrandBarBrand>getBrandBar()Brand bar.BrandModegetBrandMode()Brand mode.ImageFileFormatgetImageFileFormat()Image file format to use.intgetImageFileHeight()Image file height in pixels.intgetImageFileWidth()Image file width in pixels.StringgetLanguage()Language.ResourceIdgetResourceId()Resource identifier.ColorgetSignatureColor()Signature color.ThemegetTheme()Theme.intgetTimeout()Timeout in seconds.ColorgetWatermarkColor()Watermark color.List<String>getWatermarkItems()List of watermark items.voidsetBackgroundColor(Color backgroundColor)Set background color.voidsetBrandBar(List<BrandBarBrand> brandBar)Set brand bar.voidsetBrandMode(BrandMode brandMode)Set brand mode.voidsetImageFileFormat(ImageFileFormat imageFileFormat)Set image file format to use.voidsetImageFileHeight(int imageFileHeight)Set image file height in pixels.voidsetImageFileWidth(int imageFileWidth)Set image file width in pixels.voidsetLanguage(String language)Set language.voidsetResourceId(ResourceId resourceId)Set resource identifier.voidsetSignatureColor(Color signatureColor)Set signature color.voidsetTheme(Theme theme)Set theme.voidsetTimeout(int timeout)Set timeout in seconds.voidsetWatermarkColor(Color watermarkColor)Set watermark color.voidsetWatermarkItems(List<String> items)Set list of watermark items.
-
-
-
Constructor Detail
-
ShowSignatureCaptureRequest
public ShowSignatureCaptureRequest()
Create show signature capture request.
-
ShowSignatureCaptureRequest
public ShowSignatureCaptureRequest(ShowSignatureCaptureRequest request)
Create copy of show signature capture request.
-
-
Method Detail
-
getBrandBar
public List<BrandBarBrand> getBrandBar()
Brand bar. Used if brand mode isBrandMode.SELECTED.
-
setBrandBar
public void setBrandBar(List<BrandBarBrand> brandBar)
Set brand bar. Used if brand mode isBrandMode.SELECTED.- Throws:
IllegalArgumentException- brandBar is null.
-
getBrandMode
public BrandMode getBrandMode()
Brand mode.
-
setBrandMode
public void setBrandMode(BrandMode brandMode)
Set brand mode.- Throws:
IllegalArgumentException- brandBarMode is null.
-
getBackgroundColor
public Color getBackgroundColor()
Background color.
-
setBackgroundColor
public void setBackgroundColor(Color backgroundColor)
Set background color.- Throws:
IllegalArgumentException- backgroundColor is null.
-
getImageFileFormat
public ImageFileFormat getImageFileFormat()
Image file format to use.
-
setImageFileFormat
public void setImageFileFormat(ImageFileFormat imageFileFormat)
Set image file format to use.- Throws:
IllegalArgumentException- imageFileFormat is null.
-
getImageFileWidth
public int getImageFileWidth()
Image file width in pixels.
-
setImageFileWidth
public void setImageFileWidth(int imageFileWidth)
Set image file width in pixels.- Throws:
IllegalArgumentException- imageFileWidth is less than 0.
-
getImageFileHeight
public int getImageFileHeight()
Image file height in pixels.
-
setImageFileHeight
public void setImageFileHeight(int imageFileHeight)
Set image file height in pixels.- Throws:
IllegalArgumentException- imageFileHeight is less than 0.
-
getResourceId
public ResourceId getResourceId()
Resource identifier.
-
setResourceId
public void setResourceId(ResourceId resourceId)
Set resource identifier.- Throws:
IllegalArgumentException- resourceId is null.
-
getSignatureColor
public Color getSignatureColor()
Signature color.
-
setSignatureColor
public void setSignatureColor(Color signatureColor)
Set signature color.
-
getTheme
public Theme getTheme()
Theme.
-
setTheme
public void setTheme(Theme theme)
Set theme.
-
getTimeout
public int getTimeout()
Timeout in seconds.
-
setTimeout
public void setTimeout(int timeout)
Set timeout in seconds.
-
getLanguage
public String getLanguage()
Language. Can be null if not set.
-
setLanguage
public void setLanguage(String language)
Set language. Can be null if not set.
-
getWatermarkColor
public Color getWatermarkColor()
Watermark color.
-
setWatermarkColor
public void setWatermarkColor(Color watermarkColor)
Set watermark color.
-
getWatermarkItems
public List<String> getWatermarkItems()
List of watermark items. Returns copy of list. To change list call setWatermarkItems.
-
-