Class DefaultParallelCoordinatesMatrixModel<Color,Row,C>
java.lang.Object
com.macrofocus.high_d.parallelcoordinatesmatrix.AbstractParallelCoordinatesMatrixModel<Color,Row,C>
com.macrofocus.high_d.parallelcoordinatesmatrix.DefaultParallelCoordinatesMatrixModel<Color,Row,C>
- All Implemented Interfaces:
ParallelCoordinatesMatrixModel<Color,,Row, C> com.macrofocus.visual.VisualObjects<Row>
public class DefaultParallelCoordinatesMatrixModel<Color,Row,C>
extends AbstractParallelCoordinatesMatrixModel<Color,Row,C>
implements com.macrofocus.visual.VisualObjects<Row>
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultParallelCoordinatesMatrixModel(com.macrofocus.molap.dataframe.DataFrame<Row, C, ?> dataFrame, com.macrofocus.colormap.ColorMapFactory<Color> colorMapFactory, com.macrofocus.crossplatform.CPFactory factory) DefaultParallelCoordinatesMatrixModel(com.macrofocus.molap.dataframe.DataFrame<Row, C, ?> dataFrame, com.macrofocus.visual.Visual<Color, Row, C> visual, com.macrofocus.crossplatform.CPFactory factory) DefaultParallelCoordinatesMatrixModel(com.macrofocus.molap.dataframe.DataFrame<Row, C, ?> dataFrame, com.macrofocus.visual.Visual<Color, Row, C> visual, com.macrofocus.high_d.axis.group.AxisGroupModel axisGroupModel, com.macrofocus.high_d.axis.hierarchy.AxisHierarchy axisHierarchy, ParallelCoordinatesSettings settings) -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.high_d.axis.group.AxisGroupModelcom.macrofocus.high_d.axis.hierarchy.AxisHierarchyGets model holding the colors of each object.Gets model holding the color mapping of each object.com.macrofocus.molap.dataframe.DataFrameObtains the model used for filtering objects in the scatter plot.getObject(int index) intReturns the number of data objects (typically rows).Obtains the model used for probing objects in the scatter plot (aka mouse over).Obtains the model used for selecting objects in the scatter plot.Methods inherited from class com.macrofocus.high_d.parallelcoordinatesmatrix.AbstractParallelCoordinatesMatrixModel
addParallelCoordinatesMatrixListener, removeParallelCoordinatesMatrixListener
-
Constructor Details
-
DefaultParallelCoordinatesMatrixModel
-
DefaultParallelCoordinatesMatrixModel
-
DefaultParallelCoordinatesMatrixModel
public DefaultParallelCoordinatesMatrixModel(com.macrofocus.molap.dataframe.DataFrame<Row, C, ?> dataFrame, com.macrofocus.visual.Visual<Color, Row, C> visual, com.macrofocus.high_d.axis.group.AxisGroupModel axisGroupModel, com.macrofocus.high_d.axis.hierarchy.AxisHierarchy axisHierarchy, ParallelCoordinatesSettings settings)
-
-
Method Details
-
getVisual
- Specified by:
getVisualin interfaceParallelCoordinatesMatrixModel<Color,Row, C>
-
getObjectCount
public int getObjectCount()Returns the number of data objects (typically rows).- Specified by:
getObjectCountin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Specified by:
getObjectCountin interfacecom.macrofocus.visual.VisualObjects<Color>- Returns:
- the number of data objects
-
getProbing
Obtains the model used for probing objects in the scatter plot (aka mouse over).- Specified by:
getProbingin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Returns:
- the model used for probing.
-
getSelection
Obtains the model used for selecting objects in the scatter plot.- Specified by:
getSelectionin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Returns:
- the model used for selection.
-
getFilter
Obtains the model used for filtering objects in the scatter plot.- Specified by:
getFilterin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Returns:
- the model used for filtering.
-
getColorMapping
Gets model holding the color mapping of each object.- Specified by:
getColorMappingin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Returns:
- the model holding the color of each object.
-
getColoring
Gets model holding the colors of each object.- Specified by:
getColoringin interfaceParallelCoordinatesMatrixModel<Color,Row, C> - Returns:
- the model holding the color of each object.
-
getObject
-
getAxisGroupModel
public com.macrofocus.high_d.axis.group.AxisGroupModel getAxisGroupModel()- Specified by:
getAxisGroupModelin interfaceParallelCoordinatesMatrixModel<Color,Row, C>
-
getDataFrame
public com.macrofocus.molap.dataframe.DataFrame getDataFrame()- Specified by:
getDataFramein interfaceParallelCoordinatesMatrixModel<Color,Row, C>
-
getAxisHierarchy
public com.macrofocus.high_d.axis.hierarchy.AxisHierarchy getAxisHierarchy()- Specified by:
getAxisHierarchyin interfaceParallelCoordinatesMatrixModel<Color,Row, C>
-
getSettings
- Specified by:
getSettingsin interfaceParallelCoordinatesMatrixModel<Color,Row, C>
-