Interface Provider


  • public interface Provider
    Provides a mapping from a concrete component class to a skin class.
    • Method Detail

      • getSkinClass

        java.lang.Class<? extends Skin> getSkinClass​(java.lang.Class<? extends ChartView> componentClass)
        Find the skin class associated with the given chart component.
        Parameters:
        componentClass - Class of the chart component whose skin we need.
        Returns:
        The skin class associated with the chart component.