object Plot extends Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Plot
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Change [S <: Sys[S]] extends AnyRef
- final case class DimsChange [S <: Sys[S]](peer: de.sciss.lucre.event.Map.Update[S, String, StringObj]) extends Change[S] with Product with Serializable
- final case class MatrixChange [S <: Sys[S]](peer: de.sciss.lucre.matrix.Matrix.Update[S]) extends Change[S] with Product with Serializable
- final case class Update [S <: Sys[S]](plot: Plot[S], changes: Vec[Change[S]]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
val
HKey: String("X-Axis")
Conventional key for dimensions map.
Conventional key for dimensions map. Value is string denoting horizontal axis dimension name.
-
final
val
VKey: String("Y-Axis")
Conventional key for dimensions map.
Conventional key for dimensions map. Value is string denoting vertical axis dimension name.
- def apply[S <: Sys[S]](matrix: Matrix[S])(implicit tx: Plot.apply.S.Tx): Plot[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrMax: String("max")
- final val attrMin: String("min")
- final val attrNormalize: String("normalize")
- final val attrPalette: String("palette")
- final val attrShowOverlay: String("show-overlay")
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(): Unit
- Definition Classes
- Type → Type
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def read[S <: Sys[S]](in: DataInput, access: Plot.read.S.Acc)(implicit tx: Plot.read.S.Tx): Plot[S]
-
def
readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Plot.readIdentifiedObj.S.Acc)(implicit tx: Plot.readIdentifiedObj.S.Tx): Obj[S]
- Definition Classes
- Plot → Type → Type
-
final
def
readObj[S <: Sys[S]](in: DataInput, access: de.sciss.lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: de.sciss.lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
- Definition Classes
- Type → Type
- implicit def serializer[S <: Sys[S]]: Serializer[Plot.serializer.S.Tx, Plot.serializer.S.Acc, Plot[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
val
typeID: Int(196614)
- Definition Classes
- Plot → Type
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )