com.qoppa.pdfNotes.settings
Class SignatureTool

java.lang.Object
  extended by com.qoppa.pdfNotes.settings.SignatureTool

public class SignatureTool
extends Object

This class manages the default properties and settings for the Signature Tool. The method setDefaultProperties() can be used to set the Annotation properties to this Tool's default properties.

The Tool's property values can be retrieved and initialized with the methods toXMLString() and setFromXML() in the AnnotationTools class. Please see AnnotationTools.

Author:
Qoppa Software

Constructor Summary
SignatureTool()
           
 
Method Summary
static boolean isAllowSign()
           
static void setAllowSign(boolean allowSign)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureTool

public SignatureTool()
Method Detail

isAllowSign

public static boolean isAllowSign()

setAllowSign

public static void setAllowSign(boolean allowSign)