org.eclipse.birt.chart.style
Class SimpleProcessor

java.lang.Object
  extended byorg.eclipse.birt.chart.style.SimpleProcessor
All Implemented Interfaces:
IStyleProcessor

public final class SimpleProcessor
extends java.lang.Object
implements IStyleProcessor

A default implementation for IStyleProcessor.


Method Summary
 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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static SimpleProcessor instance()
The access entry point.


getStyle

public IStyle getStyle(Chart model,
                       StyledComponent name)
Description copied from interface: IStyleProcessor
Returns the style as per given component name.

Specified by:
getStyle in interface IStyleProcessor
Parameters:
name -
Returns:


Copyright © 2005-2007 Actuate Corp. All rights reserved.