public interface Diagram extends ContainerShape, StyleContainer
The following features are supported:
PictogramsPackage.getDiagram()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Color> |
getColors()
Returns the value of the 'Colors' containment reference list.
|
org.eclipse.emf.common.util.EList<Connection> |
getConnections()
Returns the value of the 'Connections' containment reference list.
|
java.lang.String |
getDiagramTypeId()
Returns the value of the 'Diagram Type Id' attribute.
|
org.eclipse.emf.common.util.EList<Font> |
getFonts()
Returns the value of the 'Fonts' containment reference list.
|
int |
getGridUnit()
Returns the value of the 'Grid Unit' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<PictogramLink> |
getPictogramLinks()
Returns the value of the 'Pictogram Links' reference list.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
int |
getVerticalGridUnit()
Returns the value of the 'Vertical Grid Unit' attribute.
|
boolean |
isSnapToGrid()
Returns the value of the 'Snap To Grid' attribute.
|
void |
setDiagramTypeId(java.lang.String value)
Sets the value of the '
Diagram Type Id ' attribute. |
void |
setGridUnit(int value)
Sets the value of the '
Grid Unit ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setSnapToGrid(boolean value)
Sets the value of the '
Snap To Grid ' attribute. |
void |
setVerticalGridUnit(int value)
Sets the value of the '
Vertical Grid Unit ' attribute. |
getChildren
getContainer, setContainer
getAnchors
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
getProperties
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getStyles
int getGridUnit()
If the meaning of the 'Grid Unit' attribute isn't clear, there really should be more of a description here...
setGridUnit(int)
,
PictogramsPackage.getDiagram_GridUnit()
void setGridUnit(int value)
Grid Unit
' attribute.
value
- the new value of the 'Grid Unit' attribute.getGridUnit()
java.lang.String getDiagramTypeId()
If the meaning of the 'Diagram Type Id' attribute isn't clear, there really should be more of a description here...
setDiagramTypeId(String)
,
PictogramsPackage.getDiagram_DiagramTypeId()
void setDiagramTypeId(java.lang.String value)
Diagram Type Id
' attribute.
value
- the new value of the 'Diagram Type Id' attribute.getDiagramTypeId()
org.eclipse.emf.common.util.EList<Connection> getConnections()
Connection
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
PictogramsPackage.getDiagram_Connections()
,
Connection.getParent()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
PictogramsPackage.getDiagram_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isSnapToGrid()
If the meaning of the 'Snap To Grid' attribute isn't clear, there really should be more of a description here...
setSnapToGrid(boolean)
,
PictogramsPackage.getDiagram_SnapToGrid()
void setSnapToGrid(boolean value)
Snap To Grid
' attribute.
value
- the new value of the 'Snap To Grid' attribute.isSnapToGrid()
org.eclipse.emf.common.util.EList<Color> getColors()
Color
.
If the meaning of the 'Colors' containment reference list isn't clear, there really should be more of a description here...
PictogramsPackage.getDiagram_Colors()
org.eclipse.emf.common.util.EList<Font> getFonts()
Font
.
If the meaning of the 'Fonts' containment reference list isn't clear, there really should be more of a description here...
PictogramsPackage.getDiagram_Fonts()
org.eclipse.emf.common.util.EList<PictogramLink> getPictogramLinks()
PictogramLink
.
If the meaning of the 'Pictogram Links' reference list isn't clear, there really should be more of a description here...
PictogramsPackage.getDiagram_PictogramLinks()
int getVerticalGridUnit()
"-1"
.
If the meaning of the 'Vertical Grid Unit' attribute isn't clear, there really should be more of a description here...
setVerticalGridUnit(int)
,
PictogramsPackage.getDiagram_VerticalGridUnit()
void setVerticalGridUnit(int value)
Vertical Grid Unit
' attribute.
value
- the new value of the 'Vertical Grid Unit' attribute.getVerticalGridUnit()
java.lang.String getVersion()
""
.
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
PictogramsPackage.getDiagram_Version()