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

Class PanHandlerFX

  • All Implemented Interfaces:
    MouseHandlerFX


    public class PanHandlerFX
    extends AbstractMouseHandlerFX
    Handles panning of charts on a ChartCanvas. This handler should be configured with the required modifier keys and installed as a live handler (not an auxiliary handler).

    THE API FOR THIS CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES. This is so that we can incorporate feedback on the (new) JavaFX support in JFreeChart.

    Since:
    1.0.18
    • Constructor Detail

      • PanHandlerFX

        public PanHandlerFX(java.lang.String id)
        Creates a new instance that requires no modifier keys.
        Parameters:
        id - the id (null not permitted).
      • PanHandlerFX

        public PanHandlerFX(java.lang.String id,
                            boolean altKey,
                            boolean ctrlKey,
                            boolean metaKey,
                            boolean shiftKey)
        Creates a new instance that will be activated using the specified combination of modifier keys.
        Parameters:
        id - the id (null not permitted).
        altKey - require ALT key?
        ctrlKey - require CTRL key?
        metaKey - require META key?
        shiftKey - require SHIFT key?

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.