Class TitleBlockImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- org.eclipse.birt.chart.model.layout.impl.BlockImpl
-
- org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
-
- org.eclipse.birt.chart.model.layout.impl.TitleBlockImpl
-
- All Implemented Interfaces:
IChartObject
,Block
,LabelBlock
,TitleBlock
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
public class TitleBlockImpl extends LabelBlockImpl implements TitleBlock
An implementation of the model object 'Title Block'.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TitleBlock
copyInstance()
static Block
create()
A convenience method to create an initialized 'TitleBlock' instancestatic Block
createDefault()
A convenience method to create an initialized 'TitleBlock' instancejava.lang.Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, java.lang.Object newValue)
void
eUnset(int featureID)
boolean
isAuto()
boolean
isCustom()
Note: Manually writtenboolean
isSetAuto()
boolean
isTitle()
Note: Manually writtenvoid
setAuto(boolean newAuto)
java.lang.String
toString()
void
unsetAuto()
-
Methods inherited from class org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
basicSetLabel, eInverseRemove, getLabel, getPreferredSize, setLabel
-
Methods inherited from class org.eclipse.birt.chart.model.layout.impl.BlockImpl
add, basicSetBackground, basicSetBounds, basicSetCursor, basicSetInsets, basicSetMinSize, basicSetOutline, children, getAnchor, getBackground, getBounds, getChildren, getColumn, getColumnspan, getCursor, getHeightHint, getInsets, getMinSize, getOutline, getRow, getRowspan, getStretch, getTriggers, getWidthHint, isLegend, isPlot, isSetAnchor, isSetColumn, isSetColumnspan, isSetHeightHint, isSetRow, isSetRowspan, isSetStretch, isSetVisible, isSetWidthHint, isText, 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 class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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, isLegend, isPlot, isSetAnchor, isSetColumn, isSetColumnspan, isSetHeightHint, isSetRow, isSetRowspan, isSetStretch, isSetVisible, isSetWidthHint, isText, 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
-
-
-
-
Method Detail
-
isTitle
public boolean isTitle()
Note: Manually written
-
isCustom
public boolean isCustom()
Note: Manually written
-
isAuto
public boolean isAuto()
- Specified by:
isAuto
in interfaceTitleBlock
- Returns:
- the value of the 'Auto' attribute.
- See Also:
TitleBlock.isSetAuto()
,TitleBlock.unsetAuto()
,TitleBlock.setAuto(boolean)
,LayoutPackage.getTitleBlock_Auto()
-
setAuto
public void setAuto(boolean newAuto)
- Specified by:
setAuto
in interfaceTitleBlock
- Parameters:
newAuto
- the new value of the 'Auto' attribute.- See Also:
TitleBlock.isSetAuto()
,TitleBlock.unsetAuto()
,TitleBlock.isAuto()
-
unsetAuto
public void unsetAuto()
- Specified by:
unsetAuto
in interfaceTitleBlock
- See Also:
TitleBlock.isSetAuto()
,TitleBlock.isAuto()
,TitleBlock.setAuto(boolean)
-
isSetAuto
public boolean isSetAuto()
- Specified by:
isSetAuto
in interfaceTitleBlock
- Returns:
- whether the value of the 'Auto' attribute is set.
- See Also:
TitleBlock.unsetAuto()
,TitleBlock.isAuto()
,TitleBlock.setAuto(boolean)
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classLabelBlockImpl
-
eSet
public void eSet(int featureID, java.lang.Object newValue)
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classLabelBlockImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classLabelBlockImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classLabelBlockImpl
-
create
public static Block create()
A convenience method to create an initialized 'TitleBlock' instance- Returns:
-
createDefault
public static Block createDefault()
A convenience method to create an initialized 'TitleBlock' instance- Returns:
-
copyInstance
public TitleBlock copyInstance()
- Specified by:
copyInstance
in interfaceBlock
- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceLabelBlock
- Specified by:
copyInstance
in interfaceTitleBlock
- Overrides:
copyInstance
in classLabelBlockImpl
-
-