Package hudson.util
Class DataSetBuilder<Row extends Comparable,Column extends Comparable>
java.lang.Object
hudson.util.DataSetBuilder<Row,Column>
- Type Parameters:
Row
- Names that identify different graphs drawn in the same chart.Column
- X-axis.
Builds
CategoryDataset
.
This code works around an issue in DefaultCategoryDataset
where
order of addition changes the way they are drawn.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataSetBuilder
public DataSetBuilder()
-
-
Method Details
-
add
-
build
public org.jfree.data.category.CategoryDataset build()
-