Uses of Class
org.sunflow.core.ParameterList.Parameter
-
Packages that use ParameterList.Parameter Package Description org.sunflow.core -
-
Uses of ParameterList.Parameter in org.sunflow.core
Fields in org.sunflow.core with type parameters of type ParameterList.Parameter Modifier and Type Field Description protected FastHashMap<java.lang.String,ParameterList.Parameter>
ParameterList. list
Methods in org.sunflow.core with parameters of type ParameterList.Parameter Modifier and Type Method Description private void
ParameterList. add(java.lang.String name, ParameterList.Parameter param)
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)
-