Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package sciss

    The interfaces are grouped into the following packages:

    Welcome to the Mellite API documentation.

    The interfaces are grouped into the following packages:

    The Lucre transactional object model:

    • de.sciss.lucre.stm is the base package for transactions, with things like Obj, Txn, Sys, and Cursor
    • de.sciss.lucre.artifact is the base package for file system artifacts, with classes Artifact and ArtifactLocation
    • de.sciss.lucre.expr is the base package for expression types such as IntObj, DoubleObj, etc.

    Other useful packages:

    • de.sciss.synth.io for reading and writing audio files
    • de.sciss.osc for general Open Sound Control interfaces
    Definition Classes
    de
  • package lucre
    Definition Classes
    sciss
  • package swing
    Definition Classes
    lucre
  • package graph
    Definition Classes
    swing
  • object Panel
    Definition Classes
    graph
  • Border

final case class Border(w: Panel) extends Ex[graph.Border] with Product with Serializable

Linear Supertypes
Serializable, Ex[graph.Border], Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Border
  2. Serializable
  3. Ex
  4. Flow
  5. Lazy
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Border(w: Panel)

Type Members

  1. type Repr[T <: Txn[T]] = IExpr[T, graph.Border]
    Definition Classes
    BorderExFlowLazy

Value Members

  1. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productPrefix: String
    Definition Classes
    Border → Product
  4. val w: Panel