クラス CategoryDatasetChartBuilder
- java.lang.Object
-
- org.nkjmlab.util.jfreechart.ChartBuilder
-
- org.nkjmlab.util.jfreechart.CategoryDatasetChartBuilder
-
public class CategoryDatasetChartBuilder extends ChartBuilder
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classCategoryDatasetChartBuilder.ChartType
-
フィールドの概要
-
クラスから継承されたフィールド org.nkjmlab.util.jfreechart.ChartBuilder
graphTitle
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CategoryDatasetChartBuilder()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidaddValue(Number value, Comparable<?> rowKey, Comparable<?> columnKey)org.jfree.chart.JFreeChartbuild()org.jfree.chart.JFreeChartcreateChart(CategoryDatasetChartBuilder.ChartType type)voidsetLabel(String graphTitle, String categoryAxisLabel, String valueAxisLabel)voidsetType(CategoryDatasetChartBuilder.ChartType type)-
クラスから継承されたメソッド org.nkjmlab.util.jfreechart.ChartBuilder
setGraphTitle
-
-
-
-
メソッドの詳細
-
addValue
public void addValue(Number value, Comparable<?> rowKey, Comparable<?> columnKey)
-
setType
public void setType(CategoryDatasetChartBuilder.ChartType type)
-
build
public org.jfree.chart.JFreeChart build()
-
createChart
public org.jfree.chart.JFreeChart createChart(CategoryDatasetChartBuilder.ChartType type)
-
-