axle.visualize

Plot

case class Plot[X, Y](initialValue: List[(String, TreeMap[X, Y])], connect: Boolean = true, drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, pointDiameter: Int = 4, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, fontName: String = "Courier New", fontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, colors: Seq[Color] = ..., title: Option[String] = scala.None, xAxis: Y, xAxisLabel: Option[String] = scala.None, yAxis: X, yAxisLabel: Option[String] = scala.None, refresher: Option[((List[(String, TreeMap[X, Y])]) ⇒ List[(String, TreeMap[X, Y])], quanta.Time.Q)] = scala.None)(implicit evidence$1: Plottable[X], evidence$2: Plottable[Y]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Plot
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Plot(initialValue: List[(String, TreeMap[X, Y])], connect: Boolean = true, drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, pointDiameter: Int = 4, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, fontName: String = "Courier New", fontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, colors: Seq[Color] = ..., title: Option[String] = scala.None, xAxis: Y, xAxisLabel: Option[String] = scala.None, yAxis: X, yAxisLabel: Option[String] = scala.None, refresher: Option[((List[(String, TreeMap[X, Y])]) ⇒ List[(String, TreeMap[X, Y])], quanta.Time.Q)] = scala.None)(implicit arg0: Plottable[X], arg1: Plottable[Y])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val border: Int

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val colors: Seq[Color]

  10. val connect: Boolean

  11. val dataFeedActor: ActorRef

  12. val drawKey: Boolean

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. val fontName: String

  16. val fontSize: Int

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. val height: Int

  19. val initialValue: List[(String, TreeMap[X, Y])]

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val keyLeftPadding: Int

  22. val keyTopPadding: Int

  23. val keyWidth: Int

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val pointDiameter: Int

  28. val refresher: Option[((List[(String, TreeMap[X, Y])]) ⇒ List[(String, TreeMap[X, Y])], quanta.Time.Q)]

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

    Definition Classes
    AnyRef
  30. val title: Option[String]

  31. val titleFontName: String

  32. val titleFontSize: Int

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. val width: Int

  37. val xAxis: Y

  38. val xAxisLabel: Option[String]

  39. val yAxis: X

  40. val yAxisLabel: Option[String]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped