org.eclipse.birt.chart.model.layout
Interface ClientArea

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

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

A representation of the model object 'Client Area'. This type defines an modular area of a chart that can be positioned (and resized ?) during rendering / output.

The following features are supported:

See Also:
LayoutPackage.getClientArea()

Method Summary
 Fill getBackground()
          Returns the value of the 'Background' containment reference.
 Insets getInsets()
          Returns the value of the 'Insets' containment reference.
 LineAttributes getOutline()
          Returns the value of the 'Outline' containment reference.
 ColorDefinition getShadowColor()
          Returns the value of the 'Shadow Color' containment reference.
 void setBackground(Fill value)
          Sets the value of the 'Background' containment reference.
 void setInsets(Insets value)
          Sets the value of the 'Insets' containment reference.
 void setOutline(LineAttributes value)
          Sets the value of the 'Outline' containment reference.
 void setShadowColor(ColorDefinition value)
          Sets the value of the 'Shadow Color' 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

getBackground

public Fill getBackground()
Returns the value of the 'Background' containment reference. Gets the background fill for the client area. Holds the background for the client area.

Returns:
the value of the 'Background' containment reference.
See Also:
setBackground(Fill), LayoutPackage.getClientArea_Background()

setBackground

public void setBackground(Fill value)
Sets the value of the 'Background' containment reference.

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

getOutline

public LineAttributes getOutline()
Returns the value of the 'Outline' containment reference. Gets the attributes of the border for the client area. Holds the outline information for the client area.

Returns:
the value of the 'Outline' containment reference.
See Also:
setOutline(LineAttributes), LayoutPackage.getClientArea_Outline()

setOutline

public void setOutline(LineAttributes value)
Sets the value of the 'Outline' containment reference.

Parameters:
value - the new value of the 'Outline' containment reference.
See Also:
getOutline()

getShadowColor

public ColorDefinition getShadowColor()
Returns the value of the 'Shadow Color' containment reference. Gets the shadow color of the client area. If this is not specified, the client area will not have a shadow. Specifies the shadow color for the client area.

Returns:
the value of the 'Shadow Color' containment reference.
See Also:
setShadowColor(ColorDefinition), LayoutPackage.getClientArea_ShadowColor()

setShadowColor

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

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

getInsets

public Insets getInsets()
Returns the value of the 'Insets' containment reference. Specifies the insets for the client area.

Returns:
the value of the 'Insets' containment reference.
See Also:
setInsets(Insets), LayoutPackage.getClientArea_Insets()

setInsets

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

Parameters:
value - the new value of the 'Insets' containment reference.
See Also:
getInsets()


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