Interface TitleBlock
- All Superinterfaces:
Block
,org.eclipse.emf.ecore.EObject
,IChartObject
,LabelBlock
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TitleBlockImpl
A representation of the model object 'Title
Block'.
This type defines the Title in a chart.
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.birt.chart.model.layout.Block
add, children, getAnchor, getBackground, getBounds, getChildren, getColumn, getColumnspan, getCursor, 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, setCursor, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.birt.chart.model.layout.LabelBlock
getLabel, setLabel
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isAuto
boolean isAuto()Returns the value of the 'Auto' attribute. The default value is"false"
. Attribute "Auto" of type boolean specifies whether the text of the TitleBlock could be automatically determined by the system.- Returns:
- the value of the 'Auto' attribute.
- See Also:
-
setAuto
void setAuto(boolean value) Sets the value of the 'Auto
' attribute.- Parameters:
value
- the new value of the 'Auto' attribute.- See Also:
-
unsetAuto
void unsetAuto()Unsets the value of the 'Auto
' attribute.- See Also:
-
isSetAuto
boolean isSetAuto()Returns whether the value of the 'Auto
' attribute is set.- Returns:
- whether the value of the 'Auto' attribute is set.
- See Also:
-
copyInstance
TitleBlock copyInstance()- Specified by:
copyInstance
in interfaceBlock
- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceLabelBlock
-