Interface DistributionsComponent<Component,Color,Row,Column,Value,Bin>
- All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<Component>
- All Known Implementing Classes:
AbstractDistributionsComponent,JavaFXDistributionsComponent
public interface DistributionsComponent<Component,Color,Row,Column,Value,Bin>
extends com.macrofocus.crossplatform.CPComponent<Component>
Created by luc on 12/06/16.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetBins(com.macrofocus.geom.Rectangle2D rect) getClosestBin(int x, int y) getClosestDistribution(int x, int y) getClosestRow(int x, int y) voidvoidMethods inherited from interface com.macrofocus.crossplatform.CPComponent
setStyleClass
-
Method Details
-
scheduleUpdate
void scheduleUpdate() -
setModel
-
getClosestDistribution
-
getClosestBin
-
getBins
-
getClosestRow
-
clearCache
void clearCache() -
createOverplots
void createOverplots() -
getNativeComponent
Component getNativeComponent()- Specified by:
getNativeComponentin interfacecom.macrofocus.crossplatform.CPComponent<Component>
-