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