Class StitchingFunction
java.lang.Object
com.orsonpdf.PDFObject
com.orsonpdf.Function
com.orsonpdf.StitchingFunction
A stitching function.
-
Field Summary
FieldsFields inherited from class Function
dictionary -
Constructor Summary
ConstructorsConstructorDescriptionStitchingFunction(int number, Function[] functions, float[] bounds, float[] encode) Creates a new stitching function. -
Method Summary
Methods inherited from class Function
getDomain, getFunctionType, getObjectBytes, setDomainMethods inherited from class 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.
-