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 java.lang.Object implements ParallelCoordinatesController<Component,Row,Column>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AbstractParallelCoordinatesController.DefaultMouseListener
-
Field Summary
Fields Modifier and Type Field Description protected AbstractParallelCoordinatesController.DefaultMouseListener
mouseListener
protected MutableProperty<java.lang.Boolean>
reordering
protected MutableProperty<java.lang.Boolean>
reversing
-
Fields inherited from interface com.macrofocus.high_d.parallelcoordinates.ParallelCoordinatesController
PROPERTY_REORDERING, PROPERTY_REVERSING
-
-
Constructor Summary
Constructors Constructor Description AbstractParallelCoordinatesController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getLocksmith()
com.macrofocus.high_d.interaction.InteractionMode
getMode()
MutableProperty<java.lang.Boolean>
getReordering()
MutableProperty<java.lang.Boolean>
getReversing()
void
setLocksmith(java.lang.Object locksmith)
void
setMode(com.macrofocus.high_d.interaction.InteractionMode mode)
void
setReordering(MutableProperty<java.lang.Boolean> reordering)
void
setReversing(MutableProperty<java.lang.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 Detail
-
mouseListener
protected final AbstractParallelCoordinatesController.DefaultMouseListener mouseListener
-
reordering
protected MutableProperty<java.lang.Boolean> reordering
-
reversing
protected MutableProperty<java.lang.Boolean> reversing
-
-
Method Detail
-
getReordering
public MutableProperty<java.lang.Boolean> getReordering()
- Specified by:
getReordering
in interfaceParallelCoordinatesController<Component,Row,Column>
-
setReordering
public void setReordering(MutableProperty<java.lang.Boolean> reordering)
- Specified by:
setReordering
in interfaceParallelCoordinatesController<Component,Row,Column>
-
getReversing
public MutableProperty<java.lang.Boolean> getReversing()
- Specified by:
getReversing
in interfaceParallelCoordinatesController<Component,Row,Column>
-
setReversing
public void setReversing(MutableProperty<java.lang.Boolean> reversing)
- 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
public java.lang.Object getLocksmith()
-
setLocksmith
public void setLocksmith(java.lang.Object locksmith)
- Specified by:
setLocksmith
in interfaceParallelCoordinatesController<Component,Row,Column>
-
-