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

All Superinterfaces:
Block, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
TitleBlock
All Known Implementing Classes:
LabelBlockImpl, TitleBlockImpl

public interface LabelBlock
extends Block

A representation of the model object 'Label Block'. This type defines a text block in the chart.

The following features are supported:

See Also:
LayoutPackage.getLabelBlock()

Method Summary
 Label getLabel()
          Returns the value of the 'Label' containment reference.
 void setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 
Methods inherited from interface org.eclipse.birt.chart.model.layout.Block
add, children, getAnchor, getBackground, getBounds, getChildren, getColumn, getColumnspan, getHeightHint, getInsets, getMinSize, getOutline, getPreferredSize, getRow, getRowspan, getStretch, getTriggers, getWidthHint, isCustom, isLegend, isPlot, isSetAnchor, isSetColumn, isSetColumnspan, isSetHeightHint, isSetRow, isSetRowspan, isSetStretch, isSetVisible, isSetWidthHint, isText, isTitle, isVisible, remove, setAnchor, setBackground, setBounds, setColumn, setColumnspan, setHeightHint, setInsets, setMinSize, setOutline, setRow, setRowspan, setStretch, setVisible, setWidthHint, unsetAnchor, unsetColumn, unsetColumnspan, unsetHeightHint, unsetRow, unsetRowspan, unsetStretch, unsetVisible, unsetWidthHint
 
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

getLabel

public Label getLabel()
Returns the value of the 'Label' containment reference. The actual text content of the block.

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(Label), LayoutPackage.getLabelBlock_Label()

setLabel

public void setLabel(Label value)
Sets the value of the 'Label' containment reference.

Parameters:
value - the new value of the 'Label' containment reference.
See Also:
getLabel()


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