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
CategoryDataset
.
This code works around an issue in DefaultCategoryDataset
where
order of addition changes the way they are drawn.
Constructor and Description |
---|
DataSetBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
add(Number value,
Row rowKey,
Column columnKey) |
org.jfree.data.category.CategoryDataset |
build() |
Copyright © 2004–2021. All rights reserved.