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:
SwingParallelCoordinatesController
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.InteractionModegetMode()voidsetLocksmith(Object locksmith) voidsetMode(com.macrofocus.high_d.interaction.InteractionMode mode) voidsetReordering(MutableProperty<Boolean> reordering) voidsetReversing(MutableProperty<Boolean> reversing) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getReorderingin interfaceParallelCoordinatesController<Component,Row, Column>
-
setReordering
- Specified by:
setReorderingin interfaceParallelCoordinatesController<Component,Row, Column>
-
getReversing
- Specified by:
getReversingin interfaceParallelCoordinatesController<Component,Row, Column>
-
setReversing
- Specified by:
setReversingin interfaceParallelCoordinatesController<Component,Row, Column>
-
getMode
public com.macrofocus.high_d.interaction.InteractionMode getMode()- Specified by:
getModein interfaceParallelCoordinatesController<Component,Row, Column>
-
setMode
public void setMode(com.macrofocus.high_d.interaction.InteractionMode mode) - Specified by:
setModein interfaceParallelCoordinatesController<Component,Row, Column>
-
getLocksmith
-
setLocksmith
- Specified by:
setLocksmithin interfaceParallelCoordinatesController<Component,Row, Column>
-