Interface Statistics<Component,Color,Format,R,C,V>

All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<Component>
All Known Implementing Classes:
AbstractStatistics, SwingStatistics

public interface Statistics<Component,Color,Format,R,C,V> extends com.macrofocus.crossplatform.CPComponent<Component>
Created by luc on 02/06/16.
  • Method Summary

    Modifier and Type
    Method
    Description
    MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>>
    Returns the color theme to use.
    void
    setColorTheme(MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> colorTheme)
    Sets the color theme to use.
    void
    setModel(com.macrofocus.molap.dataframe.DataFrame dataFrame, com.macrofocus.visual.Visual<Color,R,C> visual, com.macrofocus.high_d.axis.group.AxisGroupModel<StatisticsDataFrame.Stat,C> axisGroupModel)
     

    Methods inherited from interface com.macrofocus.crossplatform.CPComponent

    getNativeComponent, setStyleClass
  • Method Details

    • setModel

      void setModel(com.macrofocus.molap.dataframe.DataFrame dataFrame, com.macrofocus.visual.Visual<Color,R,C> visual, com.macrofocus.high_d.axis.group.AxisGroupModel<StatisticsDataFrame.Stat,C> axisGroupModel)
    • getColorTheme

      MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> getColorTheme()
      Returns the color theme to use.
      Returns:
      the color theme
    • setColorTheme

      void setColorTheme(MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> colorTheme)
      Sets the color theme to use.
      Parameters:
      colorTheme - the color theme to use