Interface ParallelCoordinatesComponent<Component,Color,Row,C>
- All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<Component>
- All Known Implementing Classes:
AbstractParallelCoordinatesComponent,JavaFXParallelCoordinatesComponent
public interface ParallelCoordinatesComponent<Component,Color,Row,C>
extends com.macrofocus.crossplatform.CPComponent<Component>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetClosestRow(int x, int y) getRows(com.macrofocus.geom.Rectangle2D r) voidreset()voidvoidsetModel(ParallelCoordinatesModel<Color, Row, C> model) voidMethods inherited from interface com.macrofocus.crossplatform.CPComponent
setStyleClass
-
Method Details
-
scheduleUpdate
void scheduleUpdate() -
setModel
-
waitUntilReady
void waitUntilReady() -
getClosestRow
-
getRows
-
clearCache
void clearCache() -
reset
void reset() -
createOverplots
void createOverplots() -
getNativeComponent
Component getNativeComponent()- Specified by:
getNativeComponentin interfacecom.macrofocus.crossplatform.CPComponent<Component>
-