de.softpro.signware.SPTellerImage Class Reference
Inheritance diagram for de.softpro.signware.SPTellerImage:

Detailed Description
Reperesentation of a SignBase® Teller ImageThe interface allows for accessing SignBase® functionality within SignWare®.
This class is not serializable, please serialize the SPSignature / SPReference / SPImage, and instantiate a SPTellerImageObject from the serialized SPSignature / SPReference / SPImage.
- Operating Systems:
- Windows (Win32)
Public Member Functions | |
char | getSource () throws SPSignwareException |
Query the image source. | |
char | getType () throws SPSignwareException |
Query the image type. | |
byte[] | getXML (int iIndent) throws SPSignwareException |
Convert this SPTellerImage object to a XML string, that confirms with signplus.dtd. | |
void | setSource (char chSource) throws SPSignwareException |
Set the image source. | |
SPTellerImage (byte baXML[]) throws SPSignwareException | |
Create a teller image that is based on an image contained in element SignPlusSignature according to signplus.dtd. | |
SPTellerImage (SPImage pImage) throws SPSignwareException | |
Create a teller image that includes a static image. | |
SPTellerImage (SPSignature pSignature) throws SPSignwareException | |
Create a teller image that includes a dynamic signature. | |
SPTellerImage (SPReference pReference) throws SPSignwareException | |
Create a teller image that includes a dynamic reference. | |
Package Functions | |
native final int | jniFree () |
Constructor & Destructor Documentation
|
Create a teller image that includes a dynamic reference.
|
|
Create a teller image that includes a dynamic signature.
|
|
Create a teller image that includes a static image.
|
|
Create a teller image that is based on an image contained in element SignPlusSignature according to signplus.dtd.
|
Member Function Documentation
|
Query the image source.
|
|
Query the image type.
|
|
Convert this SPTellerImage object to a XML string, that confirms with signplus.dtd.
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Set the image source.
|
The documentation for this class was generated from the following file: