|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramGraphConf
A representation of the model object 'Diagram Graph Conf'.
The following features are supported:
GraphconfPackage.getDiagramGraphConf()
Method Summary | |
---|---|
org.eclipse.swt.graphics.Color |
getDefaultBackgroundColor()
Returns the value of the 'Default Background Color' attribute. |
org.eclipse.swt.graphics.Font |
getDefaultFont()
Returns the value of the 'Default Font' attribute. |
org.eclipse.swt.graphics.Color |
getDefaultForegroundColor()
Returns the value of the 'Default Foreground Color' attribute. |
EList |
getEdge()
Returns the value of the 'Edge' containment reference list. |
EdgeGraphConf |
getEdgeGraphConf(EClass typeEClass,
java.lang.String presentation)
Get the EdgeGraphConf associated with the given id |
EdgeGraphConf |
getEdgeGraphConf(java.lang.String type,
java.lang.String presentation)
Get the EdgeGraphConf associated with the given id |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.util.List |
getListEdgeGraphConf(EClass typeEClass,
java.lang.String presentation)
Get the List of EdgeGraphConf associated with the given presentation |
java.util.List |
getListNodeGraphConf(EClass typeEClass,
java.lang.String presentation)
Get the List of NodeGraphConf associated with the given presentation |
EList |
getNode()
Returns the value of the 'Node' containment reference list. |
NodeGraphConf |
getNodeGraphConf(EClass typeEClass,
java.lang.String presentation)
Get the NodeGraphConf associated with the given id |
NodeGraphConf |
getNodeGraphConf(java.lang.String type,
java.lang.String presentation)
Get the NodeGraphConf associated with the given id |
void |
setDefaultBackgroundColor(org.eclipse.swt.graphics.Color value)
Sets the value of the ' Default Background Color '
attribute.
|
void |
setDefaultFont(org.eclipse.swt.graphics.Font value)
Sets the value of the ' Default Font '
attribute.
|
void |
setDefaultForegroundColor(org.eclipse.swt.graphics.Color value)
Sets the value of the ' Default Foreground Color '
attribute.
|
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EList getNode()
NodeGraphConf
.
If the meaning of the 'Node' containment reference list isn't clear, there really should be more of a description here...
GraphconfPackage.getDiagramGraphConf_Node()
EList getEdge()
EdgeGraphConf
.
If the meaning of the 'Edge' containment reference list isn't clear, there really should be more of a description here...
GraphconfPackage.getDiagramGraphConf_Edge()
org.eclipse.swt.graphics.Color getDefaultBackgroundColor()
If the meaning of the 'Default Background Color' attribute isn't clear, there really should be more of a description here...
setDefaultBackgroundColor(Color)
,
GraphconfPackage.getDiagramGraphConf_DefaultBackgroundColor()
void setDefaultBackgroundColor(org.eclipse.swt.graphics.Color value)
Default Background Color
'
attribute.
value
- the new value of the 'Default Background Color' attribute.getDefaultBackgroundColor()
org.eclipse.swt.graphics.Color getDefaultForegroundColor()
If the meaning of the 'Default Foreground Color' attribute isn't clear, there really should be more of a description here...
setDefaultForegroundColor(Color)
,
GraphconfPackage.getDiagramGraphConf_DefaultForegroundColor()
void setDefaultForegroundColor(org.eclipse.swt.graphics.Color value)
Default Foreground Color
'
attribute.
value
- the new value of the 'Default Foreground Color' attribute.getDefaultForegroundColor()
org.eclipse.swt.graphics.Font getDefaultFont()
If the meaning of the 'Default Font' attribute isn't clear, there really should be more of a description here...
setDefaultFont(Font)
,
GraphconfPackage.getDiagramGraphConf_DefaultFont()
void setDefaultFont(org.eclipse.swt.graphics.Font value)
Default Font
'
attribute.
value
- the new value of the 'Default Font' attribute.getDefaultFont()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
GraphconfPackage.getDiagramGraphConf_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
NodeGraphConf getNodeGraphConf(EClass typeEClass, java.lang.String presentation)
typeEClass
- the EClass model object associated withe the NodeGraphConfpresentation
- the presentation of the NodeGraphConf
java.util.List getListNodeGraphConf(EClass typeEClass, java.lang.String presentation)
typeEClass
- the EClass model object associated withe the NodeGraphConfpresentation
- the presentation of the NodeGraphConf
NodeGraphConf getNodeGraphConf(java.lang.String type, java.lang.String presentation)
type
- the type of the NodeGraphConf (the typeInfo property of the DI)presentation
- the presentation of the NodeGraphConf
EdgeGraphConf getEdgeGraphConf(EClass typeEClass, java.lang.String presentation)
typeEClass
- the EClass model object associated withe the EdgeGraphConfpresentation
- the presentation of the EdgeGraphConf
java.util.List getListEdgeGraphConf(EClass typeEClass, java.lang.String presentation)
typeEClass
- the EClass model object associated withe the EdgeGraphConfpresentation
- the presentation of the EdgeGraphConf
EdgeGraphConf getEdgeGraphConf(java.lang.String type, java.lang.String presentation)
type
- the type of the EdgeGraphConf (the typeInfo property of the DI)presentation
- the presentation of the EdgeGraphConf
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.