Interface ParallelCoordinatesComponent<Component,Color,Row,C>
-
- All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<Component>
- All Known Implementing Classes:
AbstractParallelCoordinatesComponent
,SwingParallelCoordinatesComponent
public interface ParallelCoordinatesComponent<Component,Color,Row,C> extends com.macrofocus.crossplatform.CPComponent<Component>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearCache()
void
createOverplots()
Row
getClosestRow(int x, int y)
Component
getNativeComponent()
java.util.List<Row>
getRows(com.macrofocus.igraphics.Rectangle2D r)
void
reset()
void
scheduleUpdate()
void
setModel(ParallelCoordinatesModel<Color,Row,C> model)
void
waitUntilReady()
-
-
-
Method Detail
-
scheduleUpdate
void scheduleUpdate()
-
setModel
void setModel(ParallelCoordinatesModel<Color,Row,C> model)
-
waitUntilReady
void waitUntilReady()
-
getClosestRow
Row getClosestRow(int x, int y)
-
getRows
java.util.List<Row> getRows(com.macrofocus.igraphics.Rectangle2D r)
-
clearCache
void clearCache()
-
reset
void reset()
-
createOverplots
void createOverplots()
-
-