Class

de.sciss.fscape.stream.Control

ConfigBuilder

Related Doc: package Control

Permalink

final class ConfigBuilder extends ConfigLike

Linear Supertypes
ConfigLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigBuilder
  2. ConfigLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigBuilder()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def actorSystem: ActorSystem

    Permalink
    Definition Classes
    ConfigBuilderConfigLike
  5. def actorSystem_=(value: ActorSystem): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. var blockSize: Int

    Permalink

    The default block size is 1024.

    The default block size is 1024.

    Definition Classes
    ConfigBuilderConfigLike
  8. def build: Config

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def executionContext: ExecutionContext

    Permalink
    Definition Classes
    ConfigBuilderConfigLike
  13. def executionContext_=(value: ExecutionContext): Unit

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def materializer: Materializer

    Permalink
    Definition Classes
    ConfigBuilderConfigLike
  19. def materializer_=(value: Materializer): Unit

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. var nodeBufferSize: Int

    Permalink

    The default internal node buffer size is 65536.

    The default internal node buffer size is 65536.

    Definition Classes
    ConfigBuilderConfigLike
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. var progressReporter: ProgressReporter

    Permalink
    Definition Classes
    ConfigBuilderConfigLike
  25. def seed: Long

    Permalink

    Random number generator seed.

    Random number generator seed.

    Definition Classes
    ConfigBuilderConfigLike
  26. def seed_=(value: Long): Unit

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def terminateActors: Boolean

    Permalink

    Whether to terminate the actorSystem when the rendering completes.

    Whether to terminate the actorSystem when the rendering completes. When using the default actorSystem, this will be true, when setting a custom actor system, this will default to false.

    Definition Classes
    ConfigBuilderConfigLike
  29. def terminateActors_=(value: Boolean): Unit

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. var useAsync: Boolean

    Permalink

    The default behavior is to isolate blocking nodes into a separate graph.

    The default behavior is to isolate blocking nodes into a separate graph. This should usually be the case. It can be disabled for debugging purposes, for example in order to allow the debug printer to create an entire GraphViz representation.

    Definition Classes
    ConfigBuilderConfigLike
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped