Documentation of 'org.jfree.chart.fx.interaction.ChartMouseEventFX' Java class
ChartMouseEventFX
org.jfree.chart.fx.interaction

Class ChartMouseEventFX

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      JFreeChart getChart()
      Returns the chart that the mouse event relates to.
      ChartEntity getEntity()
      Returns the chart entity (if any) under the mouse point.
      javafx.scene.input.MouseEvent getTrigger()
      Returns the mouse event that triggered this event.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChartMouseEventFX

        public ChartMouseEventFX(JFreeChart chart,
                                 javafx.scene.input.MouseEvent trigger,
                                 ChartEntity entity)
        Constructs a new event.
        Parameters:
        chart - the source chart (null not permitted).
        trigger - the mouse event that triggered this event (null not permitted).
        entity - the chart entity (if any) under the mouse point (null permitted).
    • Method Detail

      • getChart

        public JFreeChart getChart()
        Returns the chart that the mouse event relates to.
        Returns:
        The chart (never null).
      • getTrigger

        public javafx.scene.input.MouseEvent getTrigger()
        Returns the mouse event that triggered this event.
        Returns:
        The event (never null).
      • getEntity

        public ChartEntity getEntity()
        Returns the chart entity (if any) under the mouse point.
        Returns:
        The chart entity (possibly null).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.