Package org.eclipse.gef.dot.internal
Class DotAttributes
java.lang.Object
org.eclipse.gef.dot.internal.DotAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Contexts by which attributes may be used. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Specifies the name of a graph, node, or edge (not an attribute), as retrieved through the graph, node_id, as well as edge_stmt and edgeRHS grammar rules.static final String
Specifies the graph type.static final String
The 'arrowhead' attribute, which is used by:Edge
.static final String
The 'arrowsize' attribute, which is used by:Edge
.static final String
The 'arrowtail' attribute, which is used by:Edge
.static final String
The 'bb' attribute, which is used by:Graph
, Cluster.static final String
The 'bgcolor' attribute, which is used by:Graph
, Cluster.static final String
The 'clusterrank' attribute, which is used by:Graph
.static final String
The 'color' attribute, which is used by: Cluster,Node
,Edge
.static final String
The 'colorscheme' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'dir' attribute, which is used by:Edge
.static final String
The 'distortion' attribute, which is used by:Node
.static final String
The 'edgetooltip' attribute, which is used by:Edge
.static final String
The 'fillcolor' attribute, which is used by: Cluster,Node
,Edge
.static final String
The 'fixedsize' attribute, which is used by:Node
.static final String
The 'fontcolor' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'fontname' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'fontsize' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'forcelabels' attribute, which is used by:Graph
.static final String
The 'headLp' attribute, which is used by:Edge
.static final String
The 'headlabel' attribute, which is used by:Edge
.static final String
The 'headport' attribute, which is used by:Edge
.static final String
The 'headtooltip' attribute, which is used by:Edge
.static final String
The 'height' attribute, which is used by:Node
.static final String
The 'id' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'label' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'labelfontcolor' attribute, which is used by:Edge
.static final String
The 'labelfontname' attribute, which is used by:Edge
.static final String
The 'labelfontsize' attribute, which is used by:Edge
.static final String
The 'labeltooltip' attribute, which is used by:Edge
.static final String
The 'layout' attribute, which is used by:Graph
.static final String
The 'lp' attribute, which is used by:Graph
, Cluster,Edge
.static final String
The 'nodesep' attribute, which is used by:Graph
.static final String
The 'outputorder' attribute, which is used by:Graph
.static final String
The 'pagedir' attribute, which is used by:Graph
.static final String
The 'penwidth' attribute, which is used by: Cluster,Node
,Edge
.static final String
The 'pos' attribute, which is used by:Node
,Edge
.static final String
The 'rank' attribute, which is used by: Subgraph.static final String
The 'rankdir' attribute, which is used by:Graph
.static final String
The 'shape' attribute, which is used by:Node
.static final String
The 'sides' attribute, which is used by:Node
.static final String
The 'skew' attribute, which is used by:Node
.static final String
The 'splines' attribute, which is used by:Graph
.static final String
The 'style' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static final String
The 'tailLp' attribute, which is used by:Edge
.static final String
The 'taillabel' attribute, which is used by:Edge
.static final String
The 'tailport' attribute, which is used by:Edge
.static final String
The 'tailtooltip' attribute, which is used by:Edge
.static final String
The 'tooltip' attribute, which is used by: Cluster,Node
,Edge
.static final String
The 'width' attribute, which is used by:Node
.static final String
The 'xlabel' attribute, which is used by:Node
,Edge
.static final String
The 'xlp' attribute, which is used by:Node
,Edge
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
_getName
(org.eclipse.gef.graph.Edge edge) Returns the value of the_NAME__GNE
attribute of the givenEdge
.static String
_getName
(org.eclipse.gef.graph.Graph graph) Returns the value of the_NAME__GNE
attribute of the givenGraph
.static String
_getName
(org.eclipse.gef.graph.Node node) Returns the value of the_NAME__GNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
_getNameRaw
(org.eclipse.gef.graph.Graph graph) Returns the value of the_NAME__GNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
_getNameRaw
(org.eclipse.gef.graph.Node node) Returns the value of the_NAME__GNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.dot.GraphType
_getType
(org.eclipse.gef.graph.Graph graph) Returns the value of the_TYPE__G
attribute of the givenGraph
.static void
Sets the_NAME__GNE
attribute of the givenGraph
to the given name value.static void
Sets the_NAME__GNE
attribute of the givenNode
to the given name value.static void
_setNameRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID name) Sets the_NAME__GNE
attribute of the givenGraph
to the given name value.static void
_setNameRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID name) Sets the_NAME__GNE
attribute of the givenNode
to the given name value.static void
_setType
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.dot.GraphType type) Sets the_TYPE__G
attribute of the givenGraph
to the given type value.static String
getArrowhead
(org.eclipse.gef.graph.Edge edge) Returns the value of theARROWHEAD__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType
getArrowheadParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theARROWHEAD__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getArrowheadRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWHEAD__E
attribute of the givenEdge
.static String
getArrowsize
(org.eclipse.gef.graph.Edge edge) Returns the value of theARROWSIZE__E
attribute of the givenEdge
.static Double
getArrowsizeParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theARROWSIZE__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getArrowsizeRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWSIZE__E
attribute of the givenEdge
.static String
getArrowtail
(org.eclipse.gef.graph.Edge edge) Returns the value of theARROWTAIL__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType
getArrowtailParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theARROWTAIL__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getArrowtailRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWTAIL__E
attribute of the givenEdge
.static String
getBb
(org.eclipse.gef.graph.Graph graph) Returns the value of theBB__GC
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.rect.Rect
getBbParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theBB__GC
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getBbRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theBB__GC
attribute of the givenGraph
.static String
getBgcolor
(org.eclipse.gef.graph.Graph graph) Returns the value of theBGCOLOR__GC
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.colorlist.ColorList
getBgcolorParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theBGCOLOR__GC
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getBgcolorRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theBGCOLOR__GC
attribute of the givenGraph
.static String
getClusterrank
(org.eclipse.gef.graph.Graph graph) Returns the value of theCLUSTERRANK__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.clustermode.ClusterMode
getClusterrankParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theCLUSTERRANK__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getClusterrankRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCLUSTERRANK__G
attribute of the givenGraph
.static String
getColor
(org.eclipse.gef.graph.Edge edge) Returns the value of theCOLOR__CNE
attribute of the givenEdge
.static String
getColor
(org.eclipse.gef.graph.Graph graph) Returns the value of theCOLOR__CNE
attribute of the givenGraph
.static String
getColor
(org.eclipse.gef.graph.Node node) Returns the value of theCOLOR__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.colorlist.ColorList
getColorParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.color.Color
getColorParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.color.Color
getColorParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theCOLOR__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCOLOR__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theCOLOR__CNE
attribute of the givenNode
.static String
getColorscheme
(org.eclipse.gef.graph.Edge edge) Returns the value of theCOLORSCHEME__GCNE
attribute of the givenEdge
.static String
getColorscheme
(org.eclipse.gef.graph.Graph graph) Returns the value of theCOLORSCHEME__GCNE
attribute of the givenGraph
.static String
getColorscheme
(org.eclipse.gef.graph.Node node) Returns the value of theCOLORSCHEME__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorschemeRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorschemeRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getColorschemeRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenNode
.static DotAttributes.Context
getContext
(org.eclipse.emf.ecore.EObject eObject) Determine the context in which the givenEObject
is used.static String
getDir
(org.eclipse.gef.graph.Edge edge) Returns the value of theDIR__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.dir.DirType
getDirParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theDIR__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getDirRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theDIR__E
attribute of the givenEdge
.static String
getDistortion
(org.eclipse.gef.graph.Node node) Returns the value of theDISTORTION__N
attribute of the givenNode
.static Double
getDistortionParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theDISTORTION__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getDistortionRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theDISTORTION__N
attribute of the givenNode
.static String
getEdgetooltip
(org.eclipse.gef.graph.Edge edge) Returns the value of theEDGETOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getEdgetooltipParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theEDGETOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getEdgetooltipRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theEDGETOOLTIP__E
attribute of the givenEdge
.static String
getFillcolor
(org.eclipse.gef.graph.Edge edge) Returns the value of theFILLCOLOR__CNE
attribute of the givenEdge
.static String
getFillcolor
(org.eclipse.gef.graph.Graph graph) Returns the value of theFILLCOLOR__CNE
attribute of the givenGraph
.static String
getFillcolor
(org.eclipse.gef.graph.Node node) Returns the value of theFILLCOLOR__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.color.Color
getFillcolorParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.colorlist.ColorList
getFillcolorParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.colorlist.ColorList
getFillcolorParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFillcolorRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFillcolorRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFillcolorRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenNode
.static String
getFixedsize
(org.eclipse.gef.graph.Node node) Returns the value of theFIXEDSIZE__N
attribute of the givenNode
.static Boolean
getFixedsizeParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFIXEDSIZE__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFixedsizeRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFIXEDSIZE__N
attribute of the givenNode
.static String
getFontcolor
(org.eclipse.gef.graph.Edge edge) Returns the value of theFONTCOLOR__GCNE
attribute of the givenEdge
.static String
getFontcolor
(org.eclipse.gef.graph.Graph graph) Returns the value of theFONTCOLOR__GCNE
attribute of the givenGraph
.static String
getFontcolor
(org.eclipse.gef.graph.Node node) Returns the value of theFONTCOLOR__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.color.Color
getFontcolorParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.color.Color
getFontcolorParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.color.Color
getFontcolorParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontcolorRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontcolorRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontcolorRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenNode
.static String
getFontname
(org.eclipse.gef.graph.Edge edge) Returns the value of theFONTNAME__GCNE
attribute of the givenEdge
.static String
getFontname
(org.eclipse.gef.graph.Graph graph) Returns the value of theFONTNAME__GCNE
attribute of the givenGraph
.static String
getFontname
(org.eclipse.gef.graph.Node node) Returns the value of theFONTNAME__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.fontname.FontName
getFontnameParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.fontname.FontName
getFontnameParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.fontname.FontName
getFontnameParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontnameRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontnameRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontnameRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenNode
.static String
getFontsize
(org.eclipse.gef.graph.Edge edge) Returns the value of theFONTSIZE__GCNE
attribute of the givenEdge
.static String
getFontsize
(org.eclipse.gef.graph.Graph graph) Returns the value of theFONTSIZE__GCNE
attribute of the givenGraph
.static String
getFontsize
(org.eclipse.gef.graph.Node node) Returns the value of theFONTSIZE__GCNE
attribute of the givenNode
.static Double
getFontsizeParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenEdge
.static Double
getFontsizeParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenGraph
.static Double
getFontsizeParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontsizeRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontsizeRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getFontsizeRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenNode
.static String
getForcelabels
(org.eclipse.gef.graph.Graph graph) Returns the value of theFORCELABELS__G
attribute of the givenGraph
.static Boolean
getForcelabelsParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFORCELABELS__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getForcelabelsRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFORCELABELS__G
attribute of the givenGraph
.static String
getHeadlabel
(org.eclipse.gef.graph.Edge edge) Returns the value of theHEADLABEL__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getHeadlabelRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADLABEL__E
attribute of the givenEdge
.static String
getHeadLp
(org.eclipse.gef.graph.Edge edge) Returns the value of theHEAD_LP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.point.Point
getHeadLpParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEAD_LP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getHeadLpRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEAD_LP__E
attribute of the givenEdge
.static String
getHeadport
(org.eclipse.gef.graph.Edge edge) Returns the value of theHEADPORT__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.portpos.PortPos
getHeadportParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEADPORT__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getHeadportRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADPORT__E
attribute of the givenEdge
.static String
getHeadtooltip
(org.eclipse.gef.graph.Edge edge) Returns the value of theHEADTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getHeadtooltipParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEADTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getHeadtooltipRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADTOOLTIP__E
attribute of the givenEdge
.static String
getHeight
(org.eclipse.gef.graph.Node node) Returns the value of theHEIGHT__N
attribute of the givenNode
.static Double
getHeightParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theHEIGHT__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getHeightRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theHEIGHT__N
attribute of the givenNode
.static String
getId
(org.eclipse.gef.graph.Edge edge) Returns the value of theID__GCNE
attribute of the givenEdge
.static String
getId
(org.eclipse.gef.graph.Graph graph) Returns the value of theID__GCNE
attribute of the givenGraph
.static String
getId
(org.eclipse.gef.graph.Node node) Returns the value of theID__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getIdRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theID__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getIdRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theID__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getIdRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theID__GCNE
attribute of the givenNode
.static String
getLabel
(org.eclipse.gef.graph.Edge edge) Returns the value of theLABEL__GCNE
attribute of the givenEdge
.static String
getLabel
(org.eclipse.gef.graph.Graph graph) Returns the value of theLABEL__GCNE
attribute of the givenGraph
.static String
getLabel
(org.eclipse.gef.graph.Node node) Returns the value of theLABEL__GCNE
attribute of the givenNode
.static String
getLabelfontcolor
(org.eclipse.gef.graph.Edge edge) Returns the value of theLABELFONTCOLOR__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.color.Color
getLabelfontcolorParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELFONTCOLOR__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelfontcolorRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTCOLOR__E
attribute of the givenEdge
.static String
getLabelfontname
(org.eclipse.gef.graph.Edge edge) Returns the value of theLABELFONTNAME__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.fontname.FontName
getLabelfontnameParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELFONTNAME__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelfontnameRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTNAME__E
attribute of the givenEdge
.static String
getLabelfontsize
(org.eclipse.gef.graph.Edge edge) Returns the value of theLABELFONTSIZE__E
attribute of the givenEdge
.static Double
getLabelfontsizeParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELFONTSIZE__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelfontsizeRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTSIZE__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABEL__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLABEL__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabelRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theLABEL__GCNE
attribute of the givenNode
.static String
getLabeltooltip
(org.eclipse.gef.graph.Edge edge) Returns the value of theLABELTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getLabeltooltipParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLabeltooltipRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELTOOLTIP__E
attribute of the givenEdge
.static String
getLayout
(org.eclipse.gef.graph.Graph graph) Returns the value of theLAYOUT__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.layout.Layout
getLayoutParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theLAYOUT__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLayoutRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLAYOUT__G
attribute of the givenGraph
.static String
getLp
(org.eclipse.gef.graph.Edge edge) Returns the value of theLP__GCE
attribute of the givenEdge
.static String
getLp
(org.eclipse.gef.graph.Graph graph) Returns the value of theLP__GCE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.point.Point
getLpParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLP__GCE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.point.Point
getLpParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theLP__GCE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLpRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLP__GCE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getLpRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLP__GCE
attribute of the givenGraph
.static String
getNodesep
(org.eclipse.gef.graph.Graph graph) Returns the value of theNODESEP__G
attribute of the givenGraph
.static Double
getNodesepParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theNODESEP__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getNodesepRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theNODESEP__G
attribute of the givenGraph
.static String
getOutputorder
(org.eclipse.gef.graph.Graph graph) Returns the value of theOUTPUTORDER__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.outputmode.OutputMode
getOutputorderParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theOUTPUTORDER__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getOutputorderRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theOUTPUTORDER__G
attribute of the givenGraph
.static String
getPagedir
(org.eclipse.gef.graph.Graph graph) Returns the value of thePAGEDIR__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.pagedir.Pagedir
getPagedirParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of thePAGEDIR__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPagedirRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of thePAGEDIR__G
attribute of the givenGraph
.static String
getPenwidth
(org.eclipse.gef.graph.Edge edge) Returns the value of thePENWIDTH__CNE
attribute of the givenEdge
.static String
getPenwidth
(org.eclipse.gef.graph.Graph graph) Returns the value of thePENWIDTH__CNE
attribute of the givenGraph
.static String
getPenwidth
(org.eclipse.gef.graph.Node node) Returns the value of thePENWIDTH__CNE
attribute of the givenNode
.static Double
getPenwidthParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenEdge
.static Double
getPenwidthParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenGraph
.static Double
getPenwidthParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPenwidthRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPenwidthRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPenwidthRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenNode
.static String
getPos
(org.eclipse.gef.graph.Edge edge) Returns the value of thePOS__NE
attribute of the givenEdge
.static String
getPos
(org.eclipse.gef.graph.Node node) Returns the value of thePOS__NE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.splinetype.SplineType
getPosParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of thePOS__NE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.point.Point
getPosParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of thePOS__NE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPosRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of thePOS__NE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getPosRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of thePOS__NE
attribute of the givenNode
.static String
getRank
(org.eclipse.gef.graph.Graph graph) Returns the value of theRANK__S
attribute of the givenGraph
.static String
getRankdir
(org.eclipse.gef.graph.Graph graph) Returns the value of theRANKDIR__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.rankdir.Rankdir
getRankdirParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theRANKDIR__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getRankdirRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theRANKDIR__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.ranktype.RankType
getRankParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theRANK__S
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getRankRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theRANK__S
attribute of the givenGraph
.static String
getShape
(org.eclipse.gef.graph.Node node) Returns the value of theSHAPE__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.shape.Shape
getShapeParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSHAPE__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getShapeRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSHAPE__N
attribute of the givenNode
.static String
getSides
(org.eclipse.gef.graph.Node node) Returns the value of theSIDES__N
attribute of the givenNode
.static Integer
getSidesParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSIDES__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getSidesRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSIDES__N
attribute of the givenNode
.static String
getSkew
(org.eclipse.gef.graph.Node node) Returns the value of theSKEW__N
attribute of the givenNode
.static Double
getSkewParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSKEW__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getSkewRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSKEW__N
attribute of the givenNode
.static String
getSplines
(org.eclipse.gef.graph.Graph graph) Returns the value of theSPLINES__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.splines.Splines
getSplinesParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theSPLINES__G
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getSplinesRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theSPLINES__G
attribute of the givenGraph
.static String
getStyle
(org.eclipse.gef.graph.Edge edge) Returns the value of theSTYLE__GCNE
attribute of the givenEdge
.static String
getStyle
(org.eclipse.gef.graph.Graph graph) Returns the value of theSTYLE__GCNE
attribute of the givenGraph
.static String
getStyle
(org.eclipse.gef.graph.Node node) Returns the value of theSTYLE__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.style.Style
getStyleParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.style.Style
getStyleParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.style.Style
getStyleParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getStyleRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getStyleRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getStyleRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenNode
.static String
getTaillabel
(org.eclipse.gef.graph.Edge edge) Returns the value of theTAILLABEL__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTaillabelRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILLABEL__E
attribute of the givenEdge
.static String
getTailLp
(org.eclipse.gef.graph.Edge edge) Returns the value of theTAIL_LP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.point.Point
getTailLpParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAIL_LP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTailLpRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAIL_LP__E
attribute of the givenEdge
.static String
getTailport
(org.eclipse.gef.graph.Edge edge) Returns the value of theTAILPORT__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.portpos.PortPos
getTailportParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAILPORT__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTailportRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILPORT__E
attribute of the givenEdge
.static String
getTailtooltip
(org.eclipse.gef.graph.Edge edge) Returns the value of theTAILTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getTailtooltipParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAILTOOLTIP__E
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTailtooltipRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILTOOLTIP__E
attribute of the givenEdge
.static String
getTooltip
(org.eclipse.gef.graph.Edge edge) Returns the value of theTOOLTIP__CNE
attribute of the givenEdge
.static String
getTooltip
(org.eclipse.gef.graph.Graph graph) Returns the value of theTOOLTIP__CNE
attribute of the givenGraph
.static String
getTooltip
(org.eclipse.gef.graph.Node node) Returns the value of theTOOLTIP__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getTooltipParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getTooltipParsed
(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.escstring.EscString
getTooltipParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTooltipRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTooltipRaw
(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenGraph
.static org.eclipse.gef.dot.internal.language.terminals.ID
getTooltipRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenNode
.static String
getWidth
(org.eclipse.gef.graph.Node node) Returns the value of theWIDTH__N
attribute of the givenNode
.static Double
getWidthParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theWIDTH__N
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getWidthRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theWIDTH__N
attribute of the givenNode
.static String
getXlabel
(org.eclipse.gef.graph.Edge edge) Returns the value of theXLABEL__NE
attribute of the givenEdge
.static String
getXlabel
(org.eclipse.gef.graph.Node node) Returns the value of theXLABEL__NE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getXlabelRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theXLABEL__NE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getXlabelRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theXLABEL__NE
attribute of the givenNode
.static String
getXlp
(org.eclipse.gef.graph.Edge edge) Returns the value of theXLP__NE
attribute of the givenEdge
.static String
getXlp
(org.eclipse.gef.graph.Node node) Returns the value of theXLP__NE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.point.Point
getXlpParsed
(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theXLP__NE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.point.Point
getXlpParsed
(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theXLP__NE
attribute of the givenNode
.static org.eclipse.gef.dot.internal.language.terminals.ID
getXlpRaw
(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theXLP__NE
attribute of the givenEdge
.static org.eclipse.gef.dot.internal.language.terminals.ID
getXlpRaw
(org.eclipse.gef.graph.Node node) Returns the (raw) value of theXLP__NE
attribute of the givenNode
.static boolean
isCluster
(org.eclipse.gef.graph.Node node) static Object
parsed
(org.eclipse.gef.dot.internal.language.dot.Attribute attr) static Object
parsedAsAttribute
(org.eclipse.gef.dot.internal.language.terminals.ID valueRaw, String attrName, DotAttributes.Context context) static void
setArrowhead
(org.eclipse.gef.graph.Edge edge, String arrowhead) Sets the value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.static void
setArrowheadParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowhead) Sets the (parsed) value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.static void
setArrowheadRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowhead) Sets the (raw) value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.static void
setArrowsize
(org.eclipse.gef.graph.Edge edge, String arrowsize) Sets the value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.static void
setArrowsizeParsed
(org.eclipse.gef.graph.Edge edge, Double arrowsize) Sets the (parsed) value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.static void
setArrowsizeRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowsize) Sets the (raw) value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.static void
setArrowtail
(org.eclipse.gef.graph.Edge edge, String arrowtail) Sets the value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.static void
setArrowtailParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowtail) Sets the (parsed) value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.static void
setArrowtailRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowtail) Sets the (raw) value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.static void
Sets the value of theBB__GC
attribute of the givenGraph
to the given bb value.static void
setBbParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rect.Rect bb) Sets the (parsed) value of theBB__GC
attribute of the givenGraph
to the given bb value.static void
setBbRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bb) Sets the (raw) value of theBB__GC
attribute of the givenGraph
to the given bb value.static void
setBgcolor
(org.eclipse.gef.graph.Graph graph, String bgcolor) Sets the value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.static void
setBgcolorParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList bgcolor) Sets the (parsed) value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.static void
setBgcolorRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bgcolor) Sets the (raw) value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.static void
setClusterrank
(org.eclipse.gef.graph.Graph graph, String clusterrank) Sets the value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.static void
setClusterrankParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.clustermode.ClusterMode clusterrank) Sets the (parsed) value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.static void
setClusterrankRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID clusterrank) Sets the (raw) value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.static void
Sets the value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.static void
Sets the value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.static void
Sets the value of theCOLOR__CNE
attribute of the givenNode
to the given color value.static void
setColorParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.colorlist.ColorList color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.static void
setColorParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.static void
setColorParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenNode
to the given color value.static void
setColorRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.static void
setColorRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.static void
setColorRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenNode
to the given color value.static void
setColorscheme
(org.eclipse.gef.graph.Edge edge, String colorscheme) Sets the value of theCOLORSCHEME__GCNE
attribute of the givenEdge
to the given colorscheme value.static void
setColorscheme
(org.eclipse.gef.graph.Graph graph, String colorscheme) Sets the value of theCOLORSCHEME__GCNE
attribute of the givenGraph
to the given colorscheme value.static void
setColorscheme
(org.eclipse.gef.graph.Node node, String colorscheme) Sets the value of theCOLORSCHEME__GCNE
attribute of the givenNode
to the given colorscheme value.static void
setColorschemeRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenEdge
to the given colorscheme value.static void
setColorschemeRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenGraph
to the given colorscheme value.static void
setColorschemeRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenNode
to the given colorscheme value.static void
Sets the value of theDIR__E
attribute of the givenEdge
to the given dir value.static void
setDirParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.dir.DirType dir) Sets the (parsed) value of theDIR__E
attribute of the givenEdge
to the given dir value.static void
setDirRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID dir) Sets the (raw) value of theDIR__E
attribute of the givenEdge
to the given dir value.static void
setDistortion
(org.eclipse.gef.graph.Node node, String distortion) Sets the value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.static void
setDistortionParsed
(org.eclipse.gef.graph.Node node, Double distortion) Sets the (parsed) value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.static void
setDistortionRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID distortion) Sets the (raw) value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.static void
setEdgetooltip
(org.eclipse.gef.graph.Edge edge, String edgetooltip) Sets the value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.static void
setEdgetooltipParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString edgetooltip) Sets the (parsed) value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.static void
setEdgetooltipRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID edgetooltip) Sets the (raw) value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.static void
setFillcolor
(org.eclipse.gef.graph.Edge edge, String fillcolor) Sets the value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.static void
setFillcolor
(org.eclipse.gef.graph.Graph graph, String fillcolor) Sets the value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.static void
setFillcolor
(org.eclipse.gef.graph.Node node, String fillcolor) Sets the value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.static void
setFillcolorParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.static void
setFillcolorParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.static void
setFillcolorParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.static void
setFillcolorRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.static void
setFillcolorRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.static void
setFillcolorRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.static void
setFixedsize
(org.eclipse.gef.graph.Node node, String fixedsize) Sets the value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.static void
setFixedsizeParsed
(org.eclipse.gef.graph.Node node, Boolean fixedsize) Sets the (parsed) value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.static void
setFixedsizeRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fixedsize) Sets the (raw) value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.static void
setFontcolor
(org.eclipse.gef.graph.Edge edge, String fontcolor) Sets the value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.static void
setFontcolor
(org.eclipse.gef.graph.Graph graph, String fontcolor) Sets the value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.static void
setFontcolor
(org.eclipse.gef.graph.Node node, String fontcolor) Sets the value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.static void
setFontcolorParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.static void
setFontcolorParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.static void
setFontcolorParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.static void
setFontcolorRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.static void
setFontcolorRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.static void
setFontcolorRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.static void
setFontname
(org.eclipse.gef.graph.Edge edge, String fontname) Sets the value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.static void
setFontname
(org.eclipse.gef.graph.Graph graph, String fontname) Sets the value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.static void
setFontname
(org.eclipse.gef.graph.Node node, String fontname) Sets the value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.static void
setFontnameParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.static void
setFontnameParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.static void
setFontnameParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.static void
setFontnameRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.static void
setFontnameRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.static void
setFontnameRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.static void
setFontsize
(org.eclipse.gef.graph.Edge edge, String fontsize) Sets the value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.static void
setFontsize
(org.eclipse.gef.graph.Graph graph, String fontsize) Sets the value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.static void
setFontsize
(org.eclipse.gef.graph.Node node, String fontsize) Sets the value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.static void
setFontsizeParsed
(org.eclipse.gef.graph.Edge edge, Double fontsize) Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.static void
setFontsizeParsed
(org.eclipse.gef.graph.Graph graph, Double fontsize) Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.static void
setFontsizeParsed
(org.eclipse.gef.graph.Node node, Double fontsize) Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.static void
setFontsizeRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.static void
setFontsizeRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.static void
setFontsizeRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.static void
setForcelabels
(org.eclipse.gef.graph.Graph graph, String forcelabels) Sets the value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.static void
setForcelabelsParsed
(org.eclipse.gef.graph.Graph graph, Boolean forcelabels) Sets the (parsed) value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.static void
setForcelabelsRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID forcelabels) Sets the (raw) value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.static void
setHeadlabel
(org.eclipse.gef.graph.Edge edge, String headlabel) Sets the value of theHEADLABEL__E
attribute of the givenEdge
to the given headlabel value.static void
setHeadlabelRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headlabel) Sets the (raw) value of theHEADLABEL__E
attribute of the givenEdge
to the given headlabel value.static void
Sets the value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.static void
setHeadLpParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point headLp) Sets the (parsed) value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.static void
setHeadLpRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headLp) Sets the (raw) value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.static void
setHeadport
(org.eclipse.gef.graph.Edge edge, String headport) Sets the value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.static void
setHeadportParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos headport) Sets the (parsed) value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.static void
setHeadportRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headport) Sets the (raw) value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.static void
setHeadtooltip
(org.eclipse.gef.graph.Edge edge, String headtooltip) Sets the value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.static void
setHeadtooltipParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString headtooltip) Sets the (parsed) value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.static void
setHeadtooltipRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headtooltip) Sets the (raw) value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.static void
Sets the value of theHEIGHT__N
attribute of the givenNode
to the given height value.static void
setHeightParsed
(org.eclipse.gef.graph.Node node, Double height) Sets the (parsed) value of theHEIGHT__N
attribute of the givenNode
to the given height value.static void
setHeightRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID height) Sets the (raw) value of theHEIGHT__N
attribute of the givenNode
to the given height value.static void
Sets the value of theID__GCNE
attribute of the givenEdge
to the given id value.static void
Sets the value of theID__GCNE
attribute of the givenGraph
to the given id value.static void
Sets the value of theID__GCNE
attribute of the givenNode
to the given id value.static void
setIdRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenEdge
to the given id value.static void
setIdRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenGraph
to the given id value.static void
setIdRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenNode
to the given id value.static void
Sets the value of theLABEL__GCNE
attribute of the givenEdge
to the given label value.static void
Sets the value of theLABEL__GCNE
attribute of the givenGraph
to the given label value.static void
Sets the value of theLABEL__GCNE
attribute of the givenNode
to the given label value.static void
setLabelfontcolor
(org.eclipse.gef.graph.Edge edge, String labelfontcolor) Sets the value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.static void
setLabelfontcolorParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color labelfontcolor) Sets the (parsed) value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.static void
setLabelfontcolorRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontcolor) Sets the (raw) value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.static void
setLabelfontname
(org.eclipse.gef.graph.Edge edge, String labelfontname) Sets the value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.static void
setLabelfontnameParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.fontname.FontName labelfontname) Sets the (parsed) value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.static void
setLabelfontnameRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontname) Sets the (raw) value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.static void
setLabelfontsize
(org.eclipse.gef.graph.Edge edge, String labelfontsize) Sets the value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.static void
setLabelfontsizeParsed
(org.eclipse.gef.graph.Edge edge, Double labelfontsize) Sets the (parsed) value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.static void
setLabelfontsizeRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontsize) Sets the (raw) value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.static void
setLabelRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenEdge
to the given label value.static void
setLabelRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenGraph
to the given label value.static void
setLabelRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenNode
to the given label value.static void
setLabeltooltip
(org.eclipse.gef.graph.Edge edge, String labeltooltip) Sets the value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.static void
setLabeltooltipParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString labeltooltip) Sets the (parsed) value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.static void
setLabeltooltipRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labeltooltip) Sets the (raw) value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.static void
Sets the value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.static void
setLayoutParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.layout.Layout layout) Sets the (parsed) value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.static void
setLayoutRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID layout) Sets the (raw) value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.static void
Sets the value of theLP__GCE
attribute of the givenEdge
to the given lp value.static void
Sets the value of theLP__GCE
attribute of the givenGraph
to the given lp value.static void
setLpParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point lp) Sets the (parsed) value of theLP__GCE
attribute of the givenEdge
to the given lp value.static void
setLpParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.point.Point lp) Sets the (parsed) value of theLP__GCE
attribute of the givenGraph
to the given lp value.static void
setLpRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID lp) Sets the (raw) value of theLP__GCE
attribute of the givenEdge
to the given lp value.static void
setLpRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID lp) Sets the (raw) value of theLP__GCE
attribute of the givenGraph
to the given lp value.static void
setNodesep
(org.eclipse.gef.graph.Graph graph, String nodesep) Sets the value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.static void
setNodesepParsed
(org.eclipse.gef.graph.Graph graph, Double nodesep) Sets the (parsed) value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.static void
setNodesepRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID nodesep) Sets the (raw) value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.static void
setOutputorder
(org.eclipse.gef.graph.Graph graph, String outputorder) Sets the value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.static void
setOutputorderParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.outputmode.OutputMode outputorder) Sets the (parsed) value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.static void
setOutputorderRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID outputorder) Sets the (raw) value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.static void
setPagedir
(org.eclipse.gef.graph.Graph graph, String pagedir) Sets the value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.static void
setPagedirParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.pagedir.Pagedir pagedir) Sets the (parsed) value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.static void
setPagedirRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID pagedir) Sets the (raw) value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.static void
setPenwidth
(org.eclipse.gef.graph.Edge edge, String penwidth) Sets the value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.static void
setPenwidth
(org.eclipse.gef.graph.Graph graph, String penwidth) Sets the value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.static void
setPenwidth
(org.eclipse.gef.graph.Node node, String penwidth) Sets the value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.static void
setPenwidthParsed
(org.eclipse.gef.graph.Edge edge, Double penwidth) Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.static void
setPenwidthParsed
(org.eclipse.gef.graph.Graph graph, Double penwidth) Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.static void
setPenwidthParsed
(org.eclipse.gef.graph.Node node, Double penwidth) Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.static void
setPenwidthRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.static void
setPenwidthRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.static void
setPenwidthRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.static void
Sets the value of thePOS__NE
attribute of the givenEdge
to the given pos value.static void
Sets the value of thePOS__NE
attribute of the givenNode
to the given pos value.static void
setPosParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.splinetype.SplineType pos) Sets the (parsed) value of thePOS__NE
attribute of the givenEdge
to the given pos value.static void
setPosParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point pos) Sets the (parsed) value of thePOS__NE
attribute of the givenNode
to the given pos value.static void
setPosRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID pos) Sets the (raw) value of thePOS__NE
attribute of the givenEdge
to the given pos value.static void
setPosRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID pos) Sets the (raw) value of thePOS__NE
attribute of the givenNode
to the given pos value.static void
Sets the value of theRANK__S
attribute of the givenGraph
to the given rank value.static void
setRankdir
(org.eclipse.gef.graph.Graph graph, String rankdir) Sets the value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.static void
setRankdirParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir) Sets the (parsed) value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.static void
setRankdirRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rankdir) Sets the (raw) value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.static void
setRankParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.ranktype.RankType rank) Sets the (parsed) value of theRANK__S
attribute of the givenGraph
to the given rank value.static void
setRankRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rank) Sets the (raw) value of theRANK__S
attribute of the givenGraph
to the given rank value.static void
Sets the value of theSHAPE__N
attribute of the givenNode
to the given shape value.static void
setShapeParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.shape.Shape shape) Sets the (parsed) value of theSHAPE__N
attribute of the givenNode
to the given shape value.static void
setShapeRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID shape) Sets the (raw) value of theSHAPE__N
attribute of the givenNode
to the given shape value.static void
Sets the value of theSIDES__N
attribute of the givenNode
to the given sides value.static void
setSidesParsed
(org.eclipse.gef.graph.Node node, Integer sides) Sets the (parsed) value of theSIDES__N
attribute of the givenNode
to the given sides value.static void
setSidesRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID sides) Sets the (raw) value of theSIDES__N
attribute of the givenNode
to the given sides value.static void
Sets the value of theSKEW__N
attribute of the givenNode
to the given skew value.static void
setSkewParsed
(org.eclipse.gef.graph.Node node, Double skew) Sets the (parsed) value of theSKEW__N
attribute of the givenNode
to the given skew value.static void
setSkewRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID skew) Sets the (raw) value of theSKEW__N
attribute of the givenNode
to the given skew value.static void
setSplines
(org.eclipse.gef.graph.Graph graph, String splines) Sets the value of theSPLINES__G
attribute of the givenGraph
to the given splines value.static void
setSplinesParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.splines.Splines splines) Sets the (parsed) value of theSPLINES__G
attribute of the givenGraph
to the given splines value.static void
setSplinesRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID splines) Sets the (raw) value of theSPLINES__G
attribute of the givenGraph
to the given splines value.static void
Sets the value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.static void
Sets the value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.static void
Sets the value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.static void
setStyleParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.static void
setStyleParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.static void
setStyleParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.static void
setStyleRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.static void
setStyleRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.static void
setStyleRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.static void
setTaillabel
(org.eclipse.gef.graph.Edge edge, String taillabel) Sets the value of theTAILLABEL__E
attribute of the givenEdge
to the given taillabel value.static void
setTaillabelRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID taillabel) Sets the (raw) value of theTAILLABEL__E
attribute of the givenEdge
to the given taillabel value.static void
Sets the value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.static void
setTailLpParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point tailLp) Sets the (parsed) value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.static void
setTailLpRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailLp) Sets the (raw) value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.static void
setTailport
(org.eclipse.gef.graph.Edge edge, String tailport) Sets the value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.static void
setTailportParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos tailport) Sets the (parsed) value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.static void
setTailportRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailport) Sets the (raw) value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.static void
setTailtooltip
(org.eclipse.gef.graph.Edge edge, String tailtooltip) Sets the value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.static void
setTailtooltipParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tailtooltip) Sets the (parsed) value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.static void
setTailtooltipRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailtooltip) Sets the (raw) value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.static void
setTooltip
(org.eclipse.gef.graph.Edge edge, String tooltip) Sets the value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.static void
setTooltip
(org.eclipse.gef.graph.Graph graph, String tooltip) Sets the value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.static void
setTooltip
(org.eclipse.gef.graph.Node node, String tooltip) Sets the value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.static void
setTooltipParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.static void
setTooltipParsed
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.static void
setTooltipParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.static void
setTooltipRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.static void
setTooltipRaw
(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.static void
setTooltipRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.static void
Sets the value of theWIDTH__N
attribute of the givenNode
to the given width value.static void
setWidthParsed
(org.eclipse.gef.graph.Node node, Double width) Sets the (parsed) value of theWIDTH__N
attribute of the givenNode
to the given width value.static void
setWidthRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID width) Sets the (raw) value of theWIDTH__N
attribute of the givenNode
to the given width value.static void
Sets the value of theXLABEL__NE
attribute of the givenEdge
to the given xlabel value.static void
Sets the value of theXLABEL__NE
attribute of the givenNode
to the given xlabel value.static void
setXlabelRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlabel) Sets the (raw) value of theXLABEL__NE
attribute of the givenEdge
to the given xlabel value.static void
setXlabelRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlabel) Sets the (raw) value of theXLABEL__NE
attribute of the givenNode
to the given xlabel value.static void
Sets the value of theXLP__NE
attribute of the givenEdge
to the given xlp value.static void
Sets the value of theXLP__NE
attribute of the givenNode
to the given xlp value.static void
setXlpParsed
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point xlp) Sets the (parsed) value of theXLP__NE
attribute of the givenEdge
to the given xlp value.static void
setXlpParsed
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point xlp) Sets the (parsed) value of theXLP__NE
attribute of the givenNode
to the given xlp value.static void
setXlpRaw
(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlp) Sets the (raw) value of theXLP__NE
attribute of the givenEdge
to the given xlp value.static void
setXlpRaw
(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlp) Sets the (raw) value of theXLP__NE
attribute of the givenNode
to the given xlp value.static List<org.eclipse.emf.common.util.Diagnostic>
validateAttributeRawValue
(DotAttributes.Context attributeContext, String attributeName, org.eclipse.gef.dot.internal.language.terminals.ID attributeValue) Validate the attribute determined via name and value syntactically and semantically.
-
Field Details
-
_NAME__GNE
Specifies the name of a graph, node, or edge (not an attribute), as retrieved through the graph, node_id, as well as edge_stmt and edgeRHS grammar rules.- See Also:
-
_TYPE__G
Specifies the graph type.- See Also:
-
ARROWHEAD__E
The 'arrowhead' attribute, which is used by:Edge
.- See Also:
-
ARROWSIZE__E
The 'arrowsize' attribute, which is used by:Edge
.- See Also:
-
ARROWTAIL__E
The 'arrowtail' attribute, which is used by:Edge
.- See Also:
-
BB__GC
The 'bb' attribute, which is used by:Graph
, Cluster.- See Also:
-
BGCOLOR__GC
The 'bgcolor' attribute, which is used by:Graph
, Cluster.- See Also:
-
CLUSTERRANK__G
The 'clusterrank' attribute, which is used by:Graph
.- See Also:
-
COLOR__CNE
The 'color' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
-
COLORSCHEME__GCNE
The 'colorscheme' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
DIR__E
The 'dir' attribute, which is used by:Edge
.- See Also:
-
DISTORTION__N
The 'distortion' attribute, which is used by:Node
.- See Also:
-
EDGETOOLTIP__E
The 'edgetooltip' attribute, which is used by:Edge
.- See Also:
-
FILLCOLOR__CNE
The 'fillcolor' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
-
FIXEDSIZE__N
The 'fixedsize' attribute, which is used by:Node
.- See Also:
-
FONTCOLOR__GCNE
The 'fontcolor' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
FONTNAME__GCNE
The 'fontname' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
FONTSIZE__GCNE
The 'fontsize' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
FORCELABELS__G
The 'forcelabels' attribute, which is used by:Graph
.- See Also:
-
HEAD_LP__E
The 'headLp' attribute, which is used by:Edge
.- See Also:
-
HEADLABEL__E
The 'headlabel' attribute, which is used by:Edge
.- See Also:
-
HEADPORT__E
The 'headport' attribute, which is used by:Edge
.- See Also:
-
HEADTOOLTIP__E
The 'headtooltip' attribute, which is used by:Edge
.- See Also:
-
HEIGHT__N
The 'height' attribute, which is used by:Node
.- See Also:
-
ID__GCNE
The 'id' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
LABEL__GCNE
The 'label' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
LABELFONTCOLOR__E
The 'labelfontcolor' attribute, which is used by:Edge
.- See Also:
-
LABELFONTNAME__E
The 'labelfontname' attribute, which is used by:Edge
.- See Also:
-
LABELFONTSIZE__E
The 'labelfontsize' attribute, which is used by:Edge
.- See Also:
-
LABELTOOLTIP__E
The 'labeltooltip' attribute, which is used by:Edge
.- See Also:
-
LAYOUT__G
The 'layout' attribute, which is used by:Graph
.- See Also:
-
LP__GCE
The 'lp' attribute, which is used by:Graph
, Cluster,Edge
.- See Also:
-
NODESEP__G
The 'nodesep' attribute, which is used by:Graph
.- See Also:
-
OUTPUTORDER__G
The 'outputorder' attribute, which is used by:Graph
.- See Also:
-
PAGEDIR__G
The 'pagedir' attribute, which is used by:Graph
.- See Also:
-
PENWIDTH__CNE
The 'penwidth' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
-
POS__NE
The 'pos' attribute, which is used by:Node
,Edge
.- See Also:
-
RANK__S
The 'rank' attribute, which is used by: Subgraph.- See Also:
-
RANKDIR__G
The 'rankdir' attribute, which is used by:Graph
.- See Also:
-
SHAPE__N
The 'shape' attribute, which is used by:Node
.- See Also:
-
SIDES__N
The 'sides' attribute, which is used by:Node
.- See Also:
-
SKEW__N
The 'skew' attribute, which is used by:Node
.- See Also:
-
SPLINES__G
The 'splines' attribute, which is used by:Graph
.- See Also:
-
STYLE__GCNE
The 'style' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
-
TAIL_LP__E
The 'tailLp' attribute, which is used by:Edge
.- See Also:
-
TAILLABEL__E
The 'taillabel' attribute, which is used by:Edge
.- See Also:
-
TAILPORT__E
The 'tailport' attribute, which is used by:Edge
.- See Also:
-
TAILTOOLTIP__E
The 'tailtooltip' attribute, which is used by:Edge
.- See Also:
-
TOOLTIP__CNE
The 'tooltip' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
-
WIDTH__N
The 'width' attribute, which is used by:Node
.- See Also:
-
XLABEL__NE
The 'xlabel' attribute, which is used by:Node
,Edge
.- See Also:
-
XLP__NE
The 'xlp' attribute, which is used by:Node
,Edge
.- See Also:
-
-
Constructor Details
-
DotAttributes
public DotAttributes()
-
-
Method Details
-
isCluster
public static boolean isCluster(org.eclipse.gef.graph.Node node) -
getContext
Determine the context in which the givenEObject
is used.- Parameters:
eObject
- TheEObject
for which the context is to be determined.- Returns:
- the context in which the given
EObject
is used.
-
validateAttributeRawValue
public static List<org.eclipse.emf.common.util.Diagnostic> validateAttributeRawValue(DotAttributes.Context attributeContext, String attributeName, org.eclipse.gef.dot.internal.language.terminals.ID attributeValue) Validate the attribute determined via name and value syntactically and semantically.- Parameters:
attributeContext
- The context element the attribute is related to.attributeName
- The name of the attribute.attributeValue
- The value of the attribute.- Returns:
- A list of
Diagnostic
objects representing the identified issues, or an empty list if no issues were found.
-
_getNameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID _getNameRaw(org.eclipse.gef.graph.Graph graph) Returns the value of the_NAME__GNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of the_NAME__GNE
attribute.- Returns:
- The value of the
_NAME__GNE
attribute of the givenGraph
.
-
_getName
Returns the value of the_NAME__GNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of the_NAME__GNE
attribute.- Returns:
- The value of the
_NAME__GNE
attribute of the givenGraph
.
-
_getNameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID _getNameRaw(org.eclipse.gef.graph.Node node) Returns the value of the_NAME__GNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of the_NAME__GNE
attribute.- Returns:
- The value of the
_NAME__GNE
attribute of the givenNode
.
-
_getName
Returns the value of the_NAME__GNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of the_NAME__GNE
attribute.- Returns:
- The value of the
_NAME__GNE
attribute of the givenNode
.
-
_getType
public static org.eclipse.gef.dot.internal.language.dot.GraphType _getType(org.eclipse.gef.graph.Graph graph) Returns the value of the_TYPE__G
attribute of the givenGraph
. -
_setNameRaw
public static void _setNameRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID name) Sets the_NAME__GNE
attribute of the givenGraph
to the given name value.- Parameters:
graph
- TheGraph
for which to change the value of the_NAME__GNE
attribute.name
- The new value for the_NAME__GNE
attribute.
-
_setName
Sets the_NAME__GNE
attribute of the givenGraph
to the given name value.- Parameters:
graph
- TheGraph
for which to change the value of the_NAME__GNE
attribute.name
- The new value for the_NAME__GNE
attribute.
-
_setNameRaw
public static void _setNameRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID name) Sets the_NAME__GNE
attribute of the givenNode
to the given name value.- Parameters:
node
- TheNode
for which to change the value of the_NAME__GNE
attribute.name
- The new value for the_NAME__GNE
attribute.
-
_setName
Sets the_NAME__GNE
attribute of the givenNode
to the given name value.- Parameters:
node
- TheNode
for which to change the value of the_NAME__GNE
attribute.name
- The new value for the_NAME__GNE
attribute.
-
_getName
Returns the value of the_NAME__GNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of the_NAME__GNE
attribute.- Returns:
- The value of the
_NAME__GNE
attribute of the givenEdge
.
-
_setType
public static void _setType(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.dot.GraphType type) Sets the_TYPE__G
attribute of the givenGraph
to the given type value. -
parsedAsAttribute
public static Object parsedAsAttribute(org.eclipse.gef.dot.internal.language.terminals.ID valueRaw, String attrName, DotAttributes.Context context) -
parsed
-
getArrowheadRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowheadRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWHEAD__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWHEAD__E
attribute.- Returns:
- The (raw) value of the
ARROWHEAD__E
attribute of the givenEdge
.
-
setArrowheadRaw
public static void setArrowheadRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowhead) Sets the (raw) value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWHEAD__E
attribute.arrowhead
- The new (raw) value of theARROWHEAD__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowhead value is not supported.
-
getArrowhead
Returns the value of theARROWHEAD__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWHEAD__E
attribute.- Returns:
- The value of the
ARROWHEAD__E
attribute of the givenEdge
.
-
setArrowhead
Sets the value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWHEAD__E
attribute.arrowhead
- The new value of theARROWHEAD__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowhead value is not supported.
-
getArrowheadParsed
public static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType getArrowheadParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theARROWHEAD__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWHEAD__E
attribute.- Returns:
- The (parsed) value of the
ARROWHEAD__E
attribute of the givenEdge
.
-
setArrowheadParsed
public static void setArrowheadParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowhead) Sets the (parsed) value of theARROWHEAD__E
attribute of the givenEdge
to the given arrowhead value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWHEAD__E
attribute.arrowhead
- The new (parsed) value of theARROWHEAD__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowhead value is not supported.
-
getArrowsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowsizeRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWSIZE__E
attribute.- Returns:
- The (raw) value of the
ARROWSIZE__E
attribute of the givenEdge
.
-
setArrowsizeRaw
public static void setArrowsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowsize) Sets the (raw) value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWSIZE__E
attribute.arrowsize
- The new (raw) value of theARROWSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowsize value is not supported.
-
getArrowsize
Returns the value of theARROWSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWSIZE__E
attribute.- Returns:
- The value of the
ARROWSIZE__E
attribute of the givenEdge
.
-
setArrowsize
Sets the value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWSIZE__E
attribute.arrowsize
- The new value of theARROWSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowsize value is not supported.
-
getArrowsizeParsed
Returns the (parsed) value of theARROWSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWSIZE__E
attribute.- Returns:
- The (parsed) value of the
ARROWSIZE__E
attribute of the givenEdge
.
-
setArrowsizeParsed
Sets the (parsed) value of theARROWSIZE__E
attribute of the givenEdge
to the given arrowsize value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWSIZE__E
attribute.arrowsize
- The new (parsed) value of theARROWSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowsize value is not supported.
-
getArrowtailRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowtailRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theARROWTAIL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWTAIL__E
attribute.- Returns:
- The (raw) value of the
ARROWTAIL__E
attribute of the givenEdge
.
-
setArrowtailRaw
public static void setArrowtailRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowtail) Sets the (raw) value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWTAIL__E
attribute.arrowtail
- The new (raw) value of theARROWTAIL__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowtail value is not supported.
-
getArrowtail
Returns the value of theARROWTAIL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWTAIL__E
attribute.- Returns:
- The value of the
ARROWTAIL__E
attribute of the givenEdge
.
-
setArrowtail
Sets the value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWTAIL__E
attribute.arrowtail
- The new value of theARROWTAIL__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowtail value is not supported.
-
getArrowtailParsed
public static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType getArrowtailParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theARROWTAIL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theARROWTAIL__E
attribute.- Returns:
- The (parsed) value of the
ARROWTAIL__E
attribute of the givenEdge
.
-
setArrowtailParsed
public static void setArrowtailParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowtail) Sets the (parsed) value of theARROWTAIL__E
attribute of the givenEdge
to the given arrowtail value.- Parameters:
edge
- TheEdge
for which to change the value of theARROWTAIL__E
attribute.arrowtail
- The new (parsed) value of theARROWTAIL__E
attribute.- Throws:
IllegalArgumentException
- when the given arrowtail value is not supported.
-
getBbRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getBbRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theBB__GC
attribute of the givenGraph
. -
setBbRaw
public static void setBbRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bb) Sets the (raw) value of theBB__GC
attribute of the givenGraph
to the given bb value.- Parameters:
graph
- TheGraph
for which to change the value of theBB__GC
attribute.bb
- The new (raw) value of theBB__GC
attribute.- Throws:
IllegalArgumentException
- when the given bb value is not supported.
-
getBb
Returns the value of theBB__GC
attribute of the givenGraph
. -
setBb
Sets the value of theBB__GC
attribute of the givenGraph
to the given bb value.- Parameters:
graph
- TheGraph
for which to change the value of theBB__GC
attribute.bb
- The new value of theBB__GC
attribute.- Throws:
IllegalArgumentException
- when the given bb value is not supported.
-
getBbParsed
public static org.eclipse.gef.dot.internal.language.rect.Rect getBbParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theBB__GC
attribute of the givenGraph
. -
setBbParsed
public static void setBbParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rect.Rect bb) Sets the (parsed) value of theBB__GC
attribute of the givenGraph
to the given bb value.- Parameters:
graph
- TheGraph
for which to change the value of theBB__GC
attribute.bb
- The new (parsed) value of theBB__GC
attribute.- Throws:
IllegalArgumentException
- when the given bb value is not supported.
-
getBgcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getBgcolorRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theBGCOLOR__GC
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theBGCOLOR__GC
attribute.- Returns:
- The (raw) value of the
BGCOLOR__GC
attribute of the givenGraph
.
-
setBgcolorRaw
public static void setBgcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bgcolor) Sets the (raw) value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theBGCOLOR__GC
attribute.bgcolor
- The new (raw) value of theBGCOLOR__GC
attribute.- Throws:
IllegalArgumentException
- when the given bgcolor value is not supported.
-
getBgcolor
Returns the value of theBGCOLOR__GC
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theBGCOLOR__GC
attribute.- Returns:
- The value of the
BGCOLOR__GC
attribute of the givenGraph
.
-
setBgcolor
Sets the value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theBGCOLOR__GC
attribute.bgcolor
- The new value of theBGCOLOR__GC
attribute.- Throws:
IllegalArgumentException
- when the given bgcolor value is not supported.
-
getBgcolorParsed
public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getBgcolorParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theBGCOLOR__GC
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theBGCOLOR__GC
attribute.- Returns:
- The (parsed) value of the
BGCOLOR__GC
attribute of the givenGraph
.
-
setBgcolorParsed
public static void setBgcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList bgcolor) Sets the (parsed) value of theBGCOLOR__GC
attribute of the givenGraph
to the given bgcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theBGCOLOR__GC
attribute.bgcolor
- The new (parsed) value of theBGCOLOR__GC
attribute.- Throws:
IllegalArgumentException
- when the given bgcolor value is not supported.
-
getClusterrankRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getClusterrankRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCLUSTERRANK__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCLUSTERRANK__G
attribute.- Returns:
- The (raw) value of the
CLUSTERRANK__G
attribute of the givenGraph
.
-
setClusterrankRaw
public static void setClusterrankRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID clusterrank) Sets the (raw) value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.- Parameters:
graph
- TheGraph
for which to change the value of theCLUSTERRANK__G
attribute.clusterrank
- The new (raw) value of theCLUSTERRANK__G
attribute.- Throws:
IllegalArgumentException
- when the given clusterrank value is not supported.
-
getClusterrank
Returns the value of theCLUSTERRANK__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCLUSTERRANK__G
attribute.- Returns:
- The value of the
CLUSTERRANK__G
attribute of the givenGraph
.
-
setClusterrank
Sets the value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.- Parameters:
graph
- TheGraph
for which to change the value of theCLUSTERRANK__G
attribute.clusterrank
- The new value of theCLUSTERRANK__G
attribute.- Throws:
IllegalArgumentException
- when the given clusterrank value is not supported.
-
getClusterrankParsed
public static org.eclipse.gef.dot.internal.language.clustermode.ClusterMode getClusterrankParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theCLUSTERRANK__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCLUSTERRANK__G
attribute.- Returns:
- The (parsed) value of the
CLUSTERRANK__G
attribute of the givenGraph
.
-
setClusterrankParsed
public static void setClusterrankParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.clustermode.ClusterMode clusterrank) Sets the (parsed) value of theCLUSTERRANK__G
attribute of the givenGraph
to the given clusterrank value.- Parameters:
graph
- TheGraph
for which to change the value of theCLUSTERRANK__G
attribute.clusterrank
- The new (parsed) value of theCLUSTERRANK__G
attribute.- Throws:
IllegalArgumentException
- when the given clusterrank value is not supported.
-
getColorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
COLOR__CNE
attribute of the givenGraph
.
-
setColorRaw
public static void setColorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.- Parameters:
graph
- TheGraph
for which to change the value of theCOLOR__CNE
attribute.color
- The new (raw) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColor
Returns the value of theCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The value of the
COLOR__CNE
attribute of the givenGraph
.
-
setColor
Sets the value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.- Parameters:
graph
- TheGraph
for which to change the value of theCOLOR__CNE
attribute.color
- The new value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getColorParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
COLOR__CNE
attribute of the givenGraph
.
-
setColorParsed
public static void setColorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.- Parameters:
graph
- TheGraph
for which to change the value of theCOLOR__CNE
attribute.color
- The new (parsed) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
COLOR__CNE
attribute of the givenNode
.
-
setColorRaw
public static void setColorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenNode
to the given color value.- Parameters:
node
- TheNode
for which to change the value of theCOLOR__CNE
attribute.color
- The new (raw) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColor
Returns the value of theCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The value of the
COLOR__CNE
attribute of the givenNode
.
-
setColor
Sets the value of theCOLOR__CNE
attribute of the givenNode
to the given color value.- Parameters:
node
- TheNode
for which to change the value of theCOLOR__CNE
attribute.color
- The new value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getColorParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
COLOR__CNE
attribute of the givenNode
.
-
setColorParsed
public static void setColorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenNode
to the given color value.- Parameters:
node
- TheNode
for which to change the value of theCOLOR__CNE
attribute.color
- The new (parsed) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
COLOR__CNE
attribute of the givenEdge
.
-
setColorRaw
public static void setColorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID color) Sets the (raw) value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.- Parameters:
edge
- TheEdge
for which to change the value of theCOLOR__CNE
attribute.color
- The new (raw) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColor
Returns the value of theCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The value of the
COLOR__CNE
attribute of the givenEdge
.
-
setColor
Sets the value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.- Parameters:
edge
- TheEdge
for which to change the value of theCOLOR__CNE
attribute.color
- The new value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorParsed
public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getColorParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
COLOR__CNE
attribute of the givenEdge
.
-
setColorParsed
public static void setColorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.colorlist.ColorList color) Sets the (parsed) value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.- Parameters:
edge
- TheEdge
for which to change the value of theCOLOR__CNE
attribute.color
- The new (parsed) value of theCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given color value is not supported.
-
getColorschemeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The (raw) value of the
COLORSCHEME__GCNE
attribute of the givenGraph
.
-
setColorschemeRaw
public static void setColorschemeRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenGraph
to the given colorscheme value.- Parameters:
graph
- TheGraph
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
Returns the value of theCOLORSCHEME__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The value of the
COLORSCHEME__GCNE
attribute of the givenGraph
.
-
setColorscheme
Sets the value of theCOLORSCHEME__GCNE
attribute of the givenGraph
to the given colorscheme value.- Parameters:
graph
- TheGraph
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorschemeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The (raw) value of the
COLORSCHEME__GCNE
attribute of the givenNode
.
-
setColorschemeRaw
public static void setColorschemeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenNode
to the given colorscheme value.- Parameters:
node
- TheNode
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
Returns the value of theCOLORSCHEME__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The value of the
COLORSCHEME__GCNE
attribute of the givenNode
.
-
setColorscheme
Sets the value of theCOLORSCHEME__GCNE
attribute of the givenNode
to the given colorscheme value.- Parameters:
node
- TheNode
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorschemeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The (raw) value of the
COLORSCHEME__GCNE
attribute of the givenEdge
.
-
setColorschemeRaw
public static void setColorschemeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme) Sets the (raw) value of theCOLORSCHEME__GCNE
attribute of the givenEdge
to the given colorscheme value.- Parameters:
edge
- TheEdge
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
Returns the value of theCOLORSCHEME__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theCOLORSCHEME__GCNE
attribute.- Returns:
- The value of the
COLORSCHEME__GCNE
attribute of the givenEdge
.
-
setColorscheme
Sets the value of theCOLORSCHEME__GCNE
attribute of the givenEdge
to the given colorscheme value.- Parameters:
edge
- TheEdge
for which to change the value of theCOLORSCHEME__GCNE
attribute.colorscheme
- The new value of theCOLORSCHEME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given colorscheme value is not supported.
-
getDirRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getDirRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theDIR__E
attribute of the givenEdge
. -
setDirRaw
public static void setDirRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID dir) Sets the (raw) value of theDIR__E
attribute of the givenEdge
to the given dir value.- Parameters:
edge
- TheEdge
for which to change the value of theDIR__E
attribute.dir
- The new (raw) value of theDIR__E
attribute.- Throws:
IllegalArgumentException
- when the given dir value is not supported.
-
getDir
Returns the value of theDIR__E
attribute of the givenEdge
. -
setDir
Sets the value of theDIR__E
attribute of the givenEdge
to the given dir value.- Parameters:
edge
- TheEdge
for which to change the value of theDIR__E
attribute.dir
- The new value of theDIR__E
attribute.- Throws:
IllegalArgumentException
- when the given dir value is not supported.
-
getDirParsed
public static org.eclipse.gef.dot.internal.language.dir.DirType getDirParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theDIR__E
attribute of the givenEdge
. -
setDirParsed
public static void setDirParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.dir.DirType dir) Sets the (parsed) value of theDIR__E
attribute of the givenEdge
to the given dir value.- Parameters:
edge
- TheEdge
for which to change the value of theDIR__E
attribute.dir
- The new (parsed) value of theDIR__E
attribute.- Throws:
IllegalArgumentException
- when the given dir value is not supported.
-
getDistortionRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getDistortionRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theDISTORTION__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theDISTORTION__N
attribute.- Returns:
- The (raw) value of the
DISTORTION__N
attribute of the givenNode
.
-
setDistortionRaw
public static void setDistortionRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID distortion) Sets the (raw) value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.- Parameters:
node
- TheNode
for which to change the value of theDISTORTION__N
attribute.distortion
- The new (raw) value of theDISTORTION__N
attribute.- Throws:
IllegalArgumentException
- when the given distortion value is not supported.
-
getDistortion
Returns the value of theDISTORTION__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theDISTORTION__N
attribute.- Returns:
- The value of the
DISTORTION__N
attribute of the givenNode
.
-
setDistortion
Sets the value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.- Parameters:
node
- TheNode
for which to change the value of theDISTORTION__N
attribute.distortion
- The new value of theDISTORTION__N
attribute.- Throws:
IllegalArgumentException
- when the given distortion value is not supported.
-
getDistortionParsed
Returns the (parsed) value of theDISTORTION__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theDISTORTION__N
attribute.- Returns:
- The (parsed) value of the
DISTORTION__N
attribute of the givenNode
.
-
setDistortionParsed
Sets the (parsed) value of theDISTORTION__N
attribute of the givenNode
to the given distortion value.- Parameters:
node
- TheNode
for which to change the value of theDISTORTION__N
attribute.distortion
- The new (parsed) value of theDISTORTION__N
attribute.- Throws:
IllegalArgumentException
- when the given distortion value is not supported.
-
getEdgetooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getEdgetooltipRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theEDGETOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theEDGETOOLTIP__E
attribute.- Returns:
- The (raw) value of the
EDGETOOLTIP__E
attribute of the givenEdge
.
-
setEdgetooltipRaw
public static void setEdgetooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID edgetooltip) Sets the (raw) value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theEDGETOOLTIP__E
attribute.edgetooltip
- The new (raw) value of theEDGETOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given edgetooltip value is not supported.
-
getEdgetooltip
Returns the value of theEDGETOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theEDGETOOLTIP__E
attribute.- Returns:
- The value of the
EDGETOOLTIP__E
attribute of the givenEdge
.
-
setEdgetooltip
Sets the value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theEDGETOOLTIP__E
attribute.edgetooltip
- The new value of theEDGETOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given edgetooltip value is not supported.
-
getEdgetooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getEdgetooltipParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theEDGETOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theEDGETOOLTIP__E
attribute.- Returns:
- The (parsed) value of the
EDGETOOLTIP__E
attribute of the givenEdge
.
-
setEdgetooltipParsed
public static void setEdgetooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString edgetooltip) Sets the (parsed) value of theEDGETOOLTIP__E
attribute of the givenEdge
to the given edgetooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theEDGETOOLTIP__E
attribute.edgetooltip
- The new (parsed) value of theEDGETOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given edgetooltip value is not supported.
-
getFillcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
FILLCOLOR__CNE
attribute of the givenGraph
.
-
setFillcolorRaw
public static void setFillcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
Returns the value of theFILLCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The value of the
FILLCOLOR__CNE
attribute of the givenGraph
.
-
setFillcolor
Sets the value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolorParsed
public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getFillcolorParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
FILLCOLOR__CNE
attribute of the givenGraph
.
-
setFillcolorParsed
public static void setFillcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenGraph
to the given fillcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
FILLCOLOR__CNE
attribute of the givenNode
.
-
setFillcolorRaw
public static void setFillcolorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.- Parameters:
node
- TheNode
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
Returns the value of theFILLCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The value of the
FILLCOLOR__CNE
attribute of the givenNode
.
-
setFillcolor
Sets the value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.- Parameters:
node
- TheNode
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolorParsed
public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getFillcolorParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
FILLCOLOR__CNE
attribute of the givenNode
.
-
setFillcolorParsed
public static void setFillcolorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenNode
to the given fillcolor value.- Parameters:
node
- TheNode
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFILLCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (raw) value of the
FILLCOLOR__CNE
attribute of the givenEdge
.
-
setFillcolorRaw
public static void setFillcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor) Sets the (raw) value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
Returns the value of theFILLCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The value of the
FILLCOLOR__CNE
attribute of the givenEdge
.
-
setFillcolor
Sets the value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getFillcolorParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFILLCOLOR__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFILLCOLOR__CNE
attribute.- Returns:
- The (parsed) value of the
FILLCOLOR__CNE
attribute of the givenEdge
.
-
setFillcolorParsed
public static void setFillcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fillcolor) Sets the (parsed) value of theFILLCOLOR__CNE
attribute of the givenEdge
to the given fillcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of theFILLCOLOR__CNE
attribute.- Throws:
IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFixedsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFixedsizeRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFIXEDSIZE__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFIXEDSIZE__N
attribute.- Returns:
- The (raw) value of the
FIXEDSIZE__N
attribute of the givenNode
.
-
setFixedsizeRaw
public static void setFixedsizeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fixedsize) Sets the (raw) value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.- Parameters:
node
- TheNode
for which to change the value of theFIXEDSIZE__N
attribute.fixedsize
- The new (raw) value of theFIXEDSIZE__N
attribute.- Throws:
IllegalArgumentException
- when the given fixedsize value is not supported.
-
getFixedsize
Returns the value of theFIXEDSIZE__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFIXEDSIZE__N
attribute.- Returns:
- The value of the
FIXEDSIZE__N
attribute of the givenNode
.
-
setFixedsize
Sets the value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.- Parameters:
node
- TheNode
for which to change the value of theFIXEDSIZE__N
attribute.fixedsize
- The new value of theFIXEDSIZE__N
attribute.- Throws:
IllegalArgumentException
- when the given fixedsize value is not supported.
-
getFixedsizeParsed
Returns the (parsed) value of theFIXEDSIZE__N
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFIXEDSIZE__N
attribute.- Returns:
- The (parsed) value of the
FIXEDSIZE__N
attribute of the givenNode
.
-
setFixedsizeParsed
Sets the (parsed) value of theFIXEDSIZE__N
attribute of the givenNode
to the given fixedsize value.- Parameters:
node
- TheNode
for which to change the value of theFIXEDSIZE__N
attribute.fixedsize
- The new (parsed) value of theFIXEDSIZE__N
attribute.- Throws:
IllegalArgumentException
- when the given fixedsize value is not supported.
-
getFontcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (raw) value of the
FONTCOLOR__GCNE
attribute of the givenGraph
.
-
setFontcolorRaw
public static void setFontcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
Returns the value of theFONTCOLOR__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The value of the
FONTCOLOR__GCNE
attribute of the givenGraph
.
-
setFontcolor
Sets the value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTCOLOR__GCNE
attribute of the givenGraph
.
-
setFontcolorParsed
public static void setFontcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenGraph
to the given fontcolor value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (raw) value of the
FONTCOLOR__GCNE
attribute of the givenNode
.
-
setFontcolorRaw
public static void setFontcolorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.- Parameters:
node
- TheNode
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
Returns the value of theFONTCOLOR__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The value of the
FONTCOLOR__GCNE
attribute of the givenNode
.
-
setFontcolor
Sets the value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.- Parameters:
node
- TheNode
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTCOLOR__GCNE
attribute of the givenNode
.
-
setFontcolorParsed
public static void setFontcolorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenNode
to the given fontcolor value.- Parameters:
node
- TheNode
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTCOLOR__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (raw) value of the
FONTCOLOR__GCNE
attribute of the givenEdge
.
-
setFontcolorRaw
public static void setFontcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor) Sets the (raw) value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
Returns the value of theFONTCOLOR__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The value of the
FONTCOLOR__GCNE
attribute of the givenEdge
.
-
setFontcolor
Sets the value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTCOLOR__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTCOLOR__GCNE
attribute of the givenEdge
.
-
setFontcolorParsed
public static void setFontcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fontcolor) Sets the (parsed) value of theFONTCOLOR__GCNE
attribute of the givenEdge
to the given fontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of theFONTCOLOR__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontnameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (raw) value of the
FONTNAME__GCNE
attribute of the givenGraph
.
-
setFontnameRaw
public static void setFontnameRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (raw) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
Returns the value of theFONTNAME__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The value of the
FONTNAME__GCNE
attribute of the givenGraph
.
-
setFontname
Sets the value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontnameParsed
public static org.eclipse.gef.dot.internal.language.fontname.FontName getFontnameParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTNAME__GCNE
attribute of the givenGraph
.
-
setFontnameParsed
public static void setFontnameParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenGraph
to the given fontname value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (parsed) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontnameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (raw) value of the
FONTNAME__GCNE
attribute of the givenNode
.
-
setFontnameRaw
public static void setFontnameRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.- Parameters:
node
- TheNode
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (raw) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
Returns the value of theFONTNAME__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The value of the
FONTNAME__GCNE
attribute of the givenNode
.
-
setFontname
Sets the value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.- Parameters:
node
- TheNode
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontnameParsed
public static org.eclipse.gef.dot.internal.language.fontname.FontName getFontnameParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTNAME__GCNE
attribute of the givenNode
.
-
setFontnameParsed
public static void setFontnameParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenNode
to the given fontname value.- Parameters:
node
- TheNode
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (parsed) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontnameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTNAME__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (raw) value of the
FONTNAME__GCNE
attribute of the givenEdge
.
-
setFontnameRaw
public static void setFontnameRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontname) Sets the (raw) value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (raw) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
Returns the value of theFONTNAME__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The value of the
FONTNAME__GCNE
attribute of the givenEdge
.
-
setFontname
Sets the value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontnameParsed
public static org.eclipse.gef.dot.internal.language.fontname.FontName getFontnameParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theFONTNAME__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTNAME__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTNAME__GCNE
attribute of the givenEdge
.
-
setFontnameParsed
public static void setFontnameParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.fontname.FontName fontname) Sets the (parsed) value of theFONTNAME__GCNE
attribute of the givenEdge
to the given fontname value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTNAME__GCNE
attribute.fontname
- The new (parsed) value of theFONTNAME__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontname value is not supported.
-
getFontsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (raw) value of the
FONTSIZE__GCNE
attribute of the givenGraph
.
-
setFontsizeRaw
public static void setFontsizeRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
Returns the value of theFONTSIZE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The value of the
FONTSIZE__GCNE
attribute of the givenGraph
.
-
setFontsize
Sets the value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTSIZE__GCNE
attribute of the givenGraph
.
-
setFontsizeParsed
Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenGraph
to the given fontsize value.- Parameters:
graph
- TheGraph
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (raw) value of the
FONTSIZE__GCNE
attribute of the givenNode
.
-
setFontsizeRaw
public static void setFontsizeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.- Parameters:
node
- TheNode
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
Returns the value of theFONTSIZE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The value of the
FONTSIZE__GCNE
attribute of the givenNode
.
-
setFontsize
Sets the value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.- Parameters:
node
- TheNode
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTSIZE__GCNE
attribute of the givenNode
.
-
setFontsizeParsed
Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenNode
to the given fontsize value.- Parameters:
node
- TheNode
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theFONTSIZE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (raw) value of the
FONTSIZE__GCNE
attribute of the givenEdge
.
-
setFontsizeRaw
public static void setFontsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontsize) Sets the (raw) value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
Returns the value of theFONTSIZE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The value of the
FONTSIZE__GCNE
attribute of the givenEdge
.
-
setFontsize
Sets the value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theFONTSIZE__GCNE
attribute.- Returns:
- The (parsed) value of the
FONTSIZE__GCNE
attribute of the givenEdge
.
-
setFontsizeParsed
Sets the (parsed) value of theFONTSIZE__GCNE
attribute of the givenEdge
to the given fontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theFONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of theFONTSIZE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given fontsize value is not supported.
-
getForcelabelsRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getForcelabelsRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theFORCELABELS__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFORCELABELS__G
attribute.- Returns:
- The (raw) value of the
FORCELABELS__G
attribute of the givenGraph
.
-
setForcelabelsRaw
public static void setForcelabelsRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID forcelabels) Sets the (raw) value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.- Parameters:
graph
- TheGraph
for which to change the value of theFORCELABELS__G
attribute.forcelabels
- The new (raw) value of theFORCELABELS__G
attribute.- Throws:
IllegalArgumentException
- when the given forcelabels value is not supported.
-
getForcelabels
Returns the value of theFORCELABELS__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFORCELABELS__G
attribute.- Returns:
- The value of the
FORCELABELS__G
attribute of the givenGraph
.
-
setForcelabels
Sets the value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.- Parameters:
graph
- TheGraph
for which to change the value of theFORCELABELS__G
attribute.forcelabels
- The new value of theFORCELABELS__G
attribute.- Throws:
IllegalArgumentException
- when the given forcelabels value is not supported.
-
getForcelabelsParsed
Returns the (parsed) value of theFORCELABELS__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theFORCELABELS__G
attribute.- Returns:
- The (parsed) value of the
FORCELABELS__G
attribute of the givenGraph
.
-
setForcelabelsParsed
Sets the (parsed) value of theFORCELABELS__G
attribute of the givenGraph
to the given forcelabels value.- Parameters:
graph
- TheGraph
for which to change the value of theFORCELABELS__G
attribute.forcelabels
- The new (parsed) value of theFORCELABELS__G
attribute.- Throws:
IllegalArgumentException
- when the given forcelabels value is not supported.
-
getHeadLpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadLpRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEAD_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEAD_LP__E
attribute.- Returns:
- The (raw) value of the
HEAD_LP__E
attribute of the givenEdge
.
-
setHeadLpRaw
public static void setHeadLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headLp) Sets the (raw) value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.- Parameters:
edge
- TheEdge
for which to change the value of theHEAD_LP__E
attribute.headLp
- The new (raw) value of theHEAD_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given headLp value is not supported.
-
getHeadLp
Returns the value of theHEAD_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEAD_LP__E
attribute.- Returns:
- The value of the
HEAD_LP__E
attribute of the givenEdge
.
-
setHeadLp
Sets the value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.- Parameters:
edge
- TheEdge
for which to change the value of theHEAD_LP__E
attribute.headLp
- The new value of theHEAD_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given headLp value is not supported.
-
getHeadLpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getHeadLpParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEAD_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEAD_LP__E
attribute.- Returns:
- The (parsed) value of the
HEAD_LP__E
attribute of the givenEdge
.
-
setHeadLpParsed
public static void setHeadLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point headLp) Sets the (parsed) value of theHEAD_LP__E
attribute of the givenEdge
to the given headLp value.- Parameters:
edge
- TheEdge
for which to change the value of theHEAD_LP__E
attribute.headLp
- The new (parsed) value of theHEAD_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given headLp value is not supported.
-
getHeadlabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadlabelRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADLABEL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADLABEL__E
attribute.- Returns:
- The (raw) value of the
HEADLABEL__E
attribute of the givenEdge
.
-
setHeadlabelRaw
public static void setHeadlabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headlabel) Sets the (raw) value of theHEADLABEL__E
attribute of the givenEdge
to the given headlabel value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADLABEL__E
attribute.headlabel
- The new (raw) value of theHEADLABEL__E
attribute.- Throws:
IllegalArgumentException
- when the given headlabel value is not supported.
-
getHeadlabel
Returns the value of theHEADLABEL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADLABEL__E
attribute.- Returns:
- The value of the
HEADLABEL__E
attribute of the givenEdge
.
-
setHeadlabel
Sets the value of theHEADLABEL__E
attribute of the givenEdge
to the given headlabel value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADLABEL__E
attribute.headlabel
- The new value of theHEADLABEL__E
attribute.- Throws:
IllegalArgumentException
- when the given headlabel value is not supported.
-
getHeadportRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadportRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADPORT__E
attribute.- Returns:
- The (raw) value of the
HEADPORT__E
attribute of the givenEdge
.
-
setHeadportRaw
public static void setHeadportRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headport) Sets the (raw) value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADPORT__E
attribute.headport
- The new (raw) value of theHEADPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given headport value is not supported.
-
getHeadport
Returns the value of theHEADPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADPORT__E
attribute.- Returns:
- The value of the
HEADPORT__E
attribute of the givenEdge
.
-
setHeadport
Sets the value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADPORT__E
attribute.headport
- The new value of theHEADPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given headport value is not supported.
-
getHeadportParsed
public static org.eclipse.gef.dot.internal.language.portpos.PortPos getHeadportParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEADPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADPORT__E
attribute.- Returns:
- The (parsed) value of the
HEADPORT__E
attribute of the givenEdge
.
-
setHeadportParsed
public static void setHeadportParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos headport) Sets the (parsed) value of theHEADPORT__E
attribute of the givenEdge
to the given headport value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADPORT__E
attribute.headport
- The new (parsed) value of theHEADPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given headport value is not supported.
-
getHeadtooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadtooltipRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theHEADTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADTOOLTIP__E
attribute.- Returns:
- The (raw) value of the
HEADTOOLTIP__E
attribute of the givenEdge
.
-
setHeadtooltipRaw
public static void setHeadtooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headtooltip) Sets the (raw) value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADTOOLTIP__E
attribute.headtooltip
- The new (raw) value of theHEADTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given headtooltip value is not supported.
-
getHeadtooltip
Returns the value of theHEADTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADTOOLTIP__E
attribute.- Returns:
- The value of the
HEADTOOLTIP__E
attribute of the givenEdge
.
-
setHeadtooltip
Sets the value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADTOOLTIP__E
attribute.headtooltip
- The new value of theHEADTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given headtooltip value is not supported.
-
getHeadtooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getHeadtooltipParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theHEADTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theHEADTOOLTIP__E
attribute.- Returns:
- The (parsed) value of the
HEADTOOLTIP__E
attribute of the givenEdge
.
-
setHeadtooltipParsed
public static void setHeadtooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString headtooltip) Sets the (parsed) value of theHEADTOOLTIP__E
attribute of the givenEdge
to the given headtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theHEADTOOLTIP__E
attribute.headtooltip
- The new (parsed) value of theHEADTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given headtooltip value is not supported.
-
getHeightRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getHeightRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theHEIGHT__N
attribute of the givenNode
. -
setHeightRaw
public static void setHeightRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID height) Sets the (raw) value of theHEIGHT__N
attribute of the givenNode
to the given height value.- Parameters:
node
- TheNode
for which to change the value of theHEIGHT__N
attribute.height
- The new (raw) value of theHEIGHT__N
attribute.- Throws:
IllegalArgumentException
- when the given height value is not supported.
-
getHeight
Returns the value of theHEIGHT__N
attribute of the givenNode
. -
setHeight
Sets the value of theHEIGHT__N
attribute of the givenNode
to the given height value.- Parameters:
node
- TheNode
for which to change the value of theHEIGHT__N
attribute.height
- The new value of theHEIGHT__N
attribute.- Throws:
IllegalArgumentException
- when the given height value is not supported.
-
getHeightParsed
Returns the (parsed) value of theHEIGHT__N
attribute of the givenNode
. -
setHeightParsed
Sets the (parsed) value of theHEIGHT__N
attribute of the givenNode
to the given height value.- Parameters:
node
- TheNode
for which to change the value of theHEIGHT__N
attribute.height
- The new (parsed) value of theHEIGHT__N
attribute.- Throws:
IllegalArgumentException
- when the given height value is not supported.
-
getIdRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theID__GCNE
attribute of the givenGraph
. -
setIdRaw
public static void setIdRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenGraph
to the given id value.- Parameters:
graph
- TheGraph
for which to change the value of theID__GCNE
attribute.id
- The new (raw) value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getId
Returns the value of theID__GCNE
attribute of the givenGraph
. -
setId
Sets the value of theID__GCNE
attribute of the givenGraph
to the given id value.- Parameters:
graph
- TheGraph
for which to change the value of theID__GCNE
attribute.id
- The new value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getIdRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theID__GCNE
attribute of the givenNode
. -
setIdRaw
public static void setIdRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenNode
to the given id value.- Parameters:
node
- TheNode
for which to change the value of theID__GCNE
attribute.id
- The new (raw) value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getId
Returns the value of theID__GCNE
attribute of the givenNode
. -
setId
Sets the value of theID__GCNE
attribute of the givenNode
to the given id value.- Parameters:
node
- TheNode
for which to change the value of theID__GCNE
attribute.id
- The new value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getIdRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theID__GCNE
attribute of the givenEdge
. -
setIdRaw
public static void setIdRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID id) Sets the (raw) value of theID__GCNE
attribute of the givenEdge
to the given id value.- Parameters:
edge
- TheEdge
for which to change the value of theID__GCNE
attribute.id
- The new (raw) value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getId
Returns the value of theID__GCNE
attribute of the givenEdge
. -
setId
Sets the value of theID__GCNE
attribute of the givenEdge
to the given id value.- Parameters:
edge
- TheEdge
for which to change the value of theID__GCNE
attribute.id
- The new value of theID__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given id value is not supported.
-
getLabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLABEL__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The (raw) value of the
LABEL__GCNE
attribute of the givenGraph
.
-
setLabelRaw
public static void setLabelRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenGraph
to the given label value.- Parameters:
graph
- TheGraph
for which to change the value of theLABEL__GCNE
attribute.label
- The new (raw) value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabel
Returns the value of theLABEL__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The value of the
LABEL__GCNE
attribute of the givenGraph
.
-
setLabel
Sets the value of theLABEL__GCNE
attribute of the givenGraph
to the given label value.- Parameters:
graph
- TheGraph
for which to change the value of theLABEL__GCNE
attribute.label
- The new value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theLABEL__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The (raw) value of the
LABEL__GCNE
attribute of the givenNode
.
-
setLabelRaw
public static void setLabelRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenNode
to the given label value.- Parameters:
node
- TheNode
for which to change the value of theLABEL__GCNE
attribute.label
- The new (raw) value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabel
Returns the value of theLABEL__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The value of the
LABEL__GCNE
attribute of the givenNode
.
-
setLabel
Sets the value of theLABEL__GCNE
attribute of the givenNode
to the given label value.- Parameters:
node
- TheNode
for which to change the value of theLABEL__GCNE
attribute.label
- The new value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABEL__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The (raw) value of the
LABEL__GCNE
attribute of the givenEdge
.
-
setLabelRaw
public static void setLabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID label) Sets the (raw) value of theLABEL__GCNE
attribute of the givenEdge
to the given label value.- Parameters:
edge
- TheEdge
for which to change the value of theLABEL__GCNE
attribute.label
- The new (raw) value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabel
Returns the value of theLABEL__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABEL__GCNE
attribute.- Returns:
- The value of the
LABEL__GCNE
attribute of the givenEdge
.
-
setLabel
Sets the value of theLABEL__GCNE
attribute of the givenEdge
to the given label value.- Parameters:
edge
- TheEdge
for which to change the value of theLABEL__GCNE
attribute.label
- The new value of theLABEL__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given label value is not supported.
-
getLabelfontcolorRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontcolorRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTCOLOR__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTCOLOR__E
attribute.- Returns:
- The (raw) value of the
LABELFONTCOLOR__E
attribute of the givenEdge
.
-
setLabelfontcolorRaw
public static void setLabelfontcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontcolor) Sets the (raw) value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTCOLOR__E
attribute.labelfontcolor
- The new (raw) value of theLABELFONTCOLOR__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontcolor value is not supported.
-
getLabelfontcolor
Returns the value of theLABELFONTCOLOR__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTCOLOR__E
attribute.- Returns:
- The value of the
LABELFONTCOLOR__E
attribute of the givenEdge
.
-
setLabelfontcolor
Sets the value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTCOLOR__E
attribute.labelfontcolor
- The new value of theLABELFONTCOLOR__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontcolor value is not supported.
-
getLabelfontcolorParsed
public static org.eclipse.gef.dot.internal.language.color.Color getLabelfontcolorParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELFONTCOLOR__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTCOLOR__E
attribute.- Returns:
- The (parsed) value of the
LABELFONTCOLOR__E
attribute of the givenEdge
.
-
setLabelfontcolorParsed
public static void setLabelfontcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color labelfontcolor) Sets the (parsed) value of theLABELFONTCOLOR__E
attribute of the givenEdge
to the given labelfontcolor value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTCOLOR__E
attribute.labelfontcolor
- The new (parsed) value of theLABELFONTCOLOR__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontcolor value is not supported.
-
getLabelfontnameRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontnameRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTNAME__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTNAME__E
attribute.- Returns:
- The (raw) value of the
LABELFONTNAME__E
attribute of the givenEdge
.
-
setLabelfontnameRaw
public static void setLabelfontnameRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontname) Sets the (raw) value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTNAME__E
attribute.labelfontname
- The new (raw) value of theLABELFONTNAME__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontname value is not supported.
-
getLabelfontname
Returns the value of theLABELFONTNAME__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTNAME__E
attribute.- Returns:
- The value of the
LABELFONTNAME__E
attribute of the givenEdge
.
-
setLabelfontname
Sets the value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTNAME__E
attribute.labelfontname
- The new value of theLABELFONTNAME__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontname value is not supported.
-
getLabelfontnameParsed
public static org.eclipse.gef.dot.internal.language.fontname.FontName getLabelfontnameParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELFONTNAME__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTNAME__E
attribute.- Returns:
- The (parsed) value of the
LABELFONTNAME__E
attribute of the givenEdge
.
-
setLabelfontnameParsed
public static void setLabelfontnameParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.fontname.FontName labelfontname) Sets the (parsed) value of theLABELFONTNAME__E
attribute of the givenEdge
to the given labelfontname value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTNAME__E
attribute.labelfontname
- The new (parsed) value of theLABELFONTNAME__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontname value is not supported.
-
getLabelfontsizeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontsizeRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELFONTSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTSIZE__E
attribute.- Returns:
- The (raw) value of the
LABELFONTSIZE__E
attribute of the givenEdge
.
-
setLabelfontsizeRaw
public static void setLabelfontsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontsize) Sets the (raw) value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTSIZE__E
attribute.labelfontsize
- The new (raw) value of theLABELFONTSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontsize value is not supported.
-
getLabelfontsize
Returns the value of theLABELFONTSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTSIZE__E
attribute.- Returns:
- The value of the
LABELFONTSIZE__E
attribute of the givenEdge
.
-
setLabelfontsize
Sets the value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTSIZE__E
attribute.labelfontsize
- The new value of theLABELFONTSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontsize value is not supported.
-
getLabelfontsizeParsed
Returns the (parsed) value of theLABELFONTSIZE__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELFONTSIZE__E
attribute.- Returns:
- The (parsed) value of the
LABELFONTSIZE__E
attribute of the givenEdge
.
-
setLabelfontsizeParsed
Sets the (parsed) value of theLABELFONTSIZE__E
attribute of the givenEdge
to the given labelfontsize value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELFONTSIZE__E
attribute.labelfontsize
- The new (parsed) value of theLABELFONTSIZE__E
attribute.- Throws:
IllegalArgumentException
- when the given labelfontsize value is not supported.
-
getLabeltooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLabeltooltipRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLABELTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELTOOLTIP__E
attribute.- Returns:
- The (raw) value of the
LABELTOOLTIP__E
attribute of the givenEdge
.
-
setLabeltooltipRaw
public static void setLabeltooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labeltooltip) Sets the (raw) value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELTOOLTIP__E
attribute.labeltooltip
- The new (raw) value of theLABELTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given labeltooltip value is not supported.
-
getLabeltooltip
Returns the value of theLABELTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELTOOLTIP__E
attribute.- Returns:
- The value of the
LABELTOOLTIP__E
attribute of the givenEdge
.
-
setLabeltooltip
Sets the value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELTOOLTIP__E
attribute.labeltooltip
- The new value of theLABELTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given labeltooltip value is not supported.
-
getLabeltooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getLabeltooltipParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLABELTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theLABELTOOLTIP__E
attribute.- Returns:
- The (parsed) value of the
LABELTOOLTIP__E
attribute of the givenEdge
.
-
setLabeltooltipParsed
public static void setLabeltooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString labeltooltip) Sets the (parsed) value of theLABELTOOLTIP__E
attribute of the givenEdge
to the given labeltooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theLABELTOOLTIP__E
attribute.labeltooltip
- The new (parsed) value of theLABELTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given labeltooltip value is not supported.
-
getLayoutRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLayoutRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLAYOUT__G
attribute of the givenGraph
. -
setLayoutRaw
public static void setLayoutRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID layout) Sets the (raw) value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.- Parameters:
graph
- TheGraph
for which to change the value of theLAYOUT__G
attribute.layout
- The new (raw) value of theLAYOUT__G
attribute.- Throws:
IllegalArgumentException
- when the given layout value is not supported.
-
getLayout
Returns the value of theLAYOUT__G
attribute of the givenGraph
. -
setLayout
Sets the value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.- Parameters:
graph
- TheGraph
for which to change the value of theLAYOUT__G
attribute.layout
- The new value of theLAYOUT__G
attribute.- Throws:
IllegalArgumentException
- when the given layout value is not supported.
-
getLayoutParsed
public static org.eclipse.gef.dot.internal.language.layout.Layout getLayoutParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theLAYOUT__G
attribute of the givenGraph
. -
setLayoutParsed
public static void setLayoutParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.layout.Layout layout) Sets the (parsed) value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.- Parameters:
graph
- TheGraph
for which to change the value of theLAYOUT__G
attribute.layout
- The new (parsed) value of theLAYOUT__G
attribute.- Throws:
IllegalArgumentException
- when the given layout value is not supported.
-
getLpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLpRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theLP__GCE
attribute of the givenGraph
. -
setLpRaw
public static void setLpRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID lp) Sets the (raw) value of theLP__GCE
attribute of the givenGraph
to the given lp value.- Parameters:
graph
- TheGraph
for which to change the value of theLP__GCE
attribute.lp
- The new (raw) value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getLp
Returns the value of theLP__GCE
attribute of the givenGraph
. -
setLp
Sets the value of theLP__GCE
attribute of the givenGraph
to the given lp value.- Parameters:
graph
- TheGraph
for which to change the value of theLP__GCE
attribute.lp
- The new value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getLpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getLpParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theLP__GCE
attribute of the givenGraph
. -
setLpParsed
public static void setLpParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.point.Point lp) Sets the (parsed) value of theLP__GCE
attribute of the givenGraph
to the given lp value.- Parameters:
graph
- TheGraph
for which to change the value of theLP__GCE
attribute.lp
- The new (parsed) value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getLpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getLpRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theLP__GCE
attribute of the givenEdge
. -
setLpRaw
public static void setLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID lp) Sets the (raw) value of theLP__GCE
attribute of the givenEdge
to the given lp value.- Parameters:
edge
- TheEdge
for which to change the value of theLP__GCE
attribute.lp
- The new (raw) value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getLp
Returns the value of theLP__GCE
attribute of the givenEdge
. -
setLp
Sets the value of theLP__GCE
attribute of the givenEdge
to the given lp value.- Parameters:
edge
- TheEdge
for which to change the value of theLP__GCE
attribute.lp
- The new value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getLpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getLpParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theLP__GCE
attribute of the givenEdge
. -
setLpParsed
public static void setLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point lp) Sets the (parsed) value of theLP__GCE
attribute of the givenEdge
to the given lp value.- Parameters:
edge
- TheEdge
for which to change the value of theLP__GCE
attribute.lp
- The new (parsed) value of theLP__GCE
attribute.- Throws:
IllegalArgumentException
- when the given lp value is not supported.
-
getNodesepRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getNodesepRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theNODESEP__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theNODESEP__G
attribute.- Returns:
- The (raw) value of the
NODESEP__G
attribute of the givenGraph
.
-
setNodesepRaw
public static void setNodesepRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID nodesep) Sets the (raw) value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.- Parameters:
graph
- TheGraph
for which to change the value of theNODESEP__G
attribute.nodesep
- The new (raw) value of theNODESEP__G
attribute.- Throws:
IllegalArgumentException
- when the given nodesep value is not supported.
-
getNodesep
Returns the value of theNODESEP__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theNODESEP__G
attribute.- Returns:
- The value of the
NODESEP__G
attribute of the givenGraph
.
-
setNodesep
Sets the value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.- Parameters:
graph
- TheGraph
for which to change the value of theNODESEP__G
attribute.nodesep
- The new value of theNODESEP__G
attribute.- Throws:
IllegalArgumentException
- when the given nodesep value is not supported.
-
getNodesepParsed
Returns the (parsed) value of theNODESEP__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theNODESEP__G
attribute.- Returns:
- The (parsed) value of the
NODESEP__G
attribute of the givenGraph
.
-
setNodesepParsed
Sets the (parsed) value of theNODESEP__G
attribute of the givenGraph
to the given nodesep value.- Parameters:
graph
- TheGraph
for which to change the value of theNODESEP__G
attribute.nodesep
- The new (parsed) value of theNODESEP__G
attribute.- Throws:
IllegalArgumentException
- when the given nodesep value is not supported.
-
getOutputorderRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getOutputorderRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theOUTPUTORDER__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theOUTPUTORDER__G
attribute.- Returns:
- The (raw) value of the
OUTPUTORDER__G
attribute of the givenGraph
.
-
setOutputorderRaw
public static void setOutputorderRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID outputorder) Sets the (raw) value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.- Parameters:
graph
- TheGraph
for which to change the value of theOUTPUTORDER__G
attribute.outputorder
- The new (raw) value of theOUTPUTORDER__G
attribute.- Throws:
IllegalArgumentException
- when the given outputorder value is not supported.
-
getOutputorder
Returns the value of theOUTPUTORDER__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theOUTPUTORDER__G
attribute.- Returns:
- The value of the
OUTPUTORDER__G
attribute of the givenGraph
.
-
setOutputorder
Sets the value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.- Parameters:
graph
- TheGraph
for which to change the value of theOUTPUTORDER__G
attribute.outputorder
- The new value of theOUTPUTORDER__G
attribute.- Throws:
IllegalArgumentException
- when the given outputorder value is not supported.
-
getOutputorderParsed
public static org.eclipse.gef.dot.internal.language.outputmode.OutputMode getOutputorderParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theOUTPUTORDER__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theOUTPUTORDER__G
attribute.- Returns:
- The (parsed) value of the
OUTPUTORDER__G
attribute of the givenGraph
.
-
setOutputorderParsed
public static void setOutputorderParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.outputmode.OutputMode outputorder) Sets the (parsed) value of theOUTPUTORDER__G
attribute of the givenGraph
to the given outputorder value.- Parameters:
graph
- TheGraph
for which to change the value of theOUTPUTORDER__G
attribute.outputorder
- The new (parsed) value of theOUTPUTORDER__G
attribute.- Throws:
IllegalArgumentException
- when the given outputorder value is not supported.
-
getPagedirRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPagedirRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of thePAGEDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePAGEDIR__G
attribute.- Returns:
- The (raw) value of the
PAGEDIR__G
attribute of the givenGraph
.
-
setPagedirRaw
public static void setPagedirRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID pagedir) Sets the (raw) value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.- Parameters:
graph
- TheGraph
for which to change the value of thePAGEDIR__G
attribute.pagedir
- The new (raw) value of thePAGEDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given pagedir value is not supported.
-
getPagedir
Returns the value of thePAGEDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePAGEDIR__G
attribute.- Returns:
- The value of the
PAGEDIR__G
attribute of the givenGraph
.
-
setPagedir
Sets the value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.- Parameters:
graph
- TheGraph
for which to change the value of thePAGEDIR__G
attribute.pagedir
- The new value of thePAGEDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given pagedir value is not supported.
-
getPagedirParsed
public static org.eclipse.gef.dot.internal.language.pagedir.Pagedir getPagedirParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of thePAGEDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePAGEDIR__G
attribute.- Returns:
- The (parsed) value of the
PAGEDIR__G
attribute of the givenGraph
.
-
setPagedirParsed
public static void setPagedirParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.pagedir.Pagedir pagedir) Sets the (parsed) value of thePAGEDIR__G
attribute of the givenGraph
to the given pagedir value.- Parameters:
graph
- TheGraph
for which to change the value of thePAGEDIR__G
attribute.pagedir
- The new (parsed) value of thePAGEDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given pagedir value is not supported.
-
getPenwidthRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPenwidthRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (raw) value of the
PENWIDTH__CNE
attribute of the givenGraph
.
-
setPenwidthRaw
public static void setPenwidthRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.- Parameters:
graph
- TheGraph
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (raw) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
Returns the value of thePENWIDTH__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The value of the
PENWIDTH__CNE
attribute of the givenGraph
.
-
setPenwidth
Sets the value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.- Parameters:
graph
- TheGraph
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (parsed) value of the
PENWIDTH__CNE
attribute of the givenGraph
.
-
setPenwidthParsed
Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenGraph
to the given penwidth value.- Parameters:
graph
- TheGraph
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (parsed) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPenwidthRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (raw) value of the
PENWIDTH__CNE
attribute of the givenNode
.
-
setPenwidthRaw
public static void setPenwidthRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.- Parameters:
node
- TheNode
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (raw) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
Returns the value of thePENWIDTH__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The value of the
PENWIDTH__CNE
attribute of the givenNode
.
-
setPenwidth
Sets the value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.- Parameters:
node
- TheNode
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (parsed) value of the
PENWIDTH__CNE
attribute of the givenNode
.
-
setPenwidthParsed
Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenNode
to the given penwidth value.- Parameters:
node
- TheNode
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (parsed) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPenwidthRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of thePENWIDTH__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (raw) value of the
PENWIDTH__CNE
attribute of the givenEdge
.
-
setPenwidthRaw
public static void setPenwidthRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID penwidth) Sets the (raw) value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.- Parameters:
edge
- TheEdge
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (raw) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
Returns the value of thePENWIDTH__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The value of the
PENWIDTH__CNE
attribute of the givenEdge
.
-
setPenwidth
Sets the value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.- Parameters:
edge
- TheEdge
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of thePENWIDTH__CNE
attribute.- Returns:
- The (parsed) value of the
PENWIDTH__CNE
attribute of the givenEdge
.
-
setPenwidthParsed
Sets the (parsed) value of thePENWIDTH__CNE
attribute of the givenEdge
to the given penwidth value.- Parameters:
edge
- TheEdge
for which to change the value of thePENWIDTH__CNE
attribute.penwidth
- The new (parsed) value of thePENWIDTH__CNE
attribute.- Throws:
IllegalArgumentException
- when the given penwidth value is not supported.
-
getPosRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPosRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of thePOS__NE
attribute of the givenNode
. -
setPosRaw
public static void setPosRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID pos) Sets the (raw) value of thePOS__NE
attribute of the givenNode
to the given pos value.- Parameters:
node
- TheNode
for which to change the value of thePOS__NE
attribute.pos
- The new (raw) value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getPos
Returns the value of thePOS__NE
attribute of the givenNode
. -
setPos
Sets the value of thePOS__NE
attribute of the givenNode
to the given pos value.- Parameters:
node
- TheNode
for which to change the value of thePOS__NE
attribute.pos
- The new value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getPosParsed
public static org.eclipse.gef.dot.internal.language.point.Point getPosParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of thePOS__NE
attribute of the givenNode
. -
setPosParsed
public static void setPosParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point pos) Sets the (parsed) value of thePOS__NE
attribute of the givenNode
to the given pos value.- Parameters:
node
- TheNode
for which to change the value of thePOS__NE
attribute.pos
- The new (parsed) value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getPosRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getPosRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of thePOS__NE
attribute of the givenEdge
. -
setPosRaw
public static void setPosRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID pos) Sets the (raw) value of thePOS__NE
attribute of the givenEdge
to the given pos value.- Parameters:
edge
- TheEdge
for which to change the value of thePOS__NE
attribute.pos
- The new (raw) value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getPos
Returns the value of thePOS__NE
attribute of the givenEdge
. -
setPos
Sets the value of thePOS__NE
attribute of the givenEdge
to the given pos value.- Parameters:
edge
- TheEdge
for which to change the value of thePOS__NE
attribute.pos
- The new value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getPosParsed
public static org.eclipse.gef.dot.internal.language.splinetype.SplineType getPosParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of thePOS__NE
attribute of the givenEdge
. -
setPosParsed
public static void setPosParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.splinetype.SplineType pos) Sets the (parsed) value of thePOS__NE
attribute of the givenEdge
to the given pos value.- Parameters:
edge
- TheEdge
for which to change the value of thePOS__NE
attribute.pos
- The new (parsed) value of thePOS__NE
attribute.- Throws:
IllegalArgumentException
- when the given pos value is not supported.
-
getRankRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getRankRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theRANK__S
attribute of the givenGraph
. -
setRankRaw
public static void setRankRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rank) Sets the (raw) value of theRANK__S
attribute of the givenGraph
to the given rank value.- Parameters:
graph
- TheGraph
for which to change the value of theRANK__S
attribute.rank
- The new (raw) value of theRANK__S
attribute.- Throws:
IllegalArgumentException
- when the given rank value is not supported.
-
getRank
Returns the value of theRANK__S
attribute of the givenGraph
. -
setRank
Sets the value of theRANK__S
attribute of the givenGraph
to the given rank value.- Parameters:
graph
- TheGraph
for which to change the value of theRANK__S
attribute.rank
- The new value of theRANK__S
attribute.- Throws:
IllegalArgumentException
- when the given rank value is not supported.
-
getRankParsed
public static org.eclipse.gef.dot.internal.language.ranktype.RankType getRankParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theRANK__S
attribute of the givenGraph
. -
setRankParsed
public static void setRankParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.ranktype.RankType rank) Sets the (parsed) value of theRANK__S
attribute of the givenGraph
to the given rank value.- Parameters:
graph
- TheGraph
for which to change the value of theRANK__S
attribute.rank
- The new (parsed) value of theRANK__S
attribute.- Throws:
IllegalArgumentException
- when the given rank value is not supported.
-
getRankdirRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getRankdirRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theRANKDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theRANKDIR__G
attribute.- Returns:
- The (raw) value of the
RANKDIR__G
attribute of the givenGraph
.
-
setRankdirRaw
public static void setRankdirRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rankdir) Sets the (raw) value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.- Parameters:
graph
- TheGraph
for which to change the value of theRANKDIR__G
attribute.rankdir
- The new (raw) value of theRANKDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given rankdir value is not supported.
-
getRankdir
Returns the value of theRANKDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theRANKDIR__G
attribute.- Returns:
- The value of the
RANKDIR__G
attribute of the givenGraph
.
-
setRankdir
Sets the value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.- Parameters:
graph
- TheGraph
for which to change the value of theRANKDIR__G
attribute.rankdir
- The new value of theRANKDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given rankdir value is not supported.
-
getRankdirParsed
public static org.eclipse.gef.dot.internal.language.rankdir.Rankdir getRankdirParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theRANKDIR__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theRANKDIR__G
attribute.- Returns:
- The (parsed) value of the
RANKDIR__G
attribute of the givenGraph
.
-
setRankdirParsed
public static void setRankdirParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir) Sets the (parsed) value of theRANKDIR__G
attribute of the givenGraph
to the given rankdir value.- Parameters:
graph
- TheGraph
for which to change the value of theRANKDIR__G
attribute.rankdir
- The new (parsed) value of theRANKDIR__G
attribute.- Throws:
IllegalArgumentException
- when the given rankdir value is not supported.
-
getShapeRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getShapeRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSHAPE__N
attribute of the givenNode
. -
setShapeRaw
public static void setShapeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID shape) Sets the (raw) value of theSHAPE__N
attribute of the givenNode
to the given shape value.- Parameters:
node
- TheNode
for which to change the value of theSHAPE__N
attribute.shape
- The new (raw) value of theSHAPE__N
attribute.- Throws:
IllegalArgumentException
- when the given shape value is not supported.
-
getShape
Returns the value of theSHAPE__N
attribute of the givenNode
. -
setShape
Sets the value of theSHAPE__N
attribute of the givenNode
to the given shape value.- Parameters:
node
- TheNode
for which to change the value of theSHAPE__N
attribute.shape
- The new value of theSHAPE__N
attribute.- Throws:
IllegalArgumentException
- when the given shape value is not supported.
-
getShapeParsed
public static org.eclipse.gef.dot.internal.language.shape.Shape getShapeParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSHAPE__N
attribute of the givenNode
. -
setShapeParsed
public static void setShapeParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.shape.Shape shape) Sets the (parsed) value of theSHAPE__N
attribute of the givenNode
to the given shape value.- Parameters:
node
- TheNode
for which to change the value of theSHAPE__N
attribute.shape
- The new (parsed) value of theSHAPE__N
attribute.- Throws:
IllegalArgumentException
- when the given shape value is not supported.
-
getSidesRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getSidesRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSIDES__N
attribute of the givenNode
. -
setSidesRaw
public static void setSidesRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID sides) Sets the (raw) value of theSIDES__N
attribute of the givenNode
to the given sides value.- Parameters:
node
- TheNode
for which to change the value of theSIDES__N
attribute.sides
- The new (raw) value of theSIDES__N
attribute.- Throws:
IllegalArgumentException
- when the given sides value is not supported.
-
getSides
Returns the value of theSIDES__N
attribute of the givenNode
. -
setSides
Sets the value of theSIDES__N
attribute of the givenNode
to the given sides value.- Parameters:
node
- TheNode
for which to change the value of theSIDES__N
attribute.sides
- The new value of theSIDES__N
attribute.- Throws:
IllegalArgumentException
- when the given sides value is not supported.
-
getSidesParsed
Returns the (parsed) value of theSIDES__N
attribute of the givenNode
. -
setSidesParsed
Sets the (parsed) value of theSIDES__N
attribute of the givenNode
to the given sides value.- Parameters:
node
- TheNode
for which to change the value of theSIDES__N
attribute.sides
- The new (parsed) value of theSIDES__N
attribute.- Throws:
IllegalArgumentException
- when the given sides value is not supported.
-
getSkewRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getSkewRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSKEW__N
attribute of the givenNode
. -
setSkewRaw
public static void setSkewRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID skew) Sets the (raw) value of theSKEW__N
attribute of the givenNode
to the given skew value.- Parameters:
node
- TheNode
for which to change the value of theSKEW__N
attribute.skew
- The new (raw) value of theSKEW__N
attribute.- Throws:
IllegalArgumentException
- when the given skew value is not supported.
-
getSkew
Returns the value of theSKEW__N
attribute of the givenNode
. -
setSkew
Sets the value of theSKEW__N
attribute of the givenNode
to the given skew value.- Parameters:
node
- TheNode
for which to change the value of theSKEW__N
attribute.skew
- The new value of theSKEW__N
attribute.- Throws:
IllegalArgumentException
- when the given skew value is not supported.
-
getSkewParsed
Returns the (parsed) value of theSKEW__N
attribute of the givenNode
. -
setSkewParsed
Sets the (parsed) value of theSKEW__N
attribute of the givenNode
to the given skew value.- Parameters:
node
- TheNode
for which to change the value of theSKEW__N
attribute.skew
- The new (parsed) value of theSKEW__N
attribute.- Throws:
IllegalArgumentException
- when the given skew value is not supported.
-
getSplinesRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getSplinesRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theSPLINES__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSPLINES__G
attribute.- Returns:
- The (raw) value of the
SPLINES__G
attribute of the givenGraph
.
-
setSplinesRaw
public static void setSplinesRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID splines) Sets the (raw) value of theSPLINES__G
attribute of the givenGraph
to the given splines value.- Parameters:
graph
- TheGraph
for which to change the value of theSPLINES__G
attribute.splines
- The new (raw) value of theSPLINES__G
attribute.- Throws:
IllegalArgumentException
- when the given splines value is not supported.
-
getSplines
Returns the value of theSPLINES__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSPLINES__G
attribute.- Returns:
- The value of the
SPLINES__G
attribute of the givenGraph
.
-
setSplines
Sets the value of theSPLINES__G
attribute of the givenGraph
to the given splines value.- Parameters:
graph
- TheGraph
for which to change the value of theSPLINES__G
attribute.splines
- The new value of theSPLINES__G
attribute.- Throws:
IllegalArgumentException
- when the given splines value is not supported.
-
getSplinesParsed
public static org.eclipse.gef.dot.internal.language.splines.Splines getSplinesParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theSPLINES__G
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSPLINES__G
attribute.- Returns:
- The (parsed) value of the
SPLINES__G
attribute of the givenGraph
.
-
setSplinesParsed
public static void setSplinesParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.splines.Splines splines) Sets the (parsed) value of theSPLINES__G
attribute of the givenGraph
to the given splines value.- Parameters:
graph
- TheGraph
for which to change the value of theSPLINES__G
attribute.splines
- The new (parsed) value of theSPLINES__G
attribute.- Throws:
IllegalArgumentException
- when the given splines value is not supported.
-
getStyleRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (raw) value of the
STYLE__GCNE
attribute of the givenGraph
.
-
setStyleRaw
public static void setStyleRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.- Parameters:
graph
- TheGraph
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (raw) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyle
Returns the value of theSTYLE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The value of the
STYLE__GCNE
attribute of the givenGraph
.
-
setStyle
Sets the value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.- Parameters:
graph
- TheGraph
for which to change the value of theSTYLE__GCNE
attribute.style
- The new value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyleParsed
public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (parsed) value of the
STYLE__GCNE
attribute of the givenGraph
.
-
setStyleParsed
public static void setStyleParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.- Parameters:
graph
- TheGraph
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (parsed) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyleRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (raw) value of the
STYLE__GCNE
attribute of the givenNode
.
-
setStyleRaw
public static void setStyleRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.- Parameters:
node
- TheNode
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (raw) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyle
Returns the value of theSTYLE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The value of the
STYLE__GCNE
attribute of the givenNode
.
-
setStyle
Sets the value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.- Parameters:
node
- TheNode
for which to change the value of theSTYLE__GCNE
attribute.style
- The new value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyleParsed
public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (parsed) value of the
STYLE__GCNE
attribute of the givenNode
.
-
setStyleParsed
public static void setStyleParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenNode
to the given style value.- Parameters:
node
- TheNode
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (parsed) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyleRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theSTYLE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (raw) value of the
STYLE__GCNE
attribute of the givenEdge
.
-
setStyleRaw
public static void setStyleRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID style) Sets the (raw) value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.- Parameters:
edge
- TheEdge
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (raw) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyle
Returns the value of theSTYLE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The value of the
STYLE__GCNE
attribute of the givenEdge
.
-
setStyle
Sets the value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.- Parameters:
edge
- TheEdge
for which to change the value of theSTYLE__GCNE
attribute.style
- The new value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getStyleParsed
public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theSTYLE__GCNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theSTYLE__GCNE
attribute.- Returns:
- The (parsed) value of the
STYLE__GCNE
attribute of the givenEdge
.
-
setStyleParsed
public static void setStyleParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.style.Style style) Sets the (parsed) value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.- Parameters:
edge
- TheEdge
for which to change the value of theSTYLE__GCNE
attribute.style
- The new (parsed) value of theSTYLE__GCNE
attribute.- Throws:
IllegalArgumentException
- when the given style value is not supported.
-
getTailLpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTailLpRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAIL_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAIL_LP__E
attribute.- Returns:
- The (raw) value of the
TAIL_LP__E
attribute of the givenEdge
.
-
setTailLpRaw
public static void setTailLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailLp) Sets the (raw) value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.- Parameters:
edge
- TheEdge
for which to change the value of theTAIL_LP__E
attribute.tailLp
- The new (raw) value of theTAIL_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailLp value is not supported.
-
getTailLp
Returns the value of theTAIL_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAIL_LP__E
attribute.- Returns:
- The value of the
TAIL_LP__E
attribute of the givenEdge
.
-
setTailLp
Sets the value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.- Parameters:
edge
- TheEdge
for which to change the value of theTAIL_LP__E
attribute.tailLp
- The new value of theTAIL_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailLp value is not supported.
-
getTailLpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getTailLpParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAIL_LP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAIL_LP__E
attribute.- Returns:
- The (parsed) value of the
TAIL_LP__E
attribute of the givenEdge
.
-
setTailLpParsed
public static void setTailLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point tailLp) Sets the (parsed) value of theTAIL_LP__E
attribute of the givenEdge
to the given tailLp value.- Parameters:
edge
- TheEdge
for which to change the value of theTAIL_LP__E
attribute.tailLp
- The new (parsed) value of theTAIL_LP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailLp value is not supported.
-
getTaillabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTaillabelRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILLABEL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILLABEL__E
attribute.- Returns:
- The (raw) value of the
TAILLABEL__E
attribute of the givenEdge
.
-
setTaillabelRaw
public static void setTaillabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID taillabel) Sets the (raw) value of theTAILLABEL__E
attribute of the givenEdge
to the given taillabel value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILLABEL__E
attribute.taillabel
- The new (raw) value of theTAILLABEL__E
attribute.- Throws:
IllegalArgumentException
- when the given taillabel value is not supported.
-
getTaillabel
Returns the value of theTAILLABEL__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILLABEL__E
attribute.- Returns:
- The value of the
TAILLABEL__E
attribute of the givenEdge
.
-
setTaillabel
Sets the value of theTAILLABEL__E
attribute of the givenEdge
to the given taillabel value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILLABEL__E
attribute.taillabel
- The new value of theTAILLABEL__E
attribute.- Throws:
IllegalArgumentException
- when the given taillabel value is not supported.
-
getTailportRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTailportRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILPORT__E
attribute.- Returns:
- The (raw) value of the
TAILPORT__E
attribute of the givenEdge
.
-
setTailportRaw
public static void setTailportRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailport) Sets the (raw) value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILPORT__E
attribute.tailport
- The new (raw) value of theTAILPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given tailport value is not supported.
-
getTailport
Returns the value of theTAILPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILPORT__E
attribute.- Returns:
- The value of the
TAILPORT__E
attribute of the givenEdge
.
-
setTailport
Sets the value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILPORT__E
attribute.tailport
- The new value of theTAILPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given tailport value is not supported.
-
getTailportParsed
public static org.eclipse.gef.dot.internal.language.portpos.PortPos getTailportParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAILPORT__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILPORT__E
attribute.- Returns:
- The (parsed) value of the
TAILPORT__E
attribute of the givenEdge
.
-
setTailportParsed
public static void setTailportParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos tailport) Sets the (parsed) value of theTAILPORT__E
attribute of the givenEdge
to the given tailport value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILPORT__E
attribute.tailport
- The new (parsed) value of theTAILPORT__E
attribute.- Throws:
IllegalArgumentException
- when the given tailport value is not supported.
-
getTailtooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTailtooltipRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTAILTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILTOOLTIP__E
attribute.- Returns:
- The (raw) value of the
TAILTOOLTIP__E
attribute of the givenEdge
.
-
setTailtooltipRaw
public static void setTailtooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailtooltip) Sets the (raw) value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILTOOLTIP__E
attribute.tailtooltip
- The new (raw) value of theTAILTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailtooltip value is not supported.
-
getTailtooltip
Returns the value of theTAILTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILTOOLTIP__E
attribute.- Returns:
- The value of the
TAILTOOLTIP__E
attribute of the givenEdge
.
-
setTailtooltip
Sets the value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILTOOLTIP__E
attribute.tailtooltip
- The new value of theTAILTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailtooltip value is not supported.
-
getTailtooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getTailtooltipParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTAILTOOLTIP__E
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTAILTOOLTIP__E
attribute.- Returns:
- The (parsed) value of the
TAILTOOLTIP__E
attribute of the givenEdge
.
-
setTailtooltipParsed
public static void setTailtooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tailtooltip) Sets the (parsed) value of theTAILTOOLTIP__E
attribute of the givenEdge
to the given tailtooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTAILTOOLTIP__E
attribute.tailtooltip
- The new (parsed) value of theTAILTOOLTIP__E
attribute.- Throws:
IllegalArgumentException
- when the given tailtooltip value is not supported.
-
getTooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Graph graph) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (raw) value of the
TOOLTIP__CNE
attribute of the givenGraph
.
-
setTooltipRaw
public static void setTooltipRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.- Parameters:
graph
- TheGraph
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (raw) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
Returns the value of theTOOLTIP__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The value of the
TOOLTIP__CNE
attribute of the givenGraph
.
-
setTooltip
Sets the value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.- Parameters:
graph
- TheGraph
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Graph graph) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenGraph
.- Parameters:
graph
- TheGraph
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (parsed) value of the
TOOLTIP__CNE
attribute of the givenGraph
.
-
setTooltipParsed
public static void setTooltipParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenGraph
to the given tooltip value.- Parameters:
graph
- TheGraph
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (raw) value of the
TOOLTIP__CNE
attribute of the givenNode
.
-
setTooltipRaw
public static void setTooltipRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.- Parameters:
node
- TheNode
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (raw) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
Returns the value of theTOOLTIP__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The value of the
TOOLTIP__CNE
attribute of the givenNode
.
-
setTooltip
Sets the value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.- Parameters:
node
- TheNode
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (parsed) value of the
TOOLTIP__CNE
attribute of the givenNode
.
-
setTooltipParsed
public static void setTooltipParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenNode
to the given tooltip value.- Parameters:
node
- TheNode
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltipRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theTOOLTIP__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (raw) value of the
TOOLTIP__CNE
attribute of the givenEdge
.
-
setTooltipRaw
public static void setTooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tooltip) Sets the (raw) value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (raw) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
Returns the value of theTOOLTIP__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The value of the
TOOLTIP__CNE
attribute of the givenEdge
.
-
setTooltip
Sets the value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltipParsed
public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theTOOLTIP__CNE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theTOOLTIP__CNE
attribute.- Returns:
- The (parsed) value of the
TOOLTIP__CNE
attribute of the givenEdge
.
-
setTooltipParsed
public static void setTooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip) Sets the (parsed) value of theTOOLTIP__CNE
attribute of the givenEdge
to the given tooltip value.- Parameters:
edge
- TheEdge
for which to change the value of theTOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of theTOOLTIP__CNE
attribute.- Throws:
IllegalArgumentException
- when the given tooltip value is not supported.
-
getWidthRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getWidthRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theWIDTH__N
attribute of the givenNode
. -
setWidthRaw
public static void setWidthRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID width) Sets the (raw) value of theWIDTH__N
attribute of the givenNode
to the given width value.- Parameters:
node
- TheNode
for which to change the value of theWIDTH__N
attribute.width
- The new (raw) value of theWIDTH__N
attribute.- Throws:
IllegalArgumentException
- when the given width value is not supported.
-
getWidth
Returns the value of theWIDTH__N
attribute of the givenNode
. -
setWidth
Sets the value of theWIDTH__N
attribute of the givenNode
to the given width value.- Parameters:
node
- TheNode
for which to change the value of theWIDTH__N
attribute.width
- The new value of theWIDTH__N
attribute.- Throws:
IllegalArgumentException
- when the given width value is not supported.
-
getWidthParsed
Returns the (parsed) value of theWIDTH__N
attribute of the givenNode
. -
setWidthParsed
Sets the (parsed) value of theWIDTH__N
attribute of the givenNode
to the given width value.- Parameters:
node
- TheNode
for which to change the value of theWIDTH__N
attribute.width
- The new (parsed) value of theWIDTH__N
attribute.- Throws:
IllegalArgumentException
- when the given width value is not supported.
-
getXlabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getXlabelRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theXLABEL__NE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theXLABEL__NE
attribute.- Returns:
- The (raw) value of the
XLABEL__NE
attribute of the givenNode
.
-
setXlabelRaw
public static void setXlabelRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlabel) Sets the (raw) value of theXLABEL__NE
attribute of the givenNode
to the given xlabel value.- Parameters:
node
- TheNode
for which to change the value of theXLABEL__NE
attribute.xlabel
- The new (raw) value of theXLABEL__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlabel
Returns the value of theXLABEL__NE
attribute of the givenNode
.- Parameters:
node
- TheNode
for which to return the value of theXLABEL__NE
attribute.- Returns:
- The value of the
XLABEL__NE
attribute of the givenNode
.
-
setXlabel
Sets the value of theXLABEL__NE
attribute of the givenNode
to the given xlabel value.- Parameters:
node
- TheNode
for which to change the value of theXLABEL__NE
attribute.xlabel
- The new value of theXLABEL__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlabelRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getXlabelRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theXLABEL__NE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theXLABEL__NE
attribute.- Returns:
- The (raw) value of the
XLABEL__NE
attribute of the givenEdge
.
-
setXlabelRaw
public static void setXlabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlabel) Sets the (raw) value of theXLABEL__NE
attribute of the givenEdge
to the given xlabel value.- Parameters:
edge
- TheEdge
for which to change the value of theXLABEL__NE
attribute.xlabel
- The new (raw) value of theXLABEL__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlabel
Returns the value of theXLABEL__NE
attribute of the givenEdge
.- Parameters:
edge
- TheEdge
for which to return the value of theXLABEL__NE
attribute.- Returns:
- The value of the
XLABEL__NE
attribute of the givenEdge
.
-
setXlabel
Sets the value of theXLABEL__NE
attribute of the givenEdge
to the given xlabel value.- Parameters:
edge
- TheEdge
for which to change the value of theXLABEL__NE
attribute.xlabel
- The new value of theXLABEL__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getXlpRaw(org.eclipse.gef.graph.Node node) Returns the (raw) value of theXLP__NE
attribute of the givenNode
. -
setXlpRaw
public static void setXlpRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlp) Sets the (raw) value of theXLP__NE
attribute of the givenNode
to the given xlp value.- Parameters:
node
- TheNode
for which to change the value of theXLP__NE
attribute.xlp
- The new (raw) value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-
getXlp
Returns the value of theXLP__NE
attribute of the givenNode
. -
setXlp
Sets the value of theXLP__NE
attribute of the givenNode
to the given xlp value.- Parameters:
node
- TheNode
for which to change the value of theXLP__NE
attribute.xlp
- The new value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-
getXlpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getXlpParsed(org.eclipse.gef.graph.Node node) Returns the (parsed) value of theXLP__NE
attribute of the givenNode
. -
setXlpParsed
public static void setXlpParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point xlp) Sets the (parsed) value of theXLP__NE
attribute of the givenNode
to the given xlp value.- Parameters:
node
- TheNode
for which to change the value of theXLP__NE
attribute.xlp
- The new (parsed) value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-
getXlpRaw
public static org.eclipse.gef.dot.internal.language.terminals.ID getXlpRaw(org.eclipse.gef.graph.Edge edge) Returns the (raw) value of theXLP__NE
attribute of the givenEdge
. -
setXlpRaw
public static void setXlpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlp) Sets the (raw) value of theXLP__NE
attribute of the givenEdge
to the given xlp value.- Parameters:
edge
- TheEdge
for which to change the value of theXLP__NE
attribute.xlp
- The new (raw) value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-
getXlp
Returns the value of theXLP__NE
attribute of the givenEdge
. -
setXlp
Sets the value of theXLP__NE
attribute of the givenEdge
to the given xlp value.- Parameters:
edge
- TheEdge
for which to change the value of theXLP__NE
attribute.xlp
- The new value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-
getXlpParsed
public static org.eclipse.gef.dot.internal.language.point.Point getXlpParsed(org.eclipse.gef.graph.Edge edge) Returns the (parsed) value of theXLP__NE
attribute of the givenEdge
. -
setXlpParsed
public static void setXlpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point xlp) Sets the (parsed) value of theXLP__NE
attribute of the givenEdge
to the given xlp value.- Parameters:
edge
- TheEdge
for which to change the value of theXLP__NE
attribute.xlp
- The new (parsed) value of theXLP__NE
attribute.- Throws:
IllegalArgumentException
- when the given xlp value is not supported.
-