com.etymon.pj
Class PjxConvert

java.lang.Object
  extended by com.etymon.pj.PjxConvert

Deprecated.

public class PjxConvert
extends java.lang.Object


Field Summary
protected static PdfName PDFNAME_LENGTH
          Deprecated.  
 
Constructor Summary
PjxConvert()
          Deprecated.  
 
Method Summary
private static void pjxAdjustTextMatrixX(java.util.Vector pmVector, float rectWidth)
          Deprecated.  
private static void pjxClearTextMatrixX(java.util.Vector pmVector)
          Deprecated.  
static java.util.List pjxGetFields(PdfManager manager)
          Deprecated.  
private static void pjxGetFieldsAddField(PdfManager manager, java.util.ArrayList fieldList, PdfReference fieldRef)
          Deprecated.  
static PdfDictionary pjxInheritFieldAttributes(PdfManager manager, PdfDictionary d)
          Deprecated.  
private static void pjxInheritFieldAttributesCollapse(PjName name, java.util.Hashtable ht, PjDictionary newNode, PjDictionary parent)
          Deprecated.  
private static void pjxReplaceTextData(java.util.Vector pmVector, PdfString oldText, PdfString newText)
          Deprecated.  
static void pjxUpdateFieldValue(PdfManager manager, PdfDictionary origField, PdfDictionary field, java.lang.String value)
          Deprecated.  
static PjObject toPjObject(PdfObject obj)
          Deprecated.  
static PdfObject toPjxObject(PjObject obj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDFNAME_LENGTH

protected static final PdfName PDFNAME_LENGTH
Deprecated. 
Constructor Detail

PjxConvert

public PjxConvert()
Deprecated. 
Method Detail

toPjObject

public static PjObject toPjObject(PdfObject obj)
                           throws PdfFormatException
Deprecated. 
Throws:
PdfFormatException

toPjxObject

public static PdfObject toPjxObject(PjObject obj)
                             throws PdfFormatException
Deprecated. 
Throws:
PdfFormatException

pjxGetFields

public static java.util.List pjxGetFields(PdfManager manager)
                                   throws java.io.IOException,
                                          PdfFormatException
Deprecated. 

This method is provided for compatibility with PJ.

Throws:
java.io.IOException
PdfFormatException

pjxGetFieldsAddField

private static void pjxGetFieldsAddField(PdfManager manager,
                                         java.util.ArrayList fieldList,
                                         PdfReference fieldRef)
                                  throws java.io.IOException,
                                         PdfFormatException
Deprecated. 

Throws:
java.io.IOException
PdfFormatException

pjxUpdateFieldValue

public static void pjxUpdateFieldValue(PdfManager manager,
                                       PdfDictionary origField,
                                       PdfDictionary field,
                                       java.lang.String value)
                                throws java.io.IOException,
                                       PdfFormatException
Deprecated. 

This method is provided for compatibility with PJ.

Throws:
PdfFormatException
java.io.IOException

pjxReplaceTextData

private static void pjxReplaceTextData(java.util.Vector pmVector,
                                       PdfString oldText,
                                       PdfString newText)
                                throws PdfFormatException
Deprecated. 

Throws:
PdfFormatException

pjxAdjustTextMatrixX

private static void pjxAdjustTextMatrixX(java.util.Vector pmVector,
                                         float rectWidth)
Deprecated. 


pjxClearTextMatrixX

private static void pjxClearTextMatrixX(java.util.Vector pmVector)
Deprecated. 


pjxInheritFieldAttributes

public static PdfDictionary pjxInheritFieldAttributes(PdfManager manager,
                                                      PdfDictionary d)
                                               throws java.io.IOException,
                                                      PdfFormatException
Deprecated. 

Returns a clone of a field node such that all inherited attributes of the given field node are made explicit. For example, if the V key is not defined in the given field node, this method ascends the field tree (via the Parent reference) looking for an ancestor node that does contain a value for the V key; if it finds one, it assigns that value in the cloned (returned) field node. This is done for all inheritable attributes. This method is provided for compatibility with PJ. It will be transitioned toward a dedicated field class.

Parameters:
manager - the manager associated with the PDF document.
d - a field node for which inherited attributes are to be retrieved.
Returns:
a cloned copy of the given field node with actual values substituted for all inherited attributes.
Throws:
PdfFormatException
java.io.IOException

pjxInheritFieldAttributesCollapse

private static void pjxInheritFieldAttributesCollapse(PjName name,
                                                      java.util.Hashtable ht,
                                                      PjDictionary newNode,
                                                      PjDictionary parent)
Deprecated.