Package com.orsonpdf
Class StitchingFunction
- java.lang.Object
-
- com.orsonpdf.PDFObject
-
- com.orsonpdf.Function
-
- com.orsonpdf.StitchingFunction
-
public final class StitchingFunction extends Function
A stitching function.
-
-
Constructor Summary
Constructors Constructor Description StitchingFunction(int number, Function[] functions, float[] bounds, float[] encode)
Creates a new stitching function.
-
Method Summary
-
Methods inherited from class com.orsonpdf.Function
getDomain, getFunctionType, getObjectBytes, setDomain
-
Methods inherited from class com.orsonpdf.PDFObject
getGeneration, getNumber, getReference, toPDFBytes
-
-
-
-
Field Detail
-
functions
private Function[] functions
-
bounds
private float[] bounds
-
encode
private float[] encode
-
-
Constructor Detail
-
StitchingFunction
public StitchingFunction(int number, Function[] functions, float[] bounds, float[] encode)
Creates a new stitching function.- Parameters:
number
- the PDF object number.functions
- the functions to be stitched.bounds
- the bounds.encode
- the encoding.
-
-