public interface FlowShape extends CorticonObject, ValidatableObject
The following features are supported:
FlowdiagramPackage.getFlowShape()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns the value of the 'Height' attribute
|
org.eclipse.emf.common.util.EList |
getInboundEdges()
Returns the value of the 'Inbound Edges' reference list.
|
org.eclipse.emf.common.util.EList |
getOutboundEdges()
Returns the value of the 'Outbound Edges' reference list.
|
int |
getWidth()
Returns the value of the 'Width' attribute
|
int |
getX()
Returns the value of the 'X' attribute
|
int |
getY()
Returns the value of the 'Y' attribute
|
void |
setHeight(int value)
Sets the value of the '
Height' attribute |
void |
setWidth(int value)
Sets the value of the '
Width' attribute |
void |
setX(int value)
Sets the value of the '
X' attribute |
void |
setY(int value)
Sets the value of the '
Y' attribute |
getGuid, setGuidgetAnnotationsgetName, getValue, setName, setValueeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidstatic final java.lang.String copyright
int getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(int),
FlowdiagramPackage.getFlowShape_X()void setX(int value)
X' attribute.
value - the new value of the 'X' attribute.getX()int getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(int),
FlowdiagramPackage.getFlowShape_Y()void setY(int value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int),
FlowdiagramPackage.getFlowShape_Width()void setWidth(int value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int),
FlowdiagramPackage.getFlowShape_Height()void setHeight(int value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()org.eclipse.emf.common.util.EList getOutboundEdges()
FlowEdge.
It is bidirectional and its opposite is 'Source Shape'.
If the meaning of the 'Outbound Edges' reference list isn't clear, there really should be more of a description here...
FlowdiagramPackage.getFlowShape_OutboundEdges(),
FlowEdge.getSourceShape()org.eclipse.emf.common.util.EList getInboundEdges()
FlowEdge.
It is bidirectional and its opposite is 'Target Shape'.
If the meaning of the 'Inbound Edges' reference list isn't clear, there really should be more of a description here...
FlowdiagramPackage.getFlowShape_InboundEdges(),
FlowEdge.getTargetShape()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.