Uses of Enum Class
org.sunflow.core.ParameterList.InterpolationType
Packages that use ParameterList.InterpolationType
-
Uses of ParameterList.InterpolationType in org.sunflow.core
Fields in org.sunflow.core declared as ParameterList.InterpolationTypeMethods in org.sunflow.core that return ParameterList.InterpolationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ParameterList.InterpolationType[]ParameterList.InterpolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sunflow.core with parameters of type ParameterList.InterpolationTypeModifier and TypeMethodDescriptionvoidParameterList.addFloats(String name, ParameterList.InterpolationType interp, float[] data) Add the specified floats as a parameter.voidParameterList.addMatrices(String name, ParameterList.InterpolationType interp, float[] data) Add the specified matrices as a parameter.voidParameterList.addPoints(String name, ParameterList.InterpolationType interp, float[] data) Add the specified points as a parameter.voidParameterList.addTexCoords(String name, ParameterList.InterpolationType interp, float[] data) Add the specified texture coordinates as a parameter.voidParameterList.addVectors(String name, ParameterList.InterpolationType interp, float[] data) Add the specified vectors as a parameter. -
Uses of ParameterList.InterpolationType in org.sunflow.core.parser
Methods in org.sunflow.core.parser that return ParameterList.InterpolationTypeModifier and TypeMethodDescriptionprotected abstract ParameterList.InterpolationTypeSCAbstractParser.parseInterpolationType()protected ParameterList.InterpolationTypeSCAsciiParser.parseInterpolationType()protected ParameterList.InterpolationTypeSCBinaryParser.parseInterpolationType()