Package org.verapdf.pd.function
Class PDType3Function
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.function.PDFunction
-
- org.verapdf.pd.function.PDType3Function
-
public class PDType3Function extends PDFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPDType3Function(COSObject obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSArraygetEncode()List<PDFunction>getFunctions()intgetIntervalNumber(COSObject x)List<COSObject>getResult(List<COSObject> operands)List<COSObject>getSubdomains()voidsetFunctions(List<PDFunction> functions)voidsetSubdomains(List<COSObject> subdomains)-
Methods inherited from class org.verapdf.pd.function.PDFunction
createFunction, getCOSArray, getDomain, getFunctionType, getRange, getValuesInIntervals, interpolate
-
Methods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
-
-
-
Constructor Detail
-
PDType3Function
protected PDType3Function(COSObject obj)
-
-
Method Detail
-
setFunctions
public void setFunctions(List<PDFunction> functions)
-
getEncode
public COSArray getEncode()
-
getFunctions
public List<PDFunction> getFunctions()
-
getIntervalNumber
public int getIntervalNumber(COSObject x)
-
-