org.eclipse.birt.chart.style
Interface IStyle

All Known Implementing Classes:
SimpleStyle

public interface IStyle

This interface defines the general style elements supported by chart.


Method Summary
 ColorDefinition getBackgroundColor()
          Returns the background color of current style.
 Image getBackgroundImage()
          Returns the background image of current style.
 ColorDefinition getColor()
          Returns the color of current style.
 FontDefinition getFont()
          Returns the font of current style.
 Insets getPadding()
          Returns the padding of current style.
 

Method Detail

getFont

public FontDefinition getFont()
Returns the font of current style.

Returns:

getColor

public ColorDefinition getColor()
Returns the color of current style.

Returns:

getBackgroundColor

public ColorDefinition getBackgroundColor()
Returns the background color of current style.

Returns:

getBackgroundImage

public Image getBackgroundImage()
Returns the background image of current style.

Returns:

getPadding

public Insets getPadding()
Returns the padding of current style.

Returns:


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