Package hudson.util

Class DataSetBuilder<Row extends Comparable,​Column extends Comparable>

  • Type Parameters:
    Row - Names that identify different graphs drawn in the same chart.
    Column - X-axis.

    public final class DataSetBuilder<Row extends Comparable,​Column extends Comparable>
    extends Object
    Builds CategoryDataset.

    This code works around an issue in DefaultCategoryDataset where order of addition changes the way they are drawn.

    • Constructor Detail

      • DataSetBuilder

        public DataSetBuilder()
    • Method Detail

      • build

        public org.jfree.data.category.CategoryDataset build()