Interface ParallelCoordinatesView.DragListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dragAxisTo​(com.macrofocus.high_d.axis.AxisView view, int shift)
      Drag an axis with the specified offset.
      void startDragging​(com.macrofocus.high_d.axis.AxisView view)
      Start dragging an axis.
      void stopDragging​(com.macrofocus.high_d.axis.AxisView view)
      Stop dragging an axis.
    • Method Detail

      • startDragging

        void startDragging​(com.macrofocus.high_d.axis.AxisView view)
        Start dragging an axis.
        Parameters:
        view - the axis to drag
      • stopDragging

        void stopDragging​(com.macrofocus.high_d.axis.AxisView view)
        Stop dragging an axis. This will usually trigger a layout of the parallel coordinates plot.
        Parameters:
        view - the axis that has been dragged
      • dragAxisTo

        void dragAxisTo​(com.macrofocus.high_d.axis.AxisView view,
                        int shift)
        Drag an axis with the specified offset.
        Parameters:
        view - the axis
        shift - the offset