|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Diagram
A representation of the model object 'Diagram'.
The following features are supported:
PictogramsPackage.getDiagram()
Method Summary | |
---|---|
|
getColors()
Returns the value of the 'Colors' containment reference list. |
|
getConnections()
Returns the value of the 'Connections' containment reference list. |
java.lang.String |
getDiagramTypeId()
Returns the value of the 'Diagram Type Id' attribute. |
int |
getGridUnit()
Returns the value of the 'Grid Unit' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
|
getPictogramLinks()
Returns the value of the 'Pictogram Links' reference list. |
boolean |
isShowGuides()
Returns the value of the 'Show Guides' 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 |
setShowGuides(boolean value)
Sets the value of the ' Show Guides ' attribute. |
void |
setSnapToGrid(boolean value)
Sets the value of the ' Snap To Grid ' attribute. |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.ContainerShape |
---|
getChildren |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Shape |
---|
getContainer, setContainer |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer |
---|
getAnchors |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement |
---|
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Methods inherited from interface org.eclipse.graphiti.mm.StyleContainer |
---|
getStyles |
Method Detail |
---|
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()
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()
boolean isShowGuides()
If the meaning of the 'Show Guides' attribute isn't clear, there really should be more of a description here...
setShowGuides(boolean)
,
PictogramsPackage.getDiagram_ShowGuides()
void setShowGuides(boolean value)
Show Guides
' attribute.
value
- the new value of the 'Show Guides' attribute.isShowGuides()
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()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |