Interface ParallelCoordinatesController<Component,Row,Column>
- All Known Implementing Classes:
AbstractParallelCoordinatesController,SwingParallelCoordinatesController
public interface ParallelCoordinatesController<Component,Row,Column>
Control the user interactions with the view.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.high_d.interaction.InteractionModegetMode()ParallelCoordinatesView<Component, com.macrofocus.igraphics.CPColor, Row, Column> getView()voidsetLocksmith(Object locksmith) voidsetMode(com.macrofocus.high_d.interaction.InteractionMode mode) voidsetReordering(MutableProperty<Boolean> reordering) voidsetReversing(MutableProperty<Boolean> sorting) voidsetView(ParallelCoordinatesView<Component, com.macrofocus.igraphics.CPColor, Row, Column> view) Replace the view currently under control.
-
Field Details
-
PROPERTY_REORDERING
- See Also:
-
PROPERTY_REVERSING
- See Also:
-
-
Method Details
-
getMode
com.macrofocus.high_d.interaction.InteractionMode getMode() -
setMode
void setMode(com.macrofocus.high_d.interaction.InteractionMode mode) -
setLocksmith
-
setView
Replace the view currently under control.- Parameters:
view- the ParallelCoordinatesView to use
-
getView
ParallelCoordinatesView<Component,com.macrofocus.igraphics.CPColor, getView()Row, Column> -
getReordering
MutableProperty<Boolean> getReordering() -
setReordering
-
getReversing
MutableProperty<Boolean> getReversing() -
setReversing
-