A B C D E F G H I J L M N O P R S T U V W X

C

canConvert(Class) - Method in class org.pentaho.chart.model.util.AxisConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.ChartModelConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.ChartTitleConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.CssStylesConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.PaletteConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.ScaleConverter
 
canConvert(Class) - Method in class org.pentaho.chart.model.util.StyledTextConverter
 
CATEGORICAL - Static variable in class org.pentaho.chart.core.ChartElement
Attribute name for specifying a chart's data should be represented categorically
CategoricalDataModel - Class in org.pentaho.chart.data
 
CategoricalDataModel() - Constructor for class org.pentaho.chart.data.CategoricalDataModel
 
CategoricalDataModel.Category - Class in org.pentaho.chart.data
 
CategoricalDataModel.Series - Class in org.pentaho.chart.data
 
CENTER_HORIZONTAL - Static variable in class org.pentaho.chart.css.styles.ChartGradientType
 
CENTER_VERTICAL - Static variable in class org.pentaho.chart.css.styles.ChartGradientType
 
CHART_TYPE - Static variable in class org.pentaho.chart.css.keys.ChartStyleKeys
The chart type: bar, line, pie etc.
ChartAreaStyle - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-area-style style
ChartAreaStyleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-area-style style.
ChartAreaStyleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAreaStyleReadHandler
 
ChartAxisDimension - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-axis-type-dimension style
ChartAxisDimensionReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-axis-type-dimension style.
ChartAxisDimensionReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAxisDimensionReadHandler
 
ChartAxisLocationReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-axis-location style.
ChartAxisLocationReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAxisLocationReadHandler
 
ChartAxisLocationType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-axis-location style
ChartAxisOrderReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-axis-type-order style.
ChartAxisOrderReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAxisOrderReadHandler
 
ChartAxisPosition - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-axis-type-position style
ChartAxisPositionReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-axis-type-dimension style.
ChartAxisPositionReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAxisPositionReadHandler
 
ChartAxisTypeReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-axis-type compound type style.
ChartAxisTypeReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartAxisTypeReadHandler
 
ChartBarStyle - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-bar-style style
ChartBarStyleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-bar-style style.
ChartBarStyleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartBarStyleReadHandler
 
ChartBeanFactory - Class in org.pentaho.chart
 
ChartBoot - Class in org.pentaho.chart
 
ChartCSSFontSizeMappingConstants - Class in org.pentaho.chart.css.styles
 
ChartData - Interface in org.pentaho.chart
The interface which defines the API for access into data used for charting.
ChartDataDefinition - Class in org.pentaho.chart.model
 
ChartDataDefinition() - Constructor for class org.pentaho.chart.model.ChartDataDefinition
 
ChartDefinition - Interface in org.pentaho.chart
 
ChartDefinitionFactory - Class in org.pentaho.chart
The definition of a chart that has been created by the charting api.
ChartDefinitionFactory() - Constructor for class org.pentaho.chart.ChartDefinitionFactory
 
ChartDefinitionImpl - Class in org.pentaho.chart
The implementation of the ChartDefinition interface.
ChartDefinitionImpl(ChartData, ChartDocument) - Constructor for class org.pentaho.chart.ChartDefinitionImpl
Constructs a ChartDefinition with the specified data and the chart document
ChartDefinitionImpl(ChartDocument) - Constructor for class org.pentaho.chart.ChartDefinitionImpl
Constructs a ChartDefinition with the specified chart document
ChartDefinitionImpl(ChartData, ResourceManager, ResourceKey) - Constructor for class org.pentaho.chart.ChartDefinitionImpl
Constructs a ChartDefinition by loading the chart information from a resource manager using the specified key.
ChartDefinitionImpl(ResourceManager, ResourceKey) - Constructor for class org.pentaho.chart.ChartDefinitionImpl
 
