Interface ParallelCoordinatesController<Component,​Row,​Column>

    • Method Detail

      • getMode

        com.macrofocus.high_d.interaction.InteractionMode getMode()
      • setMode

        void setMode​(com.macrofocus.high_d.interaction.InteractionMode mode)
      • setLocksmith

        void setLocksmith​(java.lang.Object locksmith)
      • setView

        void setView​(ParallelCoordinatesView<Component,​com.macrofocus.igraphics.CPColor,​Row,​Column> view)
        Replace the view currently under control.
        Parameters:
        view - the ParallelCoordinatesView to use
      • setReordering

        void setReordering​(MutableProperty<java.lang.Boolean> reordering)
      • setReversing

        void setReversing​(MutableProperty<java.lang.Boolean> sorting)