Interface IsDefaultScales
-
- All Known Implementing Classes:
DefaultChartScales,DefaultScales,ExtendedScales,Scales
public interface IsDefaultScalesInterface to define scales/axes object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultScalegetAxis(ScaleId scaleId, AxisKind kind)Returns the default configuration for x axis.
-
-
-
Method Detail
-
getAxis
IsDefaultScale getAxis(ScaleId scaleId, AxisKind kind)
Returns the default configuration for x axis.- Parameters:
scaleId- the scale id to use to get the defaultkind- axis kind to use if the scale id is not recognizable- Returns:
- the default configuration for x axis.
-
-