Uses of Class
org.sunflow.core.ParameterList.ParameterType
-
Packages that use ParameterList.ParameterType Package Description org.sunflow.core -
-
Uses of ParameterList.ParameterType in org.sunflow.core
Fields in org.sunflow.core declared as ParameterList.ParameterType Modifier and Type Field Description private ParameterList.ParameterType
ParameterList.Parameter. type
Methods in org.sunflow.core that return ParameterList.ParameterType Modifier and Type Method Description static ParameterList.ParameterType
ParameterList.ParameterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParameterList.ParameterType[]
ParameterList.ParameterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sunflow.core with parameters of type ParameterList.ParameterType Modifier and Type Method Description private ParameterList.FloatParameter
ParameterList. getFloatParameter(java.lang.String name, ParameterList.ParameterType type, ParameterList.Parameter p)
private boolean
ParameterList. isValidParameter(java.lang.String name, ParameterList.ParameterType type, ParameterList.InterpolationType interp, int requestedSize, ParameterList.Parameter p)
Constructors in org.sunflow.core with parameters of type ParameterList.ParameterType Constructor Description Parameter(ParameterList.ParameterType type, ParameterList.InterpolationType interp, float[] data)
-