Interface ParallelCoordinatesView.DragListener
- Enclosing interface:
- ParallelCoordinatesView<Component,
Color, Row, Column>
public static interface ParallelCoordinatesView.DragListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
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 axisshift
- the offset
-