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 Detail

      • scheduleUpdate

        void scheduleUpdate()
      • getClosestDistribution

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

        Bin getClosestBin​(int x,
                          int y)
      • getBins

        java.util.List<Bin> getBins​(com.macrofocus.igraphics.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>