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

Detailed Description
Display a signature / image in a java panel.This class encapsulates signature image display within a canvas.
Heavy weight components overwrite light weight components (and vice versa), that means you cannot mix light weight components such as a javax.swing.JButton and heavy weight component.
See http://java.sun.com/developer/technicalArticles/GUI/mixing_components/index.html and http://java.sun.com/products/jfc/tsc/articles/mixing/ for mixing heavy and leight weight components
Signware also includes an object to display the dynamic feature of a signature, please read SPJGuiDyn
- Operating Systems:
- Windows (Win32)
Public Member Functions | |
boolean | getBoolProperty (String aKey) throws SPSignwareException |
int | getIntProperty (String aKey) throws SPSignwareException |
SPSignature | getSignature () throws SPSignwareException |
void | paint (java.awt.Panel aClient) |
void | setBoolProperty (String aKey, boolean aValue) throws SPSignwareException |
void | setClient (java.awt.Panel pClient) throws SPSignwareException |
void | setIntProperty (String aKey, int aValue) throws SPSignwareException |
void | setSignature (SPSignature aSigno) throws SPSignwareException |
SPJGuiDyn () throws SPSignwareException | |
Package Functions | |
final native int | jniFree () |
Constructor & Destructor Documentation
|
Create a new SPJGuiDyn object
|
Member Function Documentation
|
Query the value of an boolean property in a SPJGuiDyn object
|
|
Query the value of an integer property in a SPJGuiDyn object
|
|
Query the signature in a SPJGuiDyn object
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Handle painting in the object If the application draws in the Panel which hosts the SPGuiDyn object, then the application must set the bool property "JavaDrawInPanel" to true and invoke the paint method whenever the application needs to draw on the component.
|
|
Set an boolean property in a SPJGuiDyn object
|
|
Create the visible components of a SPJGuiDyn object
|
|
Set an integer property in a SPJGuiDyn object
|
|
Set the signature in a SPJGuiDyn object Any weighted frames or split linew will be reset.
|
The documentation for this class was generated from the following file: