public final class ChartUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORY_COUNT_DISPLAY_THRESHOLD
The threshold value advised to use when considering if there are too many
categories/bars/slices for a chart to render or not.
|
static int |
HEIGHT_NORMAL |
static int |
HEIGHT_WIDE |
static int |
WIDTH_NORMAL |
static int |
WIDTH_WIDE |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyStyles(org.jfree.chart.JFreeChart chart) |
static org.jfree.chart.ChartPanel |
createPanel(org.jfree.chart.JFreeChart chart,
boolean wide) |
static org.jfree.chart.ChartPanel |
createPanel(org.jfree.chart.JFreeChart chart,
int width,
int height) |
public static final int CATEGORY_COUNT_DISPLAY_THRESHOLD
public static final int WIDTH_WIDE
public static final int WIDTH_NORMAL
public static final int HEIGHT_WIDE
public static final int HEIGHT_NORMAL
public static org.jfree.chart.ChartPanel createPanel(org.jfree.chart.JFreeChart chart,
boolean wide)
public static org.jfree.chart.ChartPanel createPanel(org.jfree.chart.JFreeChart chart,
int width,
int height)
public static void applyStyles(org.jfree.chart.JFreeChart chart)
Copyright © 2016. All Rights Reserved.