ChartDocument - Class in org.pentaho.chart.core
This is the object that contains the root element of the parsed chart defintion
ChartDocument(ChartElement) - Constructor for class org.pentaho.chart.core.ChartDocument
Constructor that creats the chart document.
ChartDocumentContext - Class in org.pentaho.chart
The DocumentContext for the Charting systen.
ChartDocumentContext(ChartDocument) - Constructor for class org.pentaho.chart.ChartDocumentContext
Constructs a chart document context based on a chart document
ChartDocumentReadHandler - Class in org.pentaho.chart.core.parser
Used in the parsing of the chart structure xml document.
ChartDocumentReadHandler() - Constructor for class org.pentaho.chart.core.parser.ChartDocumentReadHandler
Creates a default ChartDocumentReadHandler.
ChartDocumentValidator - Class in org.pentaho.chart
Performs validation on the ChartDocument and ensures it is proper for rendering a chart.
ChartDocumentValidator(ChartDocument) - Constructor for class org.pentaho.chart.ChartDocumentValidator
Constructs a validator for the specified ChartDocument
ChartElement - Class in org.pentaho.chart.core
Defines the element information for the elements in the chart definition file
ChartElement() - Constructor for class org.pentaho.chart.core.ChartElement
Constructs an element.
ChartElementReadHandler - Class in org.pentaho.chart.core.parser
Used in the parsing of the chart definition xml document.
ChartElementReadHandler() - Constructor for class org.pentaho.chart.core.parser.ChartElementReadHandler
Constructs a new chart element parser that does not have a parent chart element
ChartElementReadHandler(ChartElement) - Constructor for class org.pentaho.chart.core.parser.ChartElementReadHandler
Constructs a new chart element parser that has a parent chart element (so this will parse a nested xml tag).
ChartFactory - Class in org.pentaho.chart
API for generating charts
ChartGradientColorReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-gradient-color style.
ChartGradientColorReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartGradientColorReadHandler
 
ChartGradientPositionReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-gradient-start style.
ChartGradientPositionReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartGradientPositionReadHandler
 
ChartGradientReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
TODO: change comments The style parser for the style: "-x-pentaho-chart-gradient" compound type.
ChartGradientReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartGradientReadHandler
 
ChartGradientType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-gradient-type style
ChartGradientTypeReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-bar-style style.
ChartGradientTypeReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartGradientTypeReadHandler
 
ChartInfo - Class in org.pentaho.chart
 
Charting - Interface in org.pentaho.chart
The interface which defines how
ChartItemLabelGenerator - Class in org.pentaho.chart.plugin.api
This class handles the ItemLabel generation and numeric formatting.
ChartItemLabelGenerator(ChartElement[], ChartTableModel) - Constructor for class org.pentaho.chart.plugin.api.ChartItemLabelGenerator
 
ChartItemLabelTextReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-item-label-text style.
ChartItemLabelTextReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartItemLabelTextReadHandler
 
ChartItemLabelVisibleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-item-label-visible style.
ChartItemLabelVisibleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartItemLabelVisibleReadHandler
 
ChartItemLabelVisibleType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-item-label-visible style
ChartLegend - Class in org.pentaho.chart.model
 
ChartLegend() - Constructor for class org.pentaho.chart.model.ChartLegend
 
ChartLineStyle - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-line-style style
ChartLineVisibleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-line-visible style.
ChartLineVisibleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartLineVisibleReadHandler
 
ChartLineVisibleType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-line-visible style
ChartMarginReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
Handles all Margin types
ChartMarginReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartMarginReadHandler
 
ChartMarkerFilledReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-item-label-visible style.
ChartMarkerFilledReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartMarkerFilledReadHandler
 
ChartMarkerFilledType - Class in org.pentaho.chart.plugin.jfreechart.utils
 
ChartMarkerShapeReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-marker-shape style.
ChartMarkerShapeReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartMarkerShapeReadHandler
 
ChartMarkerShapeType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-marker-shape style
ChartMarkerVisibleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-item-label-visible style.
ChartMarkerVisibleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartMarkerVisibleReadHandler
 
ChartMarkerVisibleType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-marker-visible style
ChartModel - Class in org.pentaho.chart.model
The documentation for this class is from the perspective of the ChartModel file.
ChartModel() - Constructor for class org.pentaho.chart.model.ChartModel
 
ChartModelConverter - Class in org.pentaho.chart.model.util
 
ChartModelConverter() - Constructor for class org.pentaho.chart.model.util.ChartModelConverter
 
