Package com.macrofocus.high_d.parallelcoordinates
package com.macrofocus.high_d.parallelcoordinates
The package contains the classes related to the ParallelCoordinates component.
-
ClassDescriptionAbstractParallelCoordinates<Component,
Color, R, C> AbstractParallelCoordinatesComponent<Component,Color, Row, C> AbstractParallelCoordinatesController<Component,Row, Column> AbstractParallelCoordinatesModel<Color,O, C> This class provides a skeletal implementation of the ParallelCoordinatesModel interface to minimize the effort required to implement this interface.This class provides a skeletal implementation of the ParallelCoordinatesSettings interface to minimize the effort required to implement this interface.AbstractParallelCoordinatesView<Component,Color, R, C> Created by luc on 25/05/16.DefaultParallelCoordinatesModel<Color,Row, C> Default implementation of a ParallelCoordinatesModel.Default implementation of the ParallelCoordinatesSettings interface.ParallelCoordinates<Component,Color, R, C> ParallelCoordinatesComponent<Component,Color, Row, C> ParallelCoordinatesController<Component,Row, Column> Control the user interactions with the view.The listener that's notified when the parallel coordinates model changes.ParallelCoordinatesModel<Color,O, C> Main interface for the model part of ParallelCoordinates.Keep track of all the settings that can be applied to a parallel coordinates.ParallelCoordinatesView<Component,Color, Row, Column> Main class for the view part of ParallelCoordinates.