| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,TechniqueParameters> |
Technique.defaultParameters()
Returns the default value of the parameters
|
java.util.Map<java.lang.String,TechniqueParameters> |
Technique.getParameters()
A dictionary object of technique.parameters objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Technique.addParameters(java.lang.String key,
TechniqueParameters value)
Add the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Technique.setParameters(java.util.Map<java.lang.String,TechniqueParameters> parameters)
A dictionary object of technique.parameters objects.
|
Copyright © 2022. All Rights Reserved.