org.gephi.statistics.plugin
Class ChartUtils
java.lang.Object
org.gephi.statistics.plugin.ChartUtils
public abstract class ChartUtils
- extends java.lang.Object
- Author:
- sebastien
Method Summary |
static XYSeries |
createXYSeries(java.util.Map data,
java.lang.String name)
|
static void |
decorateChart(JFreeChart chart)
|
static java.lang.String |
renderChart(JFreeChart chart,
java.lang.String fileName)
|
static void |
scaleChart(JFreeChart chart,
XYSeries dSeries,
boolean normalized)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartUtils
public ChartUtils()
decorateChart
public static void decorateChart(JFreeChart chart)
scaleChart
public static void scaleChart(JFreeChart chart,
XYSeries dSeries,
boolean normalized)
renderChart
public static java.lang.String renderChart(JFreeChart chart,
java.lang.String fileName)
createXYSeries
public static XYSeries createXYSeries(java.util.Map data,
java.lang.String name)