Java Doc for COSIndirectObject.java in  » PDF » jPod » de » intarsys » pdf » cos » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » jPod » de.intarsys.pdf.cos 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.intarsys.pdf.cos.COSDocumentElement
      de.intarsys.pdf.cos.COSIndirectObject

COSIndirectObject
public class COSIndirectObject extends COSDocumentElement implements ICOSContainer(Code)
An object representing an indirect object within a COSDocument.

Actually you should not override equals or hash without really knowing what you do. Portions of the implementation depend on indirect objects being real unique.




Constructor Summary
protected  COSIndirectObject()
    
protected  COSIndirectObject(COSIndirectObject indirectObject)
    

Method Summary
public  Objectaccept(ICOSObjectVisitor visitor)
    
protected  ICOSContaineraddContainer(ICOSContainer container)
    
public  ICOSContainerassociate(ICOSContainer newContainer, COSObject pObject)
    
public  COSDocumentElementcontainable()
    
public  COSDocumentElementcontainable(COSObject pObject)
    
protected  COSObjectcopyDeep(Map copied)
     see copyDeep()

This method keeps track of already copied objects to deal with cyclic references.

protected  COSDocumentElementcopyShallowNested()
    
public static  COSIndirectObjectcreate(STDocument stDoc, COSObjectKey key)
    
public static  COSIndirectObjectcreate(COSObject object)
     Create an indirection for object.
Parameters:
  object - The object that should be indirect.
public synchronized  COSObjectdereference()
    
public  ICOSContainerdisassociate(ICOSContainer oldContainer, COSObject pObject)
    
public  COSDocumentgetDoc()
    
public  COSObjectKeygetKey()
     The key for this.
public  COSObjectgetObject()
     The object represented by this.
public  booleanisDirty()
     true if the object graph referenced by this is changed.
public  booleanisEncryptOnWrite()
    
public  booleanisReference()
    
public  booleanisSwapped()
    
public  intreferenceCount()
    
public  COSIndirectObjectreferenceIndirect(COSObject pObject)
    
public  voidregister(COSDocumentElement pObject)
    
public  voidregisterWith(STDocument pSTDoc)
    
protected  voidregisterWith(COSDocument newDoc)
    
protected  ICOSContainerremoveContainer(ICOSContainer oldContainer)
    
public  ICOSContainerrestoreStateContainer(ICOSContainer container)
    
public  ICOSContainersaveStateContainer()
    
public  voidsetDirty(boolean pDirty)
    
public  voidsetEncryptOnWrite(boolean encryptOnWrite)
     Flag the referenced object to be encrypted, if the document itself is encrypted.
public  voidsetKey(COSObjectKey key)
     Assign a COSObjectKey to this.
public  voidsetObject(COSObject newObject)
     Set the object for this reference.
public  STDocumentstGetDoc()
     The ST level document.
protected  voidswapIn()
    
protected  voidswapOut()
    
public  StringtoString()
    
public  voidwillChange(COSObject change)
    


Constructor Detail
COSIndirectObject
protected COSIndirectObject()(Code)



COSIndirectObject
protected COSIndirectObject(COSIndirectObject indirectObject)(Code)




Method Detail
accept
public Object accept(ICOSObjectVisitor visitor) throws COSVisitorException(Code)



addContainer
protected ICOSContainer addContainer(ICOSContainer container)(Code)



associate
public ICOSContainer associate(ICOSContainer newContainer, COSObject pObject)(Code)



containable
public COSDocumentElement containable()(Code)



containable
public COSDocumentElement containable(COSObject pObject)(Code)



copyDeep
protected COSObject copyDeep(Map copied)(Code)
see copyDeep()

This method keeps track of already copied objects to deal with cyclic references.


See Also:   de.intarsys.pdf.cos.COSObject.copyDeep



copyShallowNested
protected COSDocumentElement copyShallowNested()(Code)



create
public static COSIndirectObject create(STDocument stDoc, COSObjectKey key)(Code)



create
public static COSIndirectObject create(COSObject object)(Code)
Create an indirection for object.
Parameters:
  object - The object that should be indirect. The new indirect object.



dereference
public synchronized COSObject dereference()(Code)



disassociate
public ICOSContainer disassociate(ICOSContainer oldContainer, COSObject pObject)(Code)



getDoc
public COSDocument getDoc()(Code)



getKey
public COSObjectKey getKey()(Code)
The key for this. The key for this.



getObject
public COSObject getObject()(Code)
The object represented by this. The object represented by this.



isDirty
public boolean isDirty()(Code)
true if the object graph referenced by this is changed. true if the object graph referenced by this ischanged.



isEncryptOnWrite
public boolean isEncryptOnWrite()(Code)
true if the referenced object should be encrypted.The default is true;



isReference
public boolean isReference()(Code)



isSwapped
public boolean isSwapped()(Code)



referenceCount
public int referenceCount()(Code)



referenceIndirect
public COSIndirectObject referenceIndirect(COSObject pObject)(Code)



register
public void register(COSDocumentElement pObject)(Code)



registerWith
public void registerWith(STDocument pSTDoc)(Code)

Parameters:
  pSTDoc -



registerWith
protected void registerWith(COSDocument newDoc)(Code)



removeContainer
protected ICOSContainer removeContainer(ICOSContainer oldContainer)(Code)



restoreStateContainer
public ICOSContainer restoreStateContainer(ICOSContainer container)(Code)



saveStateContainer
public ICOSContainer saveStateContainer()(Code)



setDirty
public void setDirty(boolean pDirty)(Code)
Set the dirty state of the indirect object



setEncryptOnWrite
public void setEncryptOnWrite(boolean encryptOnWrite)(Code)
Flag the referenced object to be encrypted, if the document itself is encrypted. The default is true.
Parameters:
  encryptOnWrite -



setKey
public void setKey(COSObjectKey key)(Code)
Assign a COSObjectKey to this.
Parameters:
  key - The new key.



setObject
public void setObject(COSObject newObject)(Code)
Set the object for this reference. The reference is already registered with the document, the object is provided "lazy" by the storage.
Parameters:
  newObject - the new object to set



stGetDoc
public STDocument stGetDoc()(Code)
The ST level document. The ST level document.



swapIn
protected void swapIn()(Code)



swapOut
protected void swapOut()(Code)



toString
public String toString()(Code)



willChange
public void willChange(COSObject change)(Code)



Methods inherited from de.intarsys.pdf.cos.COSDocumentElement
abstract public Object accept(ICOSObjectVisitor visitor) throws COSVisitorException(Code)(Java Doc)
abstract protected ICOSContainer addContainer(ICOSContainer newContainer)(Code)(Java Doc)
abstract public COSDocumentElement containable()(Code)(Java Doc)
abstract protected COSObject copyDeep(Map copied)(Code)(Java Doc)
abstract protected COSDocumentElement copyShallowNested()(Code)(Java Doc)
abstract public COSObject dereference()(Code)(Java Doc)
protected boolean equals(Object o, Set visited)(Code)(Java Doc)
abstract public COSDocument getDoc()(Code)(Java Doc)
public void handleException(COSRuntimeException ex) throws COSRuntimeException(Code)(Java Doc)
public boolean isReference()(Code)(Java Doc)
public boolean isSwapped()(Code)(Java Doc)
abstract protected void registerWith(COSDocument doc)(Code)(Java Doc)
abstract protected ICOSContainer removeContainer(ICOSContainer oldContainer)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.