Uses of Class
com.datalogics.PDFL.Function
Packages that use Function
-
Uses of Function in com.datalogics.PDFL
Subclasses of Function in com.datalogics.PDFLModifier and TypeClassDescriptionclassAn interpolation between two output values as input values vary across a domain.classDefines a function currently in use.classA function represented as a stream containing code written in a small subset of the PostScript language.Fields in com.datalogics.PDFL declared as FunctionModifier and TypeFieldDescriptionstatic final FunctionFunction.DEFAULTstatic final FunctionFunction.IDENTITYMethods in com.datalogics.PDFL that return FunctionModifier and TypeMethodDescriptionstatic final FunctionPDFLJNI.DeviceNColorSpace_getFunction(long jarg1, DeviceNColorSpace jarg1_) static final FunctionPDFLJNI.ExtendedGraphicState_getBlackGeneration(long jarg1, ExtendedGraphicState jarg1_) static final FunctionPDFLJNI.ExtendedGraphicState_getUndercolorRemoval(long jarg1, ExtendedGraphicState jarg1_) static final FunctionPDFLJNI.FunctionPtrVector_get(long jarg1, com.datalogics.PDFL.FunctionPtrVector jarg1_, int jarg2) ExtendedGraphicState.getBlackGeneration()Gets the black generation function.DeviceNColorSpace.getFunction()A function, called with the tint value and returning the corresponding color component values.SeparationColorSpace.getFunction()A function, called with the tint value and returning the corresponding color component values.ExtendedGraphicState.getUndercolorRemoval()Gets the undercolor removal function.static final FunctionPDFLJNI.SeparationColorSpace_getFunction(long jarg1, SeparationColorSpace jarg1_) Methods in com.datalogics.PDFL that return types with arguments of type FunctionModifier and TypeMethodDescriptionAxialShadingPattern.getFunction()One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.ExtendedGraphicState.getTransferFunction()Gets the transfer function.Methods in com.datalogics.PDFL with parameters of type FunctionModifier and TypeMethodDescriptionstatic final voidPDFLJNI.ExtendedGraphicState_setBlackGeneration(long jarg1, ExtendedGraphicState jarg1_, long jarg2, Function jarg2_) static final voidPDFLJNI.ExtendedGraphicState_setUndercolorRemoval(long jarg1, ExtendedGraphicState jarg1_, long jarg2, Function jarg2_) static final longPDFLJNI.Function_apply(long jarg1, Function jarg1_, long jarg2, com.datalogics.PDFL.DoubleVector jarg2_) static final voidPDFLJNI.Function_DisposeChildren(long jarg1, Function jarg1_) static final longPDFLJNI.Function_getDomain(long jarg1, Function jarg1_) static final intPDFLJNI.Function_getNInputs(long jarg1, Function jarg1_) static final intPDFLJNI.Function_getNOutputs(long jarg1, Function jarg1_) static final longPDFLJNI.Function_getRange(long jarg1, Function jarg1_) static final voidPDFLJNI.Function_setDomain(long jarg1, Function jarg1_, long jarg2, com.datalogics.PDFL.DoubleVector jarg2_) static final voidPDFLJNI.Function_setRange(long jarg1, Function jarg1_, long jarg2, com.datalogics.PDFL.DoubleVector jarg2_) static final StringPDFLJNI.Function_toString(long jarg1, Function jarg1_) static final voidPDFLJNI.FunctionPtrVector_add(long jarg1, com.datalogics.PDFL.FunctionPtrVector jarg1_, long jarg2, Function jarg2_) static final voidPDFLJNI.FunctionPtrVector_set(long jarg1, com.datalogics.PDFL.FunctionPtrVector jarg1_, int jarg2, long jarg3, Function jarg3_) static final longPDFLJNI.new_DeviceNColorSpace(long jarg1, com.datalogics.PDFL.StringVector jarg1_, long jarg2, ColorSpace jarg2_, long jarg3, Function jarg3_) static final longPDFLJNI.new_SeparationColorSpace__SWIG_0(String jarg1, long jarg2, ColorSpace jarg2_, long jarg3, Function jarg3_) voidExtendedGraphicState.setBlackGeneration(Function function) Sets the black generation function.voidExtendedGraphicState.setUndercolorRemoval(Function function) Sets the undercolor removal function.Method parameters in com.datalogics.PDFL with type arguments of type FunctionModifier and TypeMethodDescriptionvoidAxialShadingPattern.setFunction(List<Function> function) One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.voidExtendedGraphicState.setTransferFunction(List<Function> function) Sets the transfer function.Constructors in com.datalogics.PDFL with parameters of type FunctionModifierConstructorDescriptionDeviceNColorSpace(List<String> names, ColorSpace alternate, Function tintTransform) Create a DeviceN color space.SeparationColorSpace(String separationName, ColorSpace alternate, Function tintTransform) Create a separation color space.