|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.swingui.chart.ChartSwingUtil
public class ChartSwingUtil
This is a collection of swing specific chart utilities. You should not make an instance of this class.
| Method Summary | |
|---|---|
static org.jfree.chart.JFreeChart |
createChartFromQuery(Chart c)
Creates a JFreeChart based on the current query results produced by the given chart. |
static void |
makeChartNice(org.jfree.chart.JFreeChart chart)
Sets the colours and gradients to be used when painting the given JFreeChart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.jfree.chart.JFreeChart createChartFromQuery(Chart c)
throws java.sql.SQLException,
QueryInitializationException,
java.lang.InterruptedException
c - The chart from which to produce a JFreeChart component. Must
not be null.
java.sql.SQLException
QueryInitializationException
java.lang.InterruptedExceptionpublic static void makeChartNice(org.jfree.chart.JFreeChart chart)
chart - The JFreeChart to make nice.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||