setValues(...)
This method modifies the StreamOptions object.
Required arguments
None.
Optional arguments
- colorMethod
A SymbolicConstant specifying the method for coloring stream lines. Possible values are UNIFORM, SPECTRUM, and CONTINUOUS. The default value is UNIFORM.
- uniformColor
A String specifying uniform color of the stream lines. The default value is "#FFFF00".
- lineThickness
A Float specifying the stream line thickness. The default value is 6.0.
- showArrow
A Boolean specifying whether to show arrows. The default value is OFF.
- numArrows
An Int specifying the number of arrows on each stream line. The default value is 10.
Return value
None.
Exceptions
None.