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.InteractionMode
getMode()
ParallelCoordinatesView<Component,
com.macrofocus.igraphics.CPColor, Row, Column> getView()
void
setLocksmith
(Object locksmith) void
setMode
(com.macrofocus.high_d.interaction.InteractionMode mode) void
setReordering
(MutableProperty<Boolean> reordering) void
setReversing
(MutableProperty<Boolean> sorting) void
setView
(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
-