Class AnchorHandlerFX

java.lang.Object
org.jfree.chart.fx.interaction.AbstractMouseHandlerFX
org.jfree.chart.fx.interaction.AnchorHandlerFX
All Implemented Interfaces:
MouseHandlerFX

public class AnchorHandlerFX
extends AbstractMouseHandlerFX
Handles mouse clicks on the ChartCanvas by updating the anchor and redrawing the chart.
  • Constructor Details

    • AnchorHandlerFX

      public AnchorHandlerFX​(String id)
      Creates a new instance.
      Parameters:
      id - the id (null not permitted).
  • Method Details