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 TypeMethodDescriptionvoid
void
getClosestRow
(int x, int y) getRows
(com.macrofocus.geom.Rectangle2D r) void
reset()
void
void
setModel
(ParallelCoordinatesModel<Color, Row, C> model) void
Methods 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:
getNativeComponent
in interfacecom.macrofocus.crossplatform.CPComponent<Component>
-