org.eclipse.birt.chart.model.attribute
Interface Style

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StyleImpl

public interface Style
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Style'. This type holds the style values for component.

The following features are supported:

See Also:
AttributePackage.getStyle()

Method Summary
 ColorDefinition getBackgroundColor()
          Returns the value of the 'Background Color' containment reference.
 Image getBackgroundImage()
          Returns the value of the 'Background Image' containment reference.
 ColorDefinition getColor()
          Returns the value of the 'Color' containment reference.
 FontDefinition getFont()
          Returns the value of the 'Font' containment reference.
 Insets getPadding()
          Returns the value of the 'Padding' containment reference.
 void setBackgroundColor(ColorDefinition value)
          Sets the value of the 'Background Color' containment reference.
 void setBackgroundImage(Image value)
          Sets the value of the 'Background Image' containment reference.
 void setColor(ColorDefinition value)
          Sets the value of the 'Color' containment reference.
 void setFont(FontDefinition value)
          Sets the value of the 'Font' containment reference.
 void setPadding(Insets value)
          Sets the value of the 'Padding' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFont

public FontDefinition getFont()
Returns the value of the 'Font' containment reference. Speicifies the font setting for this style.

Returns:
the value of the 'Font' containment reference.
See Also:
setFont(FontDefinition), AttributePackage.getStyle_Font()

setFont

public void setFont(FontDefinition value)
Sets the value of the 'Font' containment reference.

Parameters:
value - the new value of the 'Font' containment reference.
See Also:
getFont()

getColor

public ColorDefinition getColor()
Returns the value of the 'Color' containment reference. Specifies the font color for this style.

Returns:
the value of the 'Color' containment reference.
See Also:
setColor(ColorDefinition), AttributePackage.getStyle_Color()

setColor

public void setColor(ColorDefinition value)
Sets the value of the 'Color' containment reference.

Parameters:
value - the new value of the 'Color' containment reference.
See Also:
getColor()

getBackgroundColor

public ColorDefinition getBackgroundColor()
Returns the value of the 'Background Color' containment reference. Specifies the background color for this style.

Returns:
the value of the 'Background Color' containment reference.
See Also:
setBackgroundColor(ColorDefinition), AttributePackage.getStyle_BackgroundColor()

setBackgroundColor

public void setBackgroundColor(ColorDefinition value)
Sets the value of the 'Background Color' containment reference.

Parameters:
value - the new value of the 'Background Color' containment reference.
See Also:
getBackgroundColor()

getBackgroundImage

public Image getBackgroundImage()
Returns the value of the 'Background Image' containment reference. Specifies the background image for this style.

Returns:
the value of the 'Background Image' containment reference.
See Also:
setBackgroundImage(Image), AttributePackage.getStyle_BackgroundImage()

setBackgroundImage

public void setBackgroundImage(Image value)
Sets the value of the 'Background Image' containment reference.

Parameters:
value - the new value of the 'Background Image' containment reference.
See Also:
getBackgroundImage()

getPadding

public Insets getPadding()
Returns the value of the 'Padding' containment reference. Specifies the padding for this style.

Returns:
the value of the 'Padding' containment reference.
See Also:
setPadding(Insets), AttributePackage.getStyle_Padding()

setPadding

public void setPadding(Insets value)
Sets the value of the 'Padding' containment reference.

Parameters:
value - the new value of the 'Padding' containment reference.
See Also:
getPadding()


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