Package org.loboevolution.pdfview.function


package org.loboevolution.pdfview.function
  • Classes
    Class
    Description
    A sampled function maps input values to output values by interpolating along a line or cubic between two known values.
    A type 2 function is an exponential interpolation function, which maps from one input value to n output values using a simple exponential formula.
    3.9.3 - A stitching function define a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.
    A PostScript function is represented as a stream containing code written in a small subset of the PostScript language.
    PDF Functions are defined in the reference as Section 3.9.