Class PlotImpl
- 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.PlotImpl
-
- All Implemented Interfaces:
IChartObject
,Block
,Plot
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
public class PlotImpl extends BlockImpl implements Plot
An implementation of the model object ' Plot'.The following features are implemented:
-
-
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 org.eclipse.emf.common.notify.NotificationChain
basicSetClientArea(ClientArea newClientArea, org.eclipse.emf.common.notify.NotificationChain msgs)
Plot
copyInstance()
static Block
create()
A convenience method to create an initialized 'Plot' instancestatic Block
createDefault()
A convenience method to create an initialized 'Plot' instancejava.lang.Object
eGet(int featureID, boolean resolve, boolean coreType)
org.eclipse.emf.common.notify.NotificationChain
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, java.lang.Object newValue)
void
eUnset(int featureID)
ClientArea
getClientArea()
int
getHorizontalSpacing()
int
getVerticalSpacing()
boolean
isCustom()
Note: Manually writtenboolean
isPlot()
Note: Manually writtenboolean
isSetHorizontalSpacing()
boolean
isSetVerticalSpacing()
void
setClientArea(ClientArea newClientArea)
void
setHorizontalSpacing(int newHorizontalSpacing)
void
setVerticalSpacing(int newVerticalSpacing)
java.lang.String
toString()
void
unsetHorizontalSpacing()
void
unsetVerticalSpacing()
-
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, getPreferredSize, getRow, getRowspan, getStretch, getTriggers, getWidthHint, isLegend, 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 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, 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
-
-
-
-
Method Detail
-
getHorizontalSpacing
public int getHorizontalSpacing()
- Specified by:
getHorizontalSpacing
in interfacePlot
- Returns:
- the value of the 'Horizontal Spacing' attribute.
- See Also:
Plot.isSetHorizontalSpacing()
,Plot.unsetHorizontalSpacing()
,Plot.setHorizontalSpacing(int)
,LayoutPackage.getPlot_HorizontalSpacing()
-
setHorizontalSpacing
public void setHorizontalSpacing(int newHorizontalSpacing)
- Specified by:
setHorizontalSpacing
in interfacePlot
- Parameters:
newHorizontalSpacing
- the new value of the 'Horizontal Spacing' attribute.- See Also:
Plot.isSetHorizontalSpacing()
,Plot.unsetHorizontalSpacing()
,Plot.getHorizontalSpacing()
-
unsetHorizontalSpacing
public void unsetHorizontalSpacing()
- Specified by:
unsetHorizontalSpacing
in interfacePlot
- See Also:
Plot.isSetHorizontalSpacing()
,Plot.getHorizontalSpacing()
,Plot.setHorizontalSpacing(int)
-
isSetHorizontalSpacing
public boolean isSetHorizontalSpacing()
- Specified by:
isSetHorizontalSpacing
in interfacePlot
- Returns:
- whether the value of the 'Horizontal Spacing' attribute is set.
- See Also:
Plot.unsetHorizontalSpacing()
,Plot.getHorizontalSpacing()
,Plot.setHorizontalSpacing(int)
-
getVerticalSpacing
public int getVerticalSpacing()
- Specified by:
getVerticalSpacing
in interfacePlot
- Returns:
- the value of the 'Vertical Spacing' attribute.
- See Also:
Plot.isSetVerticalSpacing()
,Plot.unsetVerticalSpacing()
,Plot.setVerticalSpacing(int)
,LayoutPackage.getPlot_VerticalSpacing()
-
setVerticalSpacing
public void setVerticalSpacing(int newVerticalSpacing)
- Specified by:
setVerticalSpacing
in interfacePlot
- Parameters:
newVerticalSpacing
- the new value of the 'Vertical Spacing' attribute.- See Also:
Plot.isSetVerticalSpacing()
,Plot.unsetVerticalSpacing()
,Plot.getVerticalSpacing()
-
unsetVerticalSpacing
public void unsetVerticalSpacing()
- Specified by:
unsetVerticalSpacing
in interfacePlot
- See Also:
Plot.isSetVerticalSpacing()
,Plot.getVerticalSpacing()
,Plot.setVerticalSpacing(int)
-
isSetVerticalSpacing
public boolean isSetVerticalSpacing()
- Specified by:
isSetVerticalSpacing
in interfacePlot
- Returns:
- whether the value of the 'Vertical Spacing' attribute is set.
- See Also:
Plot.unsetVerticalSpacing()
,Plot.getVerticalSpacing()
,Plot.setVerticalSpacing(int)
-
getClientArea
public ClientArea getClientArea()
- Specified by:
getClientArea
in interfacePlot
- Returns:
- the value of the 'Client Area' containment reference.
- See Also:
Plot.setClientArea(ClientArea)
,LayoutPackage.getPlot_ClientArea()
-
basicSetClientArea
public org.eclipse.emf.common.notify.NotificationChain basicSetClientArea(ClientArea newClientArea, org.eclipse.emf.common.notify.NotificationChain msgs)
-
setClientArea
public void setClientArea(ClientArea newClientArea)
- Specified by:
setClientArea
in interfacePlot
- Parameters:
newClientArea
- the new value of the 'Client Area' containment reference.- See Also:
Plot.getClientArea()
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
- Overrides:
eInverseRemove
in classBlockImpl
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
-
eSet
public void eSet(int featureID, java.lang.Object newValue)
-
eUnset
public void eUnset(int featureID)
-
eIsSet
public boolean eIsSet(int featureID)
-
isPlot
public boolean isPlot()
Note: Manually written
-
isCustom
public boolean isCustom()
Note: Manually written
-
create
public static final Block create()
A convenience method to create an initialized 'Plot' instance- Returns:
-
createDefault
public static final Block createDefault()
A convenience method to create an initialized 'Plot' instance- Returns:
-
copyInstance
public Plot copyInstance()
- Specified by:
copyInstance
in interfaceBlock
- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfacePlot
- Overrides:
copyInstance
in classBlockImpl
-
-