com.etymon.pj.object
Class PjDate

java.lang.Object
  |
  +--com.etymon.pj.object.BaseObject
        |
        +--com.etymon.pj.object.PjObject
              |
              +--com.etymon.pj.object.PjString
                    |
                    +--com.etymon.pj.object.PjDate
All Implemented Interfaces:
java.lang.Cloneable

public class PjDate
extends PjString

A representation of the PDF Date type.


Constructor Summary
PjDate(java.lang.String s)
          Creates a Date object.
 
Methods inherited from class com.etymon.pj.object.PjString
clone, decodePdf, equals, getString, writePdf
 
Methods inherited from class com.etymon.pj.object.PjObject
renumber
 
Methods inherited from class com.etymon.pj.object.BaseObject
toString, write, write, write, writeln
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PjDate

public PjDate(java.lang.String s)
Creates a Date object.
Parameters:
s - the string value to initialize this object to.