|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChartDocument in org.pentaho.chart |
---|
Methods in org.pentaho.chart that return ChartDocument | |
---|---|
ChartDocument |
ChartDocumentContext.getChartDocument()
Returns the ChartDocument |
ChartDocument |
ChartDefinition.getChartDocument()
|
ChartDocument |
ChartDefinitionImpl.getChartDocument()
Returns the chart document which was set or loaded from the resource manager |
static ChartDocument |
ChartFactory.getChartDocument(URL chartURL)
|
static ChartDocument |
ChartFactory.getChartDocument(URL chartURL,
boolean cascadeStyles)
|
Methods in org.pentaho.chart with parameters of type ChartDocument | |
---|---|
static ChartDefinition |
ChartDefinitionFactory.createChartDefinition(ChartData data,
ChartDocument doc)
|
static ChartDefinition |
ChartDefinitionFactory.createChartDefinition(ChartDocument doc)
|
static ChartDocumentContext |
ChartFactory.generateChart(ChartDocument chart,
ChartTableModel tableModel)
|
Constructors in org.pentaho.chart with parameters of type ChartDocument | |
---|---|
ChartDefinitionImpl(ChartData data,
ChartDocument doc)
Constructs a ChartDefinition with the specified data and the chart document |
|
ChartDefinitionImpl(ChartDocument doc)
Constructs a ChartDefinition with the specified chart document |
|
ChartDocumentContext(ChartDocument chart)
Constructs a chart document context based on a chart document |
|
ChartDocumentValidator(ChartDocument chartDoc)
Constructs a validator for the specified ChartDocument |
Uses of ChartDocument in org.pentaho.chart.core |
---|
Methods in org.pentaho.chart.core with parameters of type ChartDocument | |
---|---|
static ChartSeriesDataLinkInfo |
ChartSeriesDataLinkInfoFactory.generateSeriesDataLinkInfo(ChartDocument chartDoc,
ChartTableModel data)
Creates the chart series data link info object, updates it and returns the updated object. |
Uses of ChartDocument in org.pentaho.chart.core.parser |
---|
Methods in org.pentaho.chart.core.parser that return ChartDocument | |
---|---|
ChartDocument |
ChartXMLParser.parseChartDocument(URL chartDefinitionURL)
Parses the chart definition file into a ChartDocument . |
Uses of ChartDocument in org.pentaho.chart.plugin |
---|
Methods in org.pentaho.chart.plugin with parameters of type ChartDocument | |
---|---|
ChartResult |
IChartPlugin.validateChartDocument(ChartDocument chartDocument)
Validates the current chart document. |
ChartResult |
AbstractChartPlugin.validateChartDocument(ChartDocument chartDocument)
|
Uses of ChartDocument in org.pentaho.chart.plugin.jfreechart |
---|
Methods in org.pentaho.chart.plugin.jfreechart with parameters of type ChartDocument | |
---|---|
org.pentaho.reporting.libraries.css.values.CSSConstant |
JFreeChartFactoryEngine.determineChartType(ChartDocument chartDocument)
Determines what type of chart that should be rendered. |
ChartResult |
JFreeChartPlugin.validateChartDocument(ChartDocument chartDocument)
|
Uses of ChartDocument in org.pentaho.chart.plugin.jfreechart.chart |
---|
Methods in org.pentaho.chart.plugin.jfreechart.chart with parameters of type ChartDocument | |
---|---|
org.jfree.chart.plot.PlotOrientation |
JFreeChartGenerator.getPlotOrientation(ChartDocument chartDocument)
Returns the plot orientation (horizontal or vertical) for the current chart. |
static boolean |
JFreeChartGenerator.getShowLegend(ChartDocument chartDocument)
|
static boolean |
JFreeChartGenerator.getShowToolTips(ChartDocument chartDocument)
Returns a boolean value that indicates if the chart should generate tooltips |
static String |
JFreeChartGenerator.getTitle(ChartDocument chartDocument)
Gets the title of the chart defined in the chartDocument |
static String |
JFreeChartGenerator.getValueAxisLabel(ChartDocument chartDocument)
Returns the ValueAxisLabel of the chart. |
static String |
JFreeChartGenerator.getValueCategoryLabel(ChartDocument chartDocument)
Returns the ValueCategoryLabel of the chart. |
Uses of ChartDocument in org.pentaho.chart.plugin.jfreechart.chart.dial |
---|
Methods in org.pentaho.chart.plugin.jfreechart.chart.dial with parameters of type ChartDocument | |
---|---|
void |
JFreeDialChartGenerator.setDialValueIndicator(ChartDocument chartDocument,
org.jfree.chart.plot.dial.DialPlot dialPlot)
|
Uses of ChartDocument in org.pentaho.chart.plugin.jfreechart.utils |
---|
Methods in org.pentaho.chart.plugin.jfreechart.utils with parameters of type ChartDocument | |
---|---|
static org.jfree.data.KeyToGroupMap |
JFreeChartUtils.createKeyToGroupMap(ChartDocument chartDocument,
ChartTableModel data,
org.jfree.data.category.CategoryDataset dataSet)
|
static ChartElement |
JFreeChartUtils.getBaseStackedGroupElement(ChartDocument chartDocument)
|
static boolean |
JFreeChartUtils.getIsStackedGrouped(ChartDocument chartDocument)
|
static Object |
JFreeChartUtils.getRawRowName(ChartTableModel data,
ChartDocument chartDocument,
int row)
|
static double |
JFreeChartUtils.getScale(ChartDocument chartDocument)
Get the scale of the chart from the ChartTableModel. |
static boolean |
JFreeChartUtils.getShowUrls(ChartDocument chartDocument)
If the chart URL template is defined in the plot tag with url value, then return true. |
static String |
JFreeChartUtils.getURLText(ChartDocument chartDocument)
|
static void |
JFreeChartUtils.setPlotAttributes(org.jfree.chart.plot.CategoryPlot categoryPlot,
ChartDocument chartDocument)
Main method for setting ALL the plot attributes. |
static void |
JFreeChartUtils.setURLGeneration(org.jfree.chart.renderer.category.CategoryItemRenderer renderer,
ChartDocument chartDocument)
|
Uses of ChartDocument in org.pentaho.chart.plugin.openflashchart |
---|
Methods in org.pentaho.chart.plugin.openflashchart with parameters of type ChartDocument | |
---|---|
org.pentaho.reporting.libraries.css.values.CSSConstant |
OpenFlashChartFactoryEngine.determineChartType(ChartDocument chartDocument)
Deprecated. |
boolean |
OpenFlashChartFactoryEngine.getAnimate(ChartDocument chartDocument)
Deprecated. |
ofc4j.model.Text |
OpenFlashChartFactoryEngine.getText(ChartDocument chartDocument,
String elementName)
Deprecated. |
Uses of ChartDocument in org.pentaho.chart.plugin.xml |
---|
Constructors in org.pentaho.chart.plugin.xml with parameters of type ChartDocument | |
---|---|
XmlChartOutput(ChartDocument document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |