org.eclipse.birt.chart.model.layout.impl
Class TitleBlockImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.birt.chart.model.layout.impl.BlockImpl
                  extended by org.eclipse.birt.chart.model.layout.impl.LabelBlockImpl
                      extended by 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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 TitleBlock copyInstance()
           
static Block create()
          A convenience method to create an initialized 'TitleBlock' instance
static Block createDefault()
          A convenience method to create an initialized 'TitleBlock' instance
 java.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 written
 boolean isSetAuto()
           
 boolean isTitle()
          Note: Manually written
 void 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.LabelBlock
getLabel, setLabel
 
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

isTitle

public boolean isTitle()
Note: Manually written

Specified by:
isTitle in interface Block
Overrides:
isTitle in class BlockImpl
Returns:

isCustom

public boolean isCustom()
Note: Manually written

Specified by:
isCustom in interface Block
Overrides:
isCustom in class BlockImpl
Returns:

isAuto

public boolean isAuto()

Specified by:
isAuto in interface TitleBlock
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 interface TitleBlock
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 interface TitleBlock
See Also:
TitleBlock.isSetAuto(), TitleBlock.isAuto(), TitleBlock.setAuto(boolean)

isSetAuto

public boolean isSetAuto()

Specified by:
isSetAuto in interface TitleBlock
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 interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class LabelBlockImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class LabelBlockImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class LabelBlockImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class LabelBlockImpl

toString

public java.lang.String toString()

Overrides:
toString in class BlockImpl

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 interface IChartObject
Specified by:
copyInstance in interface Block
Specified by:
copyInstance in interface LabelBlock
Specified by:
copyInstance in interface TitleBlock
Overrides:
copyInstance in class LabelBlockImpl


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