20180224_1306
Attempt to assign a string to some properties...
Attempt to assign a string to some properties... doesn't work.
To figure out what enumeration it is looking for, type in the property name and hit tab (to trigger completions).
The renderType property is type org.autoplot.RenderType, an enumeration.
Import the class RenderType.
And use it to assign a new setting. Type in RenderType. to trigger completions.
Note completions enumerates all the values, plus extra utility methods like "valueOf"
This assignment works. Note the commands like "plot" and "annotation" which take enumeration named parameters will automatically convert strings to the Enum value automatically.