opt method
Configure graph options
Currently unused
@param options
Implementation
TTGraph opt(TTGraphOptions options) {
_opt = options;
return this;
}
Configure graph options
Currently unused
@param options
TTGraph opt(TTGraphOptions options) {
_opt = options;
return this;
}