java.lang.Object
org.jfree.pdf.internal.PDFObject
org.jfree.pdf.function.Function
org.jfree.pdf.function.StitchingFunction
A stitching function.
-
Field Summary
FieldsFields inherited from class org.jfree.pdf.function.Function
dictionary
-
Constructor Summary
ConstructorsConstructorDescriptionStitchingFunction
(int number, Function[] functions, float[] bounds, float[] encode) Creates a new stitching function. -
Method Summary
Methods inherited from class org.jfree.pdf.function.Function
getDomain, getFunctionType, getObjectBytes, setDomain
Methods inherited from class org.jfree.pdf.internal.PDFObject
getGeneration, getNumber, getReference, toPDFBytes
-
Field Details
-
functions
-
bounds
private float[] bounds -
encode
private float[] encode
-
-
Constructor Details
-
StitchingFunction
Creates a new stitching function.- Parameters:
number
- the PDF object number.functions
- the functions to be stitched.bounds
- the bounds.encode
- the encoding.
-