public class PlotImpl extends BlockImpl implements Plot
The following features are implemented:
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
Modifier and Type | Method and 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' instance
|
static Block |
createDefault()
A convenience method to create an initialized 'Plot' instance
|
java.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 written
|
boolean |
isPlot()
Note: Manually written
|
boolean |
isSetHorizontalSpacing() |
boolean |
isSetVerticalSpacing() |
void |
setClientArea(ClientArea newClientArea) |
void |
setHorizontalSpacing(int newHorizontalSpacing) |
void |
setVerticalSpacing(int newVerticalSpacing) |
java.lang.String |
toString() |
void |
unsetHorizontalSpacing() |
void |
unsetVerticalSpacing() |
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
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
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
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public int getHorizontalSpacing()
getHorizontalSpacing
in interface Plot
Plot.isSetHorizontalSpacing()
,
Plot.unsetHorizontalSpacing()
,
Plot.setHorizontalSpacing(int)
,
LayoutPackage.getPlot_HorizontalSpacing()
public void setHorizontalSpacing(int newHorizontalSpacing)
setHorizontalSpacing
in interface Plot
newHorizontalSpacing
- the new value of the 'Horizontal Spacing' attribute.Plot.isSetHorizontalSpacing()
,
Plot.unsetHorizontalSpacing()
,
Plot.getHorizontalSpacing()
public void unsetHorizontalSpacing()
unsetHorizontalSpacing
in interface Plot
Plot.isSetHorizontalSpacing()
,
Plot.getHorizontalSpacing()
,
Plot.setHorizontalSpacing(int)
public boolean isSetHorizontalSpacing()
isSetHorizontalSpacing
in interface Plot
Plot.unsetHorizontalSpacing()
,
Plot.getHorizontalSpacing()
,
Plot.setHorizontalSpacing(int)
public int getVerticalSpacing()
getVerticalSpacing
in interface Plot
Plot.isSetVerticalSpacing()
,
Plot.unsetVerticalSpacing()
,
Plot.setVerticalSpacing(int)
,
LayoutPackage.getPlot_VerticalSpacing()
public void setVerticalSpacing(int newVerticalSpacing)
setVerticalSpacing
in interface Plot
newVerticalSpacing
- the new value of the 'Vertical Spacing' attribute.Plot.isSetVerticalSpacing()
,
Plot.unsetVerticalSpacing()
,
Plot.getVerticalSpacing()
public void unsetVerticalSpacing()
unsetVerticalSpacing
in interface Plot
Plot.isSetVerticalSpacing()
,
Plot.getVerticalSpacing()
,
Plot.setVerticalSpacing(int)
public boolean isSetVerticalSpacing()
isSetVerticalSpacing
in interface Plot
Plot.unsetVerticalSpacing()
,
Plot.getVerticalSpacing()
,
Plot.setVerticalSpacing(int)
public ClientArea getClientArea()
getClientArea
in interface Plot
Plot.setClientArea(ClientArea)
,
LayoutPackage.getPlot_ClientArea()
public org.eclipse.emf.common.notify.NotificationChain basicSetClientArea(ClientArea newClientArea, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setClientArea(ClientArea newClientArea)
setClientArea
in interface Plot
newClientArea
- the new value of the 'Client Area' containment reference.Plot.getClientArea()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class BlockImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public boolean isPlot()
public boolean isCustom()
public static final Block create()
public static final Block createDefault()
public Plot copyInstance()
copyInstance
in interface IChartObject
copyInstance
in interface Block
copyInstance
in interface Plot
copyInstance
in class BlockImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.