|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSArray | |
---|---|
de.intarsys.pdf.cds | CDS (Common Data Structure) defines higher level data structures or types on top of COS types that are used all over the PDF spec. |
de.intarsys.pdf.content | The "content" package contains functionality to work on PDF content streams. |
de.intarsys.pdf.cos | This package implements the low level document and its datatypes according to the pdf specification. |
de.intarsys.pdf.font | The font part of the PDF is quite large for itself, so it is extracted to a package of its own. |
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
de.intarsys.pdf.st | The storage level semantics of a PDF document. |
de.intarsys.pdf.writer | Serializing a PDF document. |
Uses of COSArray in de.intarsys.pdf.cds |
---|
Methods in de.intarsys.pdf.cds that return COSArray | |
---|---|
COSArray |
CDSNameTreeNode.getLimits()
Return the two element array containing the smallest and the largest key within the receiver subtree. |
Methods in de.intarsys.pdf.cds with parameters of type COSArray | |
---|---|
static CDSRectangle |
CDSRectangle.createFromCOS(COSArray array)
Create a CDSRectangle from an array holding the
rectangle coordinates. |
static CDSMatrix |
CDSMatrix.createFromCOS(COSArray array)
Create a CDSMatrix from an array holding the
transformation parameters. |
Uses of COSArray in de.intarsys.pdf.content |
---|
Methods in de.intarsys.pdf.content with parameters of type COSArray | |
---|---|
static CSContent |
CSContent.createFromCos(COSArray streams)
Create CSContent from an array of COSStream , together
defining a PDF content stream. |
Uses of COSArray in de.intarsys.pdf.cos |
---|
Methods in de.intarsys.pdf.cos that return COSArray | |
---|---|
COSArray |
COSArray.add(COSObject object)
Add a COSObject to the collection. |
COSArray |
COSArray.add(int index,
COSObject object)
Add a COSObject to the collection. |
COSArray |
COSObject.asArray()
this as a COSArray or null |
COSArray |
COSArray.asArray()
|
COSArray |
COSArray.basicAddSilent(COSDocumentElement element)
Add a document element (an object or a reference) to the collection. |
COSArray |
COSBasedObject.cosGetArray()
Get the base object as a COSArray . |
COSArray |
COSTrailer.cosGetID()
The /ID field of the trailer. |
static COSArray |
COSArray.create()
Create an empty COSArray . |
static COSArray |
COSArray.create(int size)
Create an empty COSArray with a preallocated size. |
static COSArray |
COSArray.createWith(float a,
float b,
float c,
float d)
Shortcut for fast creation of rectangle arrays |
static COSArray |
COSArray.createWith(float a,
float b,
float c,
float d,
float e,
float f)
Shortcut for fast creation of matrix arrays |
Methods in de.intarsys.pdf.cos with parameters of type COSArray | |
---|---|
Object |
ICOSObjectVisitor.visitFromArray(COSArray array)
Notification of visit to COSArray object. |
Object |
COSObjectWalkerShallow.visitFromArray(COSArray array)
|
Uses of COSArray in de.intarsys.pdf.font |
---|
Methods in de.intarsys.pdf.font with parameters of type COSArray | |
---|---|
static CIDWidthMap |
CIDWidthMap.createMap(COSArray array)
|
Constructors in de.intarsys.pdf.font with parameters of type COSArray | |
---|---|
CMapBFRangeNameMap(byte[] start,
byte[] end,
COSArray names)
|
Uses of COSArray in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return COSArray | |
---|---|
COSArray |
PDSignature.cosGetByteRange()
|
COSArray |
PDOutlineItem.cosGetColor()
The color values to be used for this. |
COSArray |
PDSampledFunction.cosGetDecode()
Return the Decode value array. |
COSArray |
PDFunction.cosGetDomain()
|
COSArray |
PDSampledFunction.cosGetEncode()
Return the Encode value array |
COSArray |
PDImage.cosSetColorSpace(COSArray colorspace)
|
COSArray |
PDFunction.getRange()
|
COSArray |
PDSampledFunction.getSize()
Return the Size value array. |
Methods in de.intarsys.pdf.pd with parameters of type COSArray | |
---|---|
COSArray |
PDImage.cosSetColorSpace(COSArray colorspace)
|
Uses of COSArray in de.intarsys.pdf.st |
---|
Methods in de.intarsys.pdf.st that return COSArray | |
---|---|
COSArray |
STXRefSection.getID()
|
Methods in de.intarsys.pdf.st with parameters of type COSArray | |
---|---|
void |
STStreamXRefSection.setIndex(COSArray index)
|
Uses of COSArray in de.intarsys.pdf.writer |
---|
Methods in de.intarsys.pdf.writer with parameters of type COSArray | |
---|---|
Object |
COSWriter.visitFromArray(COSArray obj)
visitFromArray. |
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |