Package com.orsonpdf

Class StitchingFunction


  • public final class StitchingFunction
    extends Function
    A stitching function.
    • 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.