Interface DistributionsComponent<Component,Color,Row,Column,Value,Bin>

All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<Component>
All Known Implementing Classes:
AbstractDistributionsComponent, SwingDistributionsComponent

public interface DistributionsComponent<Component,Color,Row,Column,Value,Bin> extends com.macrofocus.crossplatform.CPComponent<Component>
Created by luc on 12/06/16.
  • Method Details

    • scheduleUpdate

      void scheduleUpdate()
    • setModel

      void setModel(DistributionsModel<Color,Row,Column,Value,Bin> model)
    • getClosestDistribution

      com.macrofocus.molap.subset.DistributionDimension<Row,Value,Bin> getClosestDistribution(int x, int y)
    • getClosestBin

      Bin getClosestBin(int x, int y)
    • getBins

      List<Bin> getBins(com.macrofocus.geom.Rectangle2D rect)
    • getClosestRow

      Row getClosestRow(int x, int y)
    • clearCache

      void clearCache()
    • createOverplots

      void createOverplots()
    • getNativeComponent

      Component getNativeComponent()
      Specified by:
      getNativeComponent in interface com.macrofocus.crossplatform.CPComponent<Component>