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 TypeMethodDescriptionvoid
void
getBins
(com.macrofocus.geom.Rectangle2D rect) getClosestBin
(int x, int y) getClosestDistribution
(int x, int y) getClosestRow
(int x, int y) void
void
Methods 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:
getNativeComponent
in interfacecom.macrofocus.crossplatform.CPComponent<Component>
-