StitchingFunction
Vue de l’ensemble
‘StitchingFunction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfFunktion.
Type 3 (Stitching) fonctionnalité (ISO 32000-1:2008, §7.10.4).
Cette classe fournit 6 méthodes pour travailler avec des objets de fonctionnalité Stitching dans les programmes Java. Les méthodologies disponibles comprennent: ‘StitchingFunction’, ‘évaluer’, getInputDimension', ‘getOutputPrimension’, 'parse'. Tous les membres publics sont accessibles à n'importe quelle application Java après l'installation du package Java Aspose.PDF FOSS. Propriétés: inputDiamension, outputDeimpression`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
inputDimension | int | Read | Returns the number of input values. |
outputDimension | int | Read | Returns the number of output values. |
méthodes
| Signature | Description |
|---|---|
StitchingFunction(dict: PdfDictionary, domain: double[], range: double[], parser: PDFParser) | Creates a stitching function from a PDF dictionary. |
StitchingFunction(domain: double[], range: double[], functions: PdfFunction[], bounds: double[], encode: double[]) | Creates a stitching function directly (for testing). |
evaluate(input: double[]) → double[] | |
getInputDimension() → int | Returns the number of input values. |
getOutputDimension() → int | Returns the number of output values. |
parse(obj: PdfBase, parser: PDFParser) → PdfFunction | Factory: parses a function from a PDF object (dictionary or stream). |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise