accept

abstract fun <T> accept(visitor: RendererFactoryVisitor<T>): T

Accepts a visitor to this renderer factory.

Parameters

visitor

the visitor to accept