Class SwingParallelCoordinatesController<Row,Column>
java.lang.Object
com.macrofocus.high_d.parallelcoordinates.AbstractParallelCoordinatesController<JComponent,Row,Column>
com.macrofocus.high_d.parallelcoordinates.swing.SwingParallelCoordinatesController<Row,Column>
- All Implemented Interfaces:
ParallelCoordinatesController<JComponent,
Row, Column>
public class SwingParallelCoordinatesController<Row,Column>
extends AbstractParallelCoordinatesController<JComponent,Row,Column>
Default controller mediating user interactions with a ParallelCoordinatesView.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.macrofocus.high_d.parallelcoordinates.AbstractParallelCoordinatesController
AbstractParallelCoordinatesController.DefaultMouseListener
-
Field Summary
Fields inherited from class com.macrofocus.high_d.parallelcoordinates.AbstractParallelCoordinatesController
mouseListener, reordering, reversing
Fields inherited from interface com.macrofocus.high_d.parallelcoordinates.ParallelCoordinatesController
PROPERTY_REORDERING, PROPERTY_REVERSING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParallelCoordinatesView<JComponent,
com.macrofocus.igraphics.CPColor, Row, Column> getView()
void
setView
(ParallelCoordinatesView<JComponent, com.macrofocus.igraphics.CPColor, Row, Column> view) Replace the view currently under control.Methods inherited from class com.macrofocus.high_d.parallelcoordinates.AbstractParallelCoordinatesController
getLocksmith, getMode, getReordering, getReversing, setLocksmith, setMode, setReordering, setReversing
-
Constructor Details
-
SwingParallelCoordinatesController
-
-
Method Details
-
getView
-
setView
public void setView(ParallelCoordinatesView<JComponent, com.macrofocus.igraphics.CPColor, Row, Column> view) Replace the view currently under control.- Parameters:
view
- the ParallelCoordinatesView to use
-