ChartMultiStyle - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-multi-style style
ChartMultiStyleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-area-style style.
ChartMultiStyleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartMultiStyleReadHandler
 
ChartNamespaceDefinition - Class in org.pentaho.chart
Defines the namespace used with the charting API.
ChartNamespaceDefinition(ResourceManager) - Constructor for class org.pentaho.chart.ChartNamespaceDefinition
 
ChartOrientationReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-orientation style.
ChartOrientationReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartOrientationReadHandler
 
ChartOrientationStyle - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-orientation style
ChartPluginFactory - Class in org.pentaho.chart.plugin
 
ChartProcessingException - Exception in org.pentaho.chart.plugin
Todo: Document me!
ChartProcessingException() - Constructor for exception org.pentaho.chart.plugin.ChartProcessingException
 
ChartProcessingException(String) - Constructor for exception org.pentaho.chart.plugin.ChartProcessingException
 
ChartProcessingException(String, Throwable) - Constructor for exception org.pentaho.chart.plugin.ChartProcessingException
 
ChartProcessingException(Throwable) - Constructor for exception org.pentaho.chart.plugin.ChartProcessingException
 
ChartResult - Class in org.pentaho.chart.plugin.api
 
ChartResult() - Constructor for class org.pentaho.chart.plugin.api.ChartResult
 
ChartResult(int, String, String) - Constructor for class org.pentaho.chart.plugin.api.ChartResult
 
ChartResult(int, String) - Constructor for class org.pentaho.chart.plugin.api.ChartResult
 
ChartResult(int) - Constructor for class org.pentaho.chart.plugin.api.ChartResult
 
ChartScaleReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-scale style.
ChartScaleReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartScaleReadHandler
 
ChartSerializer - Class in org.pentaho.chart.model.util
 
ChartSerializer() - Constructor for class org.pentaho.chart.model.util.ChartSerializer
 
ChartSerializer.ChartSerializationFormat - Enum in org.pentaho.chart.model.util
 
ChartSeriesDataLinkInfo - Class in org.pentaho.chart.core
This class stores the link between the chart series element and the column position it refers to.
ChartSeriesDataLinkInfoFactory - Class in org.pentaho.chart.core
This factory class generates the ChartSeriesDataLinkInfo class object.
ChartSeriesType - Class in org.pentaho.chart.css.styles
Defines the only valid values for the -x-pentaho-chart-series-type style
ChartSeriesType() - Constructor for class org.pentaho.chart.css.styles.ChartSeriesType
 
ChartSeriesTypeReadHandler - Class in org.pentaho.chart.css.parser.stylehandler
The style parser for the -x-pentaho-chart-series-type style.
ChartSeriesTypeReadHandler() - Constructor for class org.pentaho.chart.css.parser.stylehandler.ChartSeriesTypeReadHandler
 
ChartStyleKeys - Class in org.pentaho.chart.css.keys
Defines all the charting specific style keys
ChartTableModel - Class in org.pentaho.chart.data
Contains the data and metadata using with the charting API.
ChartTableModel() - Constructor for class org.pentaho.chart.data.ChartTableModel
Creats an empty ChartTableModel
ChartTableModel(boolean) - Constructor for class org.pentaho.chart.data.ChartTableModel
Creats an empty ChartTableModel
ChartTitle - Class in org.pentaho.chart.model
The Chart Title appears prominently on the chart to give succinct explanation of the chart.
ChartTitle() - Constructor for class org.pentaho.chart.model.ChartTitle
 
ChartTitle(String) - Constructor for class org.pentaho.chart.model.ChartTitle
 
ChartTitle(String, String, CssStyle.FontStyle, CssStyle.FontWeight, int) - Constructor for class org.pentaho.chart.model.ChartTitle
 
ChartTitle.TitleLocation - Enum in org.pentaho.chart.model
 
ChartTitleConverter - Class in org.pentaho.chart.model.util
 
ChartTitleConverter() - Constructor for class org.pentaho.chart.model.util.ChartTitleConverter
 
ChartUtils - Class in org.pentaho.chart
 
ChartUtils() - Constructor for class org.pentaho.chart.ChartUtils
 
ChartXmlFactoryModule - Class in org.pentaho.chart.core.parser
The factory class that will return the correct document read handler to the XML document parsing system.
ChartXmlFactoryModule() - Constructor for class org.pentaho.chart.core.parser.ChartXmlFactoryModule
 
ChartXMLParser - Class in org.pentaho.chart.core.parser
Parses the chart XML document into the internal representation of the chart document.
ChartXMLParser() - Constructor for class org.pentaho.chart.core.parser.ChartXMLParser
Initializes the chart parser by creating a default ResourceManager
ChartXMLParser(ResourceManager) - Constructor for class org.pentaho.chart.core.parser.ChartXMLParser
Initializes the chart parser with a ResourceManager
ChartXmlResourceFactory - Class in org.pentaho.chart.core.parser
Returns resource information used in the parsing of the chart XML document.
ChartXmlResourceFactory() - Constructor for class org.pentaho.chart.core.parser.ChartXmlResourceFactory
Default constructor
clone() - Method in class org.pentaho.chart.core.ChartElement
 
clone() - Method in class org.pentaho.chart.plugin.jfreechart.utils.ShapeFactory
Overriding Object class's clone method so that clone() is not supported.
clone() - Method in class org.pentaho.chart.plugin.jfreechart.utils.StrokeFactory
Overriding Object class's clone method so that clone() is not supported.
clone() - Method in class org.pentaho.util.collections.HeirarchicalLinkedListItem
Clones this object.
COLOR_STYLE - Static variable in class org.pentaho.chart.model.CssStyle
 
ColorFactory - Class in org.pentaho.chart.plugin.jfreechart.utils
 
COLUMN_NAME - Static variable in class org.pentaho.chart.core.ChartElement
Attribute name used to refer to a column in the data by column name
COLUMN_POSITION - Static variable in class org.pentaho.chart.core.ChartElement
Attribute name used to refer to a column in the data positionally (starting with column 0)
compareTo(DialPlot.DialRange) - Method in class org.pentaho.chart.model.DialPlot.DialRange
 
createChart(Object[][], ChartModel, int, int, IOutput.OutputTypes) - Static method in class org.pentaho.chart.ChartBeanFactory
 
createChart(Object[][], Number, boolean, int, int, int, ChartModel, int, int, IOutput.OutputTypes) - Static method in class org.pentaho.chart.ChartBeanFactory
 
createChart(ChartData) - Static method in class org.pentaho.chart.PentahoChart
 
createChart(ChartDocumentContext, ChartTableModel, CSSConstant) - Method in class org.pentaho.chart.plugin.jfreechart.chart.area.JFreeAreaChartGenerator
Creates the JFree chart based on the chart document, data provided and type of chart expected.
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.area.JFreeAreaChartGeneratorFactory
 
createChart(ChartDocumentContext, ChartTableModel, String) - Method in class org.pentaho.chart.plugin.jfreechart.chart.bar.JFreeBarChartGenerator
Creates the JFree chart based on the chart document, data provided and type of chart expected.
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.bar.JFreeBarChartGeneratorFactory
 
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.bar.JFreeStacked100PercentBarChartGenerator
Creates stacked 100 percent bar chart and creates range axis for it.
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.bar.JFreeStackedPercentBarChartGenerator
Creates stacked percent bar chart and creates range axis for it.
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.dial.JFreeDialChartGeneratorFactory
 
createChart(ChartDocumentContext, ChartTableModel) - Method in interface org.pentaho.chart.plugin.jfreechart.chart.IJFreeChartGenerator
 
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.JFreeChartGenerator
 
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.line.JFreeLineChartGeneratorFactory
 
createChart(ChartDocumentContext, ChartTableModel, CSSConstant) - Method in class org.pentaho.chart.plugin.jfreechart.chart.multi.JFreeMultiChartGenerator
 
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.multi.JFreeMultiChartGeneratorFactory
 
createChart(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.chart.pie.JFreePieChartGeneratorFactory
 
createChartDefinition(ChartDocument) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createChartDefinition(ResourceKey) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createChartDefinition(ResourceKey, ResourceManager) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createChartDefinition(ChartData, ChartDocument) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createChartDefinition(ChartData, ResourceKey) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createChartDefinition(ChartData, ResourceKey, ResourceManager) - Static method in class org.pentaho.chart.ChartDefinitionFactory
 
createDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.DatasetGeneratorFactory
This method looks into the dataset tag inside plot element and creates a dataset creator based on the datset type found.
createDataset(ChartDocumentContext, ChartTableModel) - Method in interface org.pentaho.chart.plugin.jfreechart.dataset.IJFreeDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in interface org.pentaho.chart.plugin.jfreechart.dataset.IJFreeDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultCategoryDatasetGenerator
The default method that creates a dataset of DefaultCategoryDataset type.
createDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultCategoryDatasetGenerator
Returns custom dataset based on certain column positions.
createDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultIntervalCategoryDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultIntervalCategoryDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultPieDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultPieDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultValueDatasetGenerator
 
createDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.JFreeDefaultValueDatasetGenerator
 
createDefaultCategoryDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.DatasetGeneratorFactory
Returns default category dataset.
createDefaultCategoryDataset(ChartDocumentContext, ChartTableModel, Integer[]) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.DatasetGeneratorFactory
Returns default category dataset.
createDefaultIntervalCategoryDataset() - Method in class org.pentaho.chart.plugin.jfreechart.dataset.DatasetGeneratorFactory
 
createDefaultPieDataset(ChartDocumentContext, ChartTableModel) - Method in class org.pentaho.chart.plugin.jfreechart.dataset.DatasetGeneratorFactory
Returns default pie dataset.
createKeyToGroupMap(ChartDocument, ChartTableModel, CategoryDataset) - Static method in class org.pentaho.chart.plugin.jfreechart.utils.JFreeChartUtils
 
createRangeAxis(ChartDocumentContext, ChartTableModel, JFreeChart) - Method in class org.pentaho.chart.plugin.jfreechart.chart.JFreeChartGenerator
Create range axis for the current chart and update the chart object with it.
createReadHandler(XmlDocumentInfo) - Method in class org.pentaho.chart.core.parser.ChartXmlFactoryModule
Returns the XML parsing handler based on the document info.
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.AutoColorReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartAxisOrderReadHandler
Parses the LexicalUnit and returns the CSSValue
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartGradientColorReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartGradientPositionReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartItemLabelTextReadHandler
Parses the LexicalUnit and returns the CSSValue
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartMarginReadHandler
Parses the LexicalUnit and returns the CSSValue
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartScaleReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.MarkerHeightReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.MarkerWidthReadHandler
 
createValue(LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.MaxBarWidthReadHandler
Parses the LexicalUnit and returns the CSSValue
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.PieExplodePercentReadHandler
 
createValue(StyleKey, LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.PieStartAngleReadHandler
 
createValues(LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartAxisTypeReadHandler
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
createValues(LexicalUnit) - Method in class org.pentaho.chart.css.parser.stylehandler.ChartGradientReadHandler
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
CssStyle - Class in org.pentaho.chart.model
 
CssStyle() - Constructor for class org.pentaho.chart.model.CssStyle
 
CssStyle.FontStyle - Enum in org.pentaho.chart.model
 
CssStyle.FontWeight - Enum in org.pentaho.chart.model
 
CssStyle.LineStyle - Enum in org.pentaho.chart.model
 
CssStyle.TextAlignment - Enum in org.pentaho.chart.model
 
CssStylesConverter - Class in org.pentaho.chart.model.util
 
CssStylesConverter() - Constructor for class org.pentaho.chart.model.util.CssStylesConverter
 
CYLINDER - Static variable in class org.pentaho.chart.css.styles.ChartBarStyle
 
CylinderRenderer - Class in org.pentaho.chart.plugin.jfreechart.utils
A custom renderer that draws cylinders to represent data from a CategoryDataset in a CategoryPlot.
CylinderRenderer() - Constructor for class org.pentaho.chart.plugin.jfreechart.utils.CylinderRenderer
Default constructor.
CylinderRenderer(double, double) - Constructor for class org.pentaho.chart.plugin.jfreechart.utils.CylinderRenderer
Creates a new renderer.

A B C D E F G H I J L M N O P R S T U V W X