Class AbstractParallelCoordinatesController<Component,Row,Column>
java.lang.Object
com.macrofocus.high_d.parallelcoordinates.AbstractParallelCoordinatesController<Component,Row,Column>
- All Implemented Interfaces:
ParallelCoordinatesController<Component,
Row, Column>
- Direct Known Subclasses:
JavaFXParallelCoordinatesController
public abstract class AbstractParallelCoordinatesController<Component,Row,Column>
extends Object
implements ParallelCoordinatesController<Component,Row,Column>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractParallelCoordinatesController<Component,
Row, Column>.DefaultMouseListener protected MutableProperty<Boolean>
protected MutableProperty<Boolean>
Fields inherited from interface com.macrofocus.high_d.parallelcoordinates.ParallelCoordinatesController
PROPERTY_REORDERING, PROPERTY_REVERSING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.high_d.interaction.InteractionMode
getMode()
void
setLocksmith
(Object locksmith) void
setMode
(com.macrofocus.high_d.interaction.InteractionMode mode) void
setReordering
(MutableProperty<Boolean> reordering) void
setReversing
(MutableProperty<Boolean> reversing) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.macrofocus.high_d.parallelcoordinates.ParallelCoordinatesController
getView, setView
-
Field Details
-
mouseListener
protected final AbstractParallelCoordinatesController<Component,Row, mouseListenerColumn>.DefaultMouseListener -
reordering
-
reversing
-
-
Constructor Details
-
AbstractParallelCoordinatesController
public AbstractParallelCoordinatesController()
-
-
Method Details
-
getReordering
- Specified by:
getReordering
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
setReordering
- Specified by:
setReordering
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
getReversing
- Specified by:
getReversing
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
setReversing
- Specified by:
setReversing
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
getMode
public com.macrofocus.high_d.interaction.InteractionMode getMode()- Specified by:
getMode
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
setMode
public void setMode(com.macrofocus.high_d.interaction.InteractionMode mode) - Specified by:
setMode
in interfaceParallelCoordinatesController<Component,
Row, Column>
-
getLocksmith
-
setLocksmith
- Specified by:
setLocksmith
in interfaceParallelCoordinatesController<Component,
Row, Column>
-