Package

de.sciss

nuages

Permalink

package nuages

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

Type Members

  1. class BasicButton extends Button

    Permalink
  2. class BasicPanel extends BoxPanel

    Permalink
  3. class BasicSlider extends Slider

    Permalink
  4. class BasicToggleButton extends ToggleButton

    Permalink
  5. class ClickControl[S <: Sys[S]] extends ControlAdapter

    Permalink
  6. class ConnectControl[S <: Sys[S]] extends ControlAdapter with PaintListener

    Permalink
  7. class ControlPanel extends BasicPanel

    Permalink
  8. class DSL[S <: Sys[S]] extends AnyRef

    Permalink
  9. class DragAndMouseDelegateControl[S <: Sys[S]] extends ControlAdapter

    Permalink
  10. final class GlobalControl[S <: Sys[S]] extends MouseMotionListener with KeyListener

    Permalink
  11. final case class NamedBusConfig(name: String, offset: Int, numChannels: Int) extends Product with Serializable

    Permalink
  12. trait Nuages[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

    Permalink
  13. trait NuagesAttribute[S <: Sys[S]] extends Input[S] with Parent[S] with NuagesParam[S]

    Permalink
  14. trait NuagesContext[S <: Sys[S]] extends AnyRef

    Permalink
  15. trait NuagesData[S <: Sys[S]] extends Disposable[nuages.NuagesData.S.Tx]

    Permalink

    The common trait of all visible objects on the Prefuse display.

    The common trait of all visible objects on the Prefuse display.

    The next sub-type is VisualNode that is represented by a graph node.

    See also

    NuagesNode

  16. trait NuagesFrame[S <: Sys[S]] extends Disposable[nuages.NuagesFrame.S.Tx]

    Permalink
  17. trait NuagesNode[S <: Sys[S]] extends NuagesData[S]

    Permalink

    The common super type of all Prefuse objects that have a central node.

    The common super type of all Prefuse objects that have a central node.

    The sub-types are VisualObj and VisualParam.

    See also

    NuagesParam

    NuagesObj

  18. trait NuagesObj[S <: Sys[S]] extends NuagesNode[S]

    Permalink

    The GUI representation of a proc.Obj.

    The GUI representation of a proc.Obj.

    See also

    Obj

  19. trait NuagesOutput[S <: Sys[S]] extends NuagesParam[S] with NuagesNode[S]

    Permalink
  20. trait NuagesPanel[S <: Sys[S]] extends View[S]

    Permalink
  21. trait NuagesParam[S <: Sys[S]] extends NuagesData[S]

    Permalink
  22. class NuagesShapeRenderer[S <: Sys[S]] extends AbstractShapeRenderer

    Permalink
  23. trait NuagesView[S <: Sys[S]] extends Cursor[S]

    Permalink
  24. class OverlayPanel extends BasicPanel

    Permalink
  25. class PanControl extends prefuse.controls.PanControl

    Permalink
  26. final case class ParamSpec(lo: Double = 0.0, hi: Double = 1.0, warp: Warp = LinearWarp, unit: String = "") extends Writable with Product with Serializable

    Permalink
  27. final case class ParametricWarp(curvature: Double) extends Warp with Product with Serializable

    Permalink

    Equivalent to CurveWarp in SuperCollider.

    Equivalent to CurveWarp in SuperCollider. For |curvature| < 0.001, this falls back to linear mapping.

  28. class PrefuseAggregateLayout extends Layout

    Permalink
  29. class SimpleToggleButtonUI extends BasicToggleButtonUI

    Permalink
  30. trait Warp extends Writable

    Permalink
  31. class Wolkenpumpe[S <: Sys[S]] extends AnyRef

    Permalink

Value Members

  1. def ???!: Nothing

    Permalink

    Exception are sometimes swallowed without printing in a transaction.

    Exception are sometimes swallowed without printing in a transaction. This ensures a print.

  2. object BasicButton

    Permalink
  3. object BasicSlider

    Permalink
  4. object BasicToggleButton

    Permalink
  5. object ConnectControl

    Permalink
  6. object ControlPanel

    Permalink
  7. object CosineWarp extends Warp with Product with Serializable

    Permalink
  8. object DSL

    Permalink
  9. object DbFaderWarp extends Warp with Product with Serializable

    Permalink

    Equivalent to DbFaderWarp in SuperCollider.

  10. object DragAndMouseDelegateControl

    Permalink

    This control allows the moving around of vertices, but also invokes the mouse control on NuagesData instances (itemEntered, itemExited, itemPressed, itemReleased and itemDragged).

  11. def ExpWarp: ExponentialWarp.type

    Permalink
  12. object ExponentialWarp extends Warp with Product with Serializable

    Permalink
  13. object FaderWarp extends Warp with Product with Serializable

    Permalink
  14. object IntWarp extends Warp with Product with Serializable

    Permalink
  15. object KeyControl

    Permalink
  16. def LinWarp: LinearWarp.type

    Permalink
  17. object LinearWarp extends Warp with Product with Serializable

    Permalink
  18. object Nuages extends Type

    Permalink
  19. object NuagesAttribute

    Permalink
  20. object NuagesContext

    Permalink
  21. object NuagesFrame

    Permalink
  22. object NuagesObj

    Permalink
  23. object NuagesOutput

    Permalink
  24. object NuagesPanel

    Permalink
  25. object NuagesView

    Permalink
  26. object OverlayPanel

    Permalink
  27. object ParamSpec extends Serializable

    Permalink
  28. object ParametricWarp extends Serializable

    Permalink
  29. object PrefuseAggregateLayout

    Permalink

    Scala version of the AggregateLayout by Jeffrey Heer (Prefuse Demos).

  30. object ScissProcs

    Permalink

    This is my personal set of generators and filters.

  31. object SineWarp extends Warp with Product with Serializable

    Permalink
  32. val TrigSpec: ParamSpec

    Permalink
  33. object Util

    Permalink
  34. object Warp

    Permalink
  35. object Wolkenpumpe

    Permalink
  36. package impl

    Permalink
  37. var showAggrLog: Boolean

    Permalink
  38. var showLog: Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped