Package org.pepstock.charba.client
Interface HasAxes
-
- All Known Subinterfaces:
HasCartesianAxes,HasRadialAxis
- All Known Implementing Classes:
AbstractChart,AreaChart,BarChart,BubbleChart,BubbleMapChart,ChoroplethChart,DoughnutChart,GaugeChart,HorizontalBarChart,LineChart,MatrixChart,MeterChart,PieChart,PolarAreaChart,RadarChart,SankeyChart,ScatterChart,StackedAreaChart,StackedBarChart,StackedLineChart,TimeSeriesBarChart,TimeSeriesLineChart,TreeMapChart,VerticalLineChart
public interface HasAxesDefines the acceptable axes for a chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleancheckAxis(Axis axis)Returnstrueif the axis can be managed by a this chart type.
-
-
-
Method Detail
-
checkAxis
default boolean checkAxis(Axis axis)
Returnstrueif the axis can be managed by a this chart type.- Parameters:
axis- axis to check- Returns:
trueif the axis can be managed by a this chart type
-
-