|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.modisco.utils.chart.birt.core.internal.exported.BirtGraphHelper
public final class BirtGraphHelper
Class providing support for generating a chart with Birt in png The chart is generated from a birtchart model @see org.eclipse.modisco.utils.chart.metamodel
| Method Summary | |
|---|---|
void |
createBirtGraph(Chart birtChart,
java.io.File targetFolder,
java.lang.String fileName)
Create a Birt chart using the chart passed with the birtchart parameter Works only with graph having 2 dimensions |
java.util.List<ColorDefinition> |
getColors()
|
static BirtGraphHelper |
getInstance()
Give an instance of the chart generator |
void |
setColors(java.util.List<ColorDefinition> colors)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<ColorDefinition> getColors()
public void setColors(java.util.List<ColorDefinition> colors)
public static BirtGraphHelper getInstance()
public void createBirtGraph(Chart birtChart,
java.io.File targetFolder,
java.lang.String fileName)
throws java.lang.Exception
birtChart - targetFolder - fileName+".png" - name of the png file (without extension)
ChartException, - Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||