AbstractPdfFunction
instead
@Deprecated public class PdfFunction extends PdfObjectWrapper<PdfObject>
Modifier and Type | Class and Description |
---|---|
static class |
PdfFunction.Type0
Deprecated.
Will be removed is future releases, use
PdfType0Function instead
|
static class |
PdfFunction.Type2
Deprecated.
Will be removed is future releases, use
PdfType2Function instead
|
static class |
PdfFunction.Type3
Deprecated.
Will be removed is future releases, use
PdfType3Function instead
|
static class |
PdfFunction.Type4
Deprecated.
Will be removed is future releases, use
PdfType4Function instead
|
Constructor and Description |
---|
PdfFunction(PdfObject pdfObject)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace)
Deprecated.
|
int |
getInputSize()
Deprecated.
|
int |
getOutputSize()
Deprecated.
|
int |
getType()
Deprecated.
|
protected boolean |
isWrappedObjectMustBeIndirect()
Deprecated.
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
static PdfFunction |
makeFunction(PdfDictionary pdfObject)
Deprecated.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfFunction(PdfObject pdfObject)
public int getType()
public boolean checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace)
public int getInputSize()
public int getOutputSize()
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfObject>
public static PdfFunction makeFunction(PdfDictionary pdfObject)
Copyright © 1998–2022 iText Group NV. All rights reserved.