Class

at.iem.scalacollider.ScalaColliderDOT

ConfigBuilder

Related Doc: package ScalaColliderDOT

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var constantDefaultFontColor: String

    Permalink

    The default is to have gray color for default constants.

    The default is to have gray color for default constants.

    Definition Classes
    ConfigBuilderConfigLike
  7. var constantFontColor: String

    Permalink

    The default is to have blue color for constant arguments.

    The default is to have blue color for constant arguments.

    Definition Classes
    ConfigBuilderConfigLike
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. var graphName: String

    Permalink

    The default name is "UGenGraph".

    The default name is "UGenGraph".

    Definition Classes
    ConfigBuilderConfigLike
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. var input: UGenGraph

    Permalink

    The default UGen graph is empty.

    The default UGen graph is empty.

    Definition Classes
    ConfigBuilderConfigLike
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. var nameBoldFont: Boolean

    Permalink

    The default is to have a bold name font.

    The default is to have a bold name font.

    Definition Classes
    ConfigBuilderConfigLike
  17. var nameFontColor: String

    Permalink

    HTML color for the UGen name.

    HTML color for the UGen name. Empty for default color.

    Definition Classes
    ConfigBuilderConfigLike
  18. var nameFontSize: Int

    Permalink

    The default is to have font size 16 for the UGen name.

    The default is to have font size 16 for the UGen name.

    Definition Classes
    ConfigBuilderConfigLike
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. var rateColors: Boolean

    Permalink

    The default is to not indicate UGen rate by color.

    The default is to not indicate UGen rate by color.

    Definition Classes
    ConfigBuilderConfigLike
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped