Package org.eclipse.birt.chart.style
Class SimpleProcessor
java.lang.Object
org.eclipse.birt.chart.style.BaseStyleProcessor
org.eclipse.birt.chart.style.SimpleProcessor
- All Implemented Interfaces:
IStyleProcessor
public final class SimpleProcessor extends BaseStyleProcessor
A default implementation for IStyleProcessor.
-
Method Summary
Modifier and Type Method Description IStyle
getStyle(Chart model, StyledComponent name)
Returns the style as per given component name.static SimpleProcessor
instance()
The access entry point.Methods inherited from class org.eclipse.birt.chart.style.BaseStyleProcessor
getDefaultBackgroundColor, needInheritingStyles, processStyle, setDefaultBackgroundColor, updateChart
-
Method Details
-
instance
The access entry point. -
getStyle
Description copied from interface:IStyleProcessor
Returns the style as per given component name.- Specified by:
getStyle
in interfaceIStyleProcessor
- Overrides:
getStyle
in classBaseStyleProcessor
- Returns:
- style element
-