Package org.apache.pivot.charts
Interface Provider
-
public interface Provider
Provides a mapping from a concrete component class to a skin class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends Skin>
getSkinClass(java.lang.Class<? extends ChartView> componentClass)
Find the skin class associated with the given chart component.
-
-
-
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.
-
-