Package com.itextpdf.kernel.pdf.function
Class PdfFunction.Type0
java.lang.Object
com.itextpdf.kernel.pdf.PdfObjectWrapper<PdfObject>
com.itextpdf.kernel.pdf.function.PdfFunction
com.itextpdf.kernel.pdf.function.PdfFunction.Type0
- Enclosing class:
- PdfFunction
Deprecated.
Represents a type 0 pdf function.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.kernel.pdf.function.PdfFunction
PdfFunction.Type0, PdfFunction.Type2, PdfFunction.Type3, PdfFunction.Type4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCompatibilityWithColorSpace
(PdfColorSpace alternateSpace) Deprecated.Methods inherited from class com.itextpdf.kernel.pdf.function.PdfFunction
getInputSize, getOutputSize, getType, isWrappedObjectMustBeIndirect, makeFunction
Methods inherited from class com.itextpdf.kernel.pdf.PdfObjectWrapper
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
-
Constructor Details
-
Type0
Deprecated. -
Type0
public Type0(PdfArray domain, PdfArray range, PdfArray size, PdfNumber bitsPerSample, byte[] samples) Deprecated. -
Type0
public Type0(PdfArray domain, PdfArray range, PdfArray size, PdfNumber bitsPerSample, PdfNumber order, PdfArray encode, PdfArray decode, byte[] samples) Deprecated.
-
-
Method Details
-
checkCompatibilityWithColorSpace
Deprecated.- Overrides:
-
checkCompatibilityWithColorSpace
in classPdfFunction
-
PdfType0Function
instead