|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICOSContainer | |
---|---|
de.intarsys.pdf.cos | This package implements the low level document and its datatypes according to the pdf specification. |
Uses of ICOSContainer in de.intarsys.pdf.cos |
---|
Classes in de.intarsys.pdf.cos that implement ICOSContainer | |
---|---|
class |
COSArray
A COSArray represents an indexed collection of COSDocumentElement
instances. |
class |
COSCompositeObject
A superclass implementation for all containers of other COSObject
instances. |
class |
COSDictionary
Represents a collection of associations (Map). |
class |
COSDocument
This is a COS level representation of a pdf document. |
class |
COSIndirectObject
An object representing an indirect object within a COSDocument. |
class |
COSObjectProxy
A "proxy object" used to intercept the visitor callback from the serializer. |
class |
COSStream
An object representing stream data in a PDF document. |
Fields in de.intarsys.pdf.cos declared as ICOSContainer | |
---|---|
static ICOSContainer |
COSObject.CONSTANT_CONTAINER
This is the container for template objects. |
static ICOSContainer |
COSObject.NULL_CONTAINER
This is the default container for non - contained objects. |
Methods in de.intarsys.pdf.cos that return ICOSContainer | |
---|---|
ICOSContainer |
ICOSContainer.associate(ICOSContainer newContainer,
COSObject object)
It is the responsibility of the current container to create the association with the new one. |
ICOSContainer |
COSIndirectObject.associate(ICOSContainer newContainer,
COSObject pObject)
|
ICOSContainer |
COSDocument.associate(ICOSContainer newContainer,
COSObject object)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.associate(ICOSContainer newContainer,
COSObject object)
|
ICOSContainer |
ICOSContainer.disassociate(ICOSContainer oldContainer,
COSObject object)
It is the responsibility of the current container to remove the association from the old one. |
ICOSContainer |
COSIndirectObject.disassociate(ICOSContainer oldContainer,
COSObject pObject)
|
ICOSContainer |
COSDocument.disassociate(ICOSContainer oldContainer,
COSObject object)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.disassociate(ICOSContainer oldContainer,
COSObject object)
|
ICOSContainer |
COSObject.getContainer()
Answer the object that contains this. |
ICOSContainer |
ICOSContainer.restoreStateContainer(ICOSContainer container)
Restore the save state for the container. |
ICOSContainer |
COSIndirectObject.restoreStateContainer(ICOSContainer container)
|
ICOSContainer |
COSDocument.restoreStateContainer(ICOSContainer container)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.restoreStateContainer(ICOSContainer pContainer)
|
ICOSContainer |
ICOSContainer.saveStateContainer()
Create a save state for the container when saving the COSObject state. |
ICOSContainer |
COSIndirectObject.saveStateContainer()
|
ICOSContainer |
COSDocument.saveStateContainer()
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.saveStateContainer()
|
Methods in de.intarsys.pdf.cos with parameters of type ICOSContainer | |
---|---|
ICOSContainer |
ICOSContainer.associate(ICOSContainer newContainer,
COSObject object)
It is the responsibility of the current container to create the association with the new one. |
ICOSContainer |
COSIndirectObject.associate(ICOSContainer newContainer,
COSObject pObject)
|
ICOSContainer |
COSDocument.associate(ICOSContainer newContainer,
COSObject object)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.associate(ICOSContainer newContainer,
COSObject object)
|
ICOSContainer |
ICOSContainer.disassociate(ICOSContainer oldContainer,
COSObject object)
It is the responsibility of the current container to remove the association from the old one. |
ICOSContainer |
COSIndirectObject.disassociate(ICOSContainer oldContainer,
COSObject pObject)
|
ICOSContainer |
COSDocument.disassociate(ICOSContainer oldContainer,
COSObject object)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.disassociate(ICOSContainer oldContainer,
COSObject object)
|
ICOSContainer |
ICOSContainer.restoreStateContainer(ICOSContainer container)
Restore the save state for the container. |
ICOSContainer |
COSIndirectObject.restoreStateContainer(ICOSContainer container)
|
ICOSContainer |
COSDocument.restoreStateContainer(ICOSContainer container)
This method should not be used by the application programmer. |
ICOSContainer |
COSCompositeObject.restoreStateContainer(ICOSContainer pContainer)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |