Package

scalax.chart

event

Permalink

package event

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ChartEvent extends Event

    Permalink

    Event on a chart.

    Event on a chart.

    See also

    Chart

  2. final case class ChartMouseClicked(trigger: MouseClicked, entity: Option[ChartEntity]) extends ChartMouseEvent with Product with Serializable

    Permalink

    Event indicating a click on a chart.

  3. sealed abstract class ChartMouseEvent extends Event

    Permalink

    Mouse event on a chart UI element.

    Mouse event on a chart UI element.

    See also

    Chart

  4. final case class ChartMouseMoved(trigger: MouseMoved, entity: Option[ChartEntity]) extends ChartMouseEvent with Product with Serializable

    Permalink

    Event indicating mouse movement over a chart.

  5. final case class PlotChanged(chart: Chart, plot: Plot) extends ChartEvent with Product with Serializable

    Permalink

    Event indicating a plot of the chart has changed.

  6. final case class TitleChanged(chart: Chart, title: Title) extends ChartEvent with Product with Serializable

    Permalink

    Event indicating a title of the chart has changed.

Value Members

  1. object ChartEvent

    Permalink

    Contains concrete chart events.

Ungrouped