com.etymon.pj.object.pagemark
Class XBDC

java.lang.Object
  extended by com.etymon.pj.object.BaseObject
      extended by com.etymon.pj.object.pagemark.PageMark
          extended by com.etymon.pj.object.pagemark.PageMarkOperator
              extended by com.etymon.pj.object.pagemark.XBDC
All Implemented Interfaces:
java.lang.Cloneable

public class XBDC
extends PageMarkOperator

Marked content operator: BDC.


Field Summary
private  PjObject _properties
           
private  PjName _tag
           
 
Constructor Summary
XBDC(PjName tag, PjDictionary properties)
           
XBDC(PjName tag, PjName properties)
           
 
Method Summary
 java.lang.Object clone()
          Returns a deep copy of this object.
 boolean equals(java.lang.Object obj)
           
 PjObject getProperties()
           
 PjName getTag()
           
 long writePdf(java.io.OutputStream os)
          Writes this object to a file in PDF format.
 
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
 

Field Detail

_tag

private PjName _tag

_properties

private PjObject _properties
Constructor Detail

XBDC

public XBDC(PjName tag,
            PjDictionary properties)

XBDC

public XBDC(PjName tag,
            PjName properties)
Method Detail

getTag

public PjName getTag()

getProperties

public PjObject getProperties()

writePdf

public long writePdf(java.io.OutputStream os)
              throws java.io.IOException
Description copied from class: BaseObject
Writes this object to a file in PDF format.

Specified by:
writePdf in class BaseObject
Returns:
the number of bytes written.
Throws:
java.io.IOException - if an I/O error occurs.

clone

public java.lang.Object clone()
Returns a deep copy of this object.

Specified by:
clone in class BaseObject
Returns:
a deep copy of this object.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object