Uses of Class
org.seamcat.model.types.result.BarChartResultType
-
Packages that use BarChartResultType Package Description org.seamcat.model.types.result -
-
Uses of BarChartResultType in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return BarChartResultType Modifier and Type Method Description BarChartResultType
Results. findBarChart(MultiValueDef def)
Methods in org.seamcat.model.types.result that return types with arguments of type BarChartResultType Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<BarChartResultType>>
Results. allGroupedBarChart()
java.util.List<BarChartResultType>
Results. getBarChartResultTypes()
java.util.List<BarChartResultType>
Results. nonGroupedBarChart()
Methods in org.seamcat.model.types.result with parameters of type BarChartResultType Modifier and Type Method Description void
ResultTypeVisitor. visit(BarChartResultType bar)
-