org.grinvin.invariants.details

Class BarChartAndList


public class BarChartAndList
extends JSplitPane

Combines a bar chart and a list in a single panel.

Constructor Summary

BarChartAndList(Number> dataModel)
Create a bar chart and list with given data model.
BarChartAndList(Number> dataModel, Number referenceValue)
Create a bar chart and list with given data model and reference value.

Constructor Details

BarChartAndList

public BarChartAndList(Number> dataModel)
Create a bar chart and list with given data model.

BarChartAndList

public BarChartAndList(Number> dataModel,
                       Number referenceValue)
Create a bar chart and list with given data model and reference value.