Package org.eclipse.gef.dot.internal
Class DotAttributes
- java.lang.Object
-
- org.eclipse.gef.dot.internal.DotAttributes
-
public class DotAttributes extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DotAttributes.Context
Contexts by which attributes may be used.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_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.static java.lang.String
_TYPE__G
Specifies the graph type.static java.lang.String
ARROWHEAD__E
The 'arrowhead' attribute, which is used by:Edge
.static java.lang.String
ARROWSIZE__E
The 'arrowsize' attribute, which is used by:Edge
.static java.lang.String
ARROWTAIL__E
The 'arrowtail' attribute, which is used by:Edge
.static java.lang.String
BB__GC
The 'bb' attribute, which is used by:Graph
, Cluster.static java.lang.String
BGCOLOR__GC
The 'bgcolor' attribute, which is used by:Graph
, Cluster.static java.lang.String
CLUSTERRANK__G
The 'clusterrank' attribute, which is used by:Graph
.static java.lang.String
COLOR__CNE
The 'color' attribute, which is used by: Cluster,Node
,Edge
.static java.lang.String
COLORSCHEME__GCNE
The 'colorscheme' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
DIR__E
The 'dir' attribute, which is used by:Edge
.static java.lang.String
DISTORTION__N
The 'distortion' attribute, which is used by:Node
.static java.lang.String
EDGETOOLTIP__E
The 'edgetooltip' attribute, which is used by:Edge
.static java.lang.String
FILLCOLOR__CNE
The 'fillcolor' attribute, which is used by: Cluster,Node
,Edge
.static java.lang.String
FIXEDSIZE__N
The 'fixedsize' attribute, which is used by:Node
.static java.lang.String
FONTCOLOR__GCNE
The 'fontcolor' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
FONTNAME__GCNE
The 'fontname' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
FONTSIZE__GCNE
The 'fontsize' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
FORCELABELS__G
The 'forcelabels' attribute, which is used by:Graph
.static java.lang.String
HEAD_LP__E
The 'headLp' attribute, which is used by:Edge
.static java.lang.String
HEADLABEL__E
The 'headlabel' attribute, which is used by:Edge
.static java.lang.String
HEADPORT__E
The 'headport' attribute, which is used by:Edge
.static java.lang.String
HEADTOOLTIP__E
The 'headtooltip' attribute, which is used by:Edge
.static java.lang.String
HEIGHT__N
The 'height' attribute, which is used by:Node
.static java.lang.String
ID__GCNE
The 'id' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
LABEL__GCNE
The 'label' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
LABELFONTCOLOR__E
The 'labelfontcolor' attribute, which is used by:Edge
.static java.lang.String
LABELFONTNAME__E
The 'labelfontname' attribute, which is used by:Edge
.static java.lang.String
LABELFONTSIZE__E
The 'labelfontsize' attribute, which is used by:Edge
.static java.lang.String
LABELTOOLTIP__E
The 'labeltooltip' attribute, which is used by:Edge
.static java.lang.String
LAYOUT__G
The 'layout' attribute, which is used by:Graph
.static java.lang.String
LP__GCE
The 'lp' attribute, which is used by:Graph
, Cluster,Edge
.static java.lang.String
NODESEP__G
The 'nodesep' attribute, which is used by:Graph
.static java.lang.String
OUTPUTORDER__G
The 'outputorder' attribute, which is used by:Graph
.static java.lang.String
PAGEDIR__G
The 'pagedir' attribute, which is used by:Graph
.static java.lang.String
PENWIDTH__CNE
The 'penwidth' attribute, which is used by: Cluster,Node
,Edge
.static java.lang.String
POS__NE
The 'pos' attribute, which is used by:Node
,Edge
.static java.lang.String
RANK__S
The 'rank' attribute, which is used by: Subgraph.static java.lang.String
RANKDIR__G
The 'rankdir' attribute, which is used by:Graph
.static java.lang.String
SHAPE__N
The 'shape' attribute, which is used by:Node
.static java.lang.String
SIDES__N
The 'sides' attribute, which is used by:Node
.static java.lang.String
SKEW__N
The 'skew' attribute, which is used by:Node
.static java.lang.String
SPLINES__G
The 'splines' attribute, which is used by:Graph
.static java.lang.String
STYLE__GCNE
The 'style' attribute, which is used by:Graph
, Cluster,Node
,Edge
.static java.lang.String
TAIL_LP__E
The 'tailLp' attribute, which is used by:Edge
.static java.lang.String
TAILLABEL__E
The 'taillabel' attribute, which is used by:Edge
.static java.lang.String
TAILPORT__E
The 'tailport' attribute, which is used by:Edge
.static java.lang.String
TAILTOOLTIP__E
The 'tailtooltip' attribute, which is used by:Edge
.static java.lang.String
TOOLTIP__CNE
The 'tooltip' attribute, which is used by: Cluster,Node
,Edge
.static java.lang.String
WIDTH__N
The 'width' attribute, which is used by:Node
.static java.lang.String
XLABEL__NE
The 'xlabel' attribute, which is used by:Node
,Edge
.static java.lang.String
XLP__NE
The 'xlp' attribute, which is used by:Node
,Edge
.
-
Constructor Summary
Constructors Constructor Description DotAttributes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
_getName(org.eclipse.gef.graph.Edge edge)
Returns the value of the_NAME__GNE
attribute of the givenEdge
.static java.lang.String
_getName(org.eclipse.gef.graph.Graph graph)
Returns the value of the_NAME__GNE
attribute of the givenGraph
.static java.lang.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
_setName(org.eclipse.gef.graph.Graph graph, java.lang.String name)
Sets the_NAME__GNE
attribute of the givenGraph
to the given name value.static void
_setName(org.eclipse.gef.graph.Node node, java.lang.String name)
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 java.lang.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 java.lang.String
getArrowsize(org.eclipse.gef.graph.Edge edge)
Returns the value of theARROWSIZE__E
attribute of the givenEdge
.static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String
getColor(org.eclipse.gef.graph.Edge edge)
Returns the value of theCOLOR__CNE
attribute of the givenEdge
.static java.lang.String
getColor(org.eclipse.gef.graph.Graph graph)
Returns the value of theCOLOR__CNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getColorscheme(org.eclipse.gef.graph.Edge edge)
Returns the value of theCOLORSCHEME__GCNE
attribute of the givenEdge
.static java.lang.String
getColorscheme(org.eclipse.gef.graph.Graph graph)
Returns the value of theCOLORSCHEME__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.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 java.lang.String
getDistortion(org.eclipse.gef.graph.Node node)
Returns the value of theDISTORTION__N
attribute of the givenNode
.static java.lang.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 java.lang.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 java.lang.String
getFillcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of theFILLCOLOR__CNE
attribute of the givenEdge
.static java.lang.String
getFillcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of theFILLCOLOR__CNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getFixedsize(org.eclipse.gef.graph.Node node)
Returns the value of theFIXEDSIZE__N
attribute of the givenNode
.static java.lang.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 java.lang.String
getFontcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of theFONTCOLOR__GCNE
attribute of the givenEdge
.static java.lang.String
getFontcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of theFONTCOLOR__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getFontname(org.eclipse.gef.graph.Edge edge)
Returns the value of theFONTNAME__GCNE
attribute of the givenEdge
.static java.lang.String
getFontname(org.eclipse.gef.graph.Graph graph)
Returns the value of theFONTNAME__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getFontsize(org.eclipse.gef.graph.Edge edge)
Returns the value of theFONTSIZE__GCNE
attribute of the givenEdge
.static java.lang.String
getFontsize(org.eclipse.gef.graph.Graph graph)
Returns the value of theFONTSIZE__GCNE
attribute of the givenGraph
.static java.lang.String
getFontsize(org.eclipse.gef.graph.Node node)
Returns the value of theFONTSIZE__GCNE
attribute of the givenNode
.static java.lang.Double
getFontsizeParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenEdge
.static java.lang.Double
getFontsizeParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of theFONTSIZE__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getForcelabels(org.eclipse.gef.graph.Graph graph)
Returns the value of theFORCELABELS__G
attribute of the givenGraph
.static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String
getHeight(org.eclipse.gef.graph.Node node)
Returns the value of theHEIGHT__N
attribute of the givenNode
.static java.lang.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 java.lang.String
getId(org.eclipse.gef.graph.Edge edge)
Returns the value of theID__GCNE
attribute of the givenEdge
.static java.lang.String
getId(org.eclipse.gef.graph.Graph graph)
Returns the value of theID__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getLabel(org.eclipse.gef.graph.Edge edge)
Returns the value of theLABEL__GCNE
attribute of the givenEdge
.static java.lang.String
getLabel(org.eclipse.gef.graph.Graph graph)
Returns the value of theLABEL__GCNE
attribute of the givenGraph
.static java.lang.String
getLabel(org.eclipse.gef.graph.Node node)
Returns the value of theLABEL__GCNE
attribute of the givenNode
.static java.lang.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 java.lang.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 java.lang.String
getLabelfontsize(org.eclipse.gef.graph.Edge edge)
Returns the value of theLABELFONTSIZE__E
attribute of the givenEdge
.static java.lang.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 java.lang.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 java.lang.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 java.lang.String
getLp(org.eclipse.gef.graph.Edge edge)
Returns the value of theLP__GCE
attribute of the givenEdge
.static java.lang.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 java.lang.String
getNodesep(org.eclipse.gef.graph.Graph graph)
Returns the value of theNODESEP__G
attribute of the givenGraph
.static java.lang.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 java.lang.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 java.lang.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 java.lang.String
getPenwidth(org.eclipse.gef.graph.Edge edge)
Returns the value of thePENWIDTH__CNE
attribute of the givenEdge
.static java.lang.String
getPenwidth(org.eclipse.gef.graph.Graph graph)
Returns the value of thePENWIDTH__CNE
attribute of the givenGraph
.static java.lang.String
getPenwidth(org.eclipse.gef.graph.Node node)
Returns the value of thePENWIDTH__CNE
attribute of the givenNode
.static java.lang.Double
getPenwidthParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenEdge
.static java.lang.Double
getPenwidthParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of thePENWIDTH__CNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getPos(org.eclipse.gef.graph.Edge edge)
Returns the value of thePOS__NE
attribute of the givenEdge
.static java.lang.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 java.lang.String
getRank(org.eclipse.gef.graph.Graph graph)
Returns the value of theRANK__S
attribute of the givenGraph
.static java.lang.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 java.lang.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 java.lang.String
getSides(org.eclipse.gef.graph.Node node)
Returns the value of theSIDES__N
attribute of the givenNode
.static java.lang.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 java.lang.String
getSkew(org.eclipse.gef.graph.Node node)
Returns the value of theSKEW__N
attribute of the givenNode
.static java.lang.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 java.lang.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 java.lang.String
getStyle(org.eclipse.gef.graph.Edge edge)
Returns the value of theSTYLE__GCNE
attribute of the givenEdge
.static java.lang.String
getStyle(org.eclipse.gef.graph.Graph graph)
Returns the value of theSTYLE__GCNE
attribute of the givenGraph
.static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String
getTooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of theTOOLTIP__CNE
attribute of the givenEdge
.static java.lang.String
getTooltip(org.eclipse.gef.graph.Graph graph)
Returns the value of theTOOLTIP__CNE
attribute of the givenGraph
.static java.lang.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 java.lang.String
getWidth(org.eclipse.gef.graph.Node node)
Returns the value of theWIDTH__N
attribute of the givenNode
.static java.lang.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 java.lang.String
getXlabel(org.eclipse.gef.graph.Edge edge)
Returns the value of theXLABEL__NE
attribute of the givenEdge
.static java.lang.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 java.lang.String
getXlp(org.eclipse.gef.graph.Edge edge)
Returns the value of theXLP__NE
attribute of the givenEdge
.static java.lang.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 java.lang.Object
parsed(org.eclipse.gef.dot.internal.language.dot.Attribute attr)
static java.lang.Object
parsedAsAttribute(org.eclipse.gef.dot.internal.language.terminals.ID valueRaw, java.lang.String attrName, DotAttributes.Context context)
static void
setArrowhead(org.eclipse.gef.graph.Edge edge, java.lang.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, java.lang.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, java.lang.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, java.lang.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
setBb(org.eclipse.gef.graph.Graph graph, java.lang.String bb)
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, java.lang.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, java.lang.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
setColor(org.eclipse.gef.graph.Edge edge, java.lang.String color)
Sets the value of theCOLOR__CNE
attribute of the givenEdge
to the given color value.static void
setColor(org.eclipse.gef.graph.Graph graph, java.lang.String color)
Sets the value of theCOLOR__CNE
attribute of the givenGraph
to the given color value.static void
setColor(org.eclipse.gef.graph.Node node, java.lang.String color)
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, java.lang.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, java.lang.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, java.lang.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
setDir(org.eclipse.gef.graph.Edge edge, java.lang.String dir)
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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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
setHeadLp(org.eclipse.gef.graph.Edge edge, java.lang.String headLp)
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, java.lang.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, java.lang.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
setHeight(org.eclipse.gef.graph.Node node, java.lang.String height)
Sets the value of theHEIGHT__N
attribute of the givenNode
to the given height value.static void
setHeightParsed(org.eclipse.gef.graph.Node node, java.lang.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
setId(org.eclipse.gef.graph.Edge edge, java.lang.String id)
Sets the value of theID__GCNE
attribute of the givenEdge
to the given id value.static void
setId(org.eclipse.gef.graph.Graph graph, java.lang.String id)
Sets the value of theID__GCNE
attribute of the givenGraph
to the given id value.static void
setId(org.eclipse.gef.graph.Node node, java.lang.String id)
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
setLabel(org.eclipse.gef.graph.Edge edge, java.lang.String label)
Sets the value of theLABEL__GCNE
attribute of the givenEdge
to the given label value.static void
setLabel(org.eclipse.gef.graph.Graph graph, java.lang.String label)
Sets the value of theLABEL__GCNE
attribute of the givenGraph
to the given label value.static void
setLabel(org.eclipse.gef.graph.Node node, java.lang.String label)
Sets the value of theLABEL__GCNE
attribute of the givenNode
to the given label value.static void
setLabelfontcolor(org.eclipse.gef.graph.Edge edge, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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
setLayout(org.eclipse.gef.graph.Graph graph, java.lang.String layout)
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
setLp(org.eclipse.gef.graph.Edge edge, java.lang.String lp)
Sets the value of theLP__GCE
attribute of the givenEdge
to the given lp value.static void
setLp(org.eclipse.gef.graph.Graph graph, java.lang.String lp)
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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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
setPos(org.eclipse.gef.graph.Edge edge, java.lang.String pos)
Sets the value of thePOS__NE
attribute of the givenEdge
to the given pos value.static void
setPos(org.eclipse.gef.graph.Node node, java.lang.String pos)
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
setRank(org.eclipse.gef.graph.Graph graph, java.lang.String rank)
Sets the value of theRANK__S
attribute of the givenGraph
to the given rank value.static void
setRankdir(org.eclipse.gef.graph.Graph graph, java.lang.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
setShape(org.eclipse.gef.graph.Node node, java.lang.String shape)
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
setSides(org.eclipse.gef.graph.Node node, java.lang.String sides)
Sets the value of theSIDES__N
attribute of the givenNode
to the given sides value.static void
setSidesParsed(org.eclipse.gef.graph.Node node, java.lang.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
setSkew(org.eclipse.gef.graph.Node node, java.lang.String skew)
Sets the value of theSKEW__N
attribute of the givenNode
to the given skew value.static void
setSkewParsed(org.eclipse.gef.graph.Node node, java.lang.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, java.lang.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
setStyle(org.eclipse.gef.graph.Edge edge, java.lang.String style)
Sets the value of theSTYLE__GCNE
attribute of the givenEdge
to the given style value.static void
setStyle(org.eclipse.gef.graph.Graph graph, java.lang.String style)
Sets the value of theSTYLE__GCNE
attribute of the givenGraph
to the given style value.static void
setStyle(org.eclipse.gef.graph.Node node, java.lang.String style)
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, java.lang.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
setTailLp(org.eclipse.gef.graph.Edge edge, java.lang.String tailLp)
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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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
setWidth(org.eclipse.gef.graph.Node node, java.lang.String width)
Sets the value of theWIDTH__N
attribute of the givenNode
to the given width value.static void
setWidthParsed(org.eclipse.gef.graph.Node node, java.lang.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
setXlabel(org.eclipse.gef.graph.Edge edge, java.lang.String xlabel)
Sets the value of theXLABEL__NE
attribute of the givenEdge
to the given xlabel value.static void
setXlabel(org.eclipse.gef.graph.Node node, java.lang.String xlabel)
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
setXlp(org.eclipse.gef.graph.Edge edge, java.lang.String xlp)
Sets the value of theXLP__NE
attribute of the givenEdge
to the given xlp value.static void
setXlp(org.eclipse.gef.graph.Node node, java.lang.String xlp)
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 java.util.List<org.eclipse.emf.common.util.Diagnostic>
validateAttributeRawValue(DotAttributes.Context attributeContext, java.lang.String attributeName, org.eclipse.gef.dot.internal.language.terminals.ID attributeValue)
Validate the attribute determined via name and value syntactically and semantically.
-
-
-
Field Detail
-
_NAME__GNE
public static final java.lang.String _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:
- Constant Field Values
-
_TYPE__G
public static final java.lang.String _TYPE__G
Specifies the graph type.- See Also:
- Constant Field Values
-
ARROWHEAD__E
public static final java.lang.String ARROWHEAD__E
The 'arrowhead' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
ARROWSIZE__E
public static final java.lang.String ARROWSIZE__E
The 'arrowsize' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
ARROWTAIL__E
public static final java.lang.String ARROWTAIL__E
The 'arrowtail' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
BB__GC
public static final java.lang.String BB__GC
The 'bb' attribute, which is used by:Graph
, Cluster.- See Also:
- Constant Field Values
-
BGCOLOR__GC
public static final java.lang.String BGCOLOR__GC
The 'bgcolor' attribute, which is used by:Graph
, Cluster.- See Also:
- Constant Field Values
-
CLUSTERRANK__G
public static final java.lang.String CLUSTERRANK__G
The 'clusterrank' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
COLOR__CNE
public static final java.lang.String COLOR__CNE
The 'color' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
COLORSCHEME__GCNE
public static final java.lang.String COLORSCHEME__GCNE
The 'colorscheme' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
DIR__E
public static final java.lang.String DIR__E
The 'dir' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
DISTORTION__N
public static final java.lang.String DISTORTION__N
The 'distortion' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
EDGETOOLTIP__E
public static final java.lang.String EDGETOOLTIP__E
The 'edgetooltip' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
FILLCOLOR__CNE
public static final java.lang.String FILLCOLOR__CNE
The 'fillcolor' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
FIXEDSIZE__N
public static final java.lang.String FIXEDSIZE__N
The 'fixedsize' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
FONTCOLOR__GCNE
public static final java.lang.String FONTCOLOR__GCNE
The 'fontcolor' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
FONTNAME__GCNE
public static final java.lang.String FONTNAME__GCNE
The 'fontname' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
FONTSIZE__GCNE
public static final java.lang.String FONTSIZE__GCNE
The 'fontsize' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
FORCELABELS__G
public static final java.lang.String FORCELABELS__G
The 'forcelabels' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
HEAD_LP__E
public static final java.lang.String HEAD_LP__E
The 'headLp' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
HEADLABEL__E
public static final java.lang.String HEADLABEL__E
The 'headlabel' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
HEADPORT__E
public static final java.lang.String HEADPORT__E
The 'headport' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
HEADTOOLTIP__E
public static final java.lang.String HEADTOOLTIP__E
The 'headtooltip' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
HEIGHT__N
public static final java.lang.String HEIGHT__N
The 'height' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
ID__GCNE
public static final java.lang.String ID__GCNE
The 'id' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
LABEL__GCNE
public static final java.lang.String LABEL__GCNE
The 'label' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
LABELFONTCOLOR__E
public static final java.lang.String LABELFONTCOLOR__E
The 'labelfontcolor' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
LABELFONTNAME__E
public static final java.lang.String LABELFONTNAME__E
The 'labelfontname' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
LABELFONTSIZE__E
public static final java.lang.String LABELFONTSIZE__E
The 'labelfontsize' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
LABELTOOLTIP__E
public static final java.lang.String LABELTOOLTIP__E
The 'labeltooltip' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
LAYOUT__G
public static final java.lang.String LAYOUT__G
The 'layout' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
LP__GCE
public static final java.lang.String LP__GCE
The 'lp' attribute, which is used by:Graph
, Cluster,Edge
.- See Also:
- Constant Field Values
-
NODESEP__G
public static final java.lang.String NODESEP__G
The 'nodesep' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
OUTPUTORDER__G
public static final java.lang.String OUTPUTORDER__G
The 'outputorder' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
PAGEDIR__G
public static final java.lang.String PAGEDIR__G
The 'pagedir' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
PENWIDTH__CNE
public static final java.lang.String PENWIDTH__CNE
The 'penwidth' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
POS__NE
public static final java.lang.String POS__NE
The 'pos' attribute, which is used by:Node
,Edge
.- See Also:
- Constant Field Values
-
RANK__S
public static final java.lang.String RANK__S
The 'rank' attribute, which is used by: Subgraph.- See Also:
- Constant Field Values
-
RANKDIR__G
public static final java.lang.String RANKDIR__G
The 'rankdir' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
SHAPE__N
public static final java.lang.String SHAPE__N
The 'shape' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
SIDES__N
public static final java.lang.String SIDES__N
The 'sides' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
SKEW__N
public static final java.lang.String SKEW__N
The 'skew' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
SPLINES__G
public static final java.lang.String SPLINES__G
The 'splines' attribute, which is used by:Graph
.- See Also:
- Constant Field Values
-
STYLE__GCNE
public static final java.lang.String STYLE__GCNE
The 'style' attribute, which is used by:Graph
, Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
TAIL_LP__E
public static final java.lang.String TAIL_LP__E
The 'tailLp' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
TAILLABEL__E
public static final java.lang.String TAILLABEL__E
The 'taillabel' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
TAILPORT__E
public static final java.lang.String TAILPORT__E
The 'tailport' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
TAILTOOLTIP__E
public static final java.lang.String TAILTOOLTIP__E
The 'tailtooltip' attribute, which is used by:Edge
.- See Also:
- Constant Field Values
-
TOOLTIP__CNE
public static final java.lang.String TOOLTIP__CNE
The 'tooltip' attribute, which is used by: Cluster,Node
,Edge
.- See Also:
- Constant Field Values
-
WIDTH__N
public static final java.lang.String WIDTH__N
The 'width' attribute, which is used by:Node
.- See Also:
- Constant Field Values
-
XLABEL__NE
public static final java.lang.String XLABEL__NE
The 'xlabel' attribute, which is used by:Node
,Edge
.- See Also:
- Constant Field Values
-
XLP__NE
public static final java.lang.String XLP__NE
The 'xlp' attribute, which is used by:Node
,Edge
.- See Also:
- Constant Field Values
-
-
Method Detail
-
isCluster
public static boolean isCluster(org.eclipse.gef.graph.Node node)
-
getContext
public static DotAttributes.Context getContext(org.eclipse.emf.ecore.EObject eObject)
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 java.util.List<org.eclipse.emf.common.util.Diagnostic> validateAttributeRawValue(DotAttributes.Context attributeContext, java.lang.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
public static java.lang.String _getName(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
.
-
_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
public static java.lang.String _getName(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
.
-
_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
public static void _setName(org.eclipse.gef.graph.Graph graph, java.lang.String 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.
-
_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
public static void _setName(org.eclipse.gef.graph.Node node, java.lang.String 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.
-
_getName
public static java.lang.String _getName(org.eclipse.gef.graph.Edge edge)
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 java.lang.Object parsedAsAttribute(org.eclipse.gef.dot.internal.language.terminals.ID valueRaw, java.lang.String attrName, DotAttributes.Context context)
-
parsed
public static java.lang.Object parsed(org.eclipse.gef.dot.internal.language.dot.Attribute attr)
-
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:
java.lang.IllegalArgumentException
- when the given arrowhead value is not supported.
-
getArrowhead
public static java.lang.String getArrowhead(org.eclipse.gef.graph.Edge edge)
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
public static void setArrowhead(org.eclipse.gef.graph.Edge edge, java.lang.String arrowhead)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given arrowsize value is not supported.
-
getArrowsize
public static java.lang.String getArrowsize(org.eclipse.gef.graph.Edge edge)
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
public static void setArrowsize(org.eclipse.gef.graph.Edge edge, java.lang.String arrowsize)
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:
java.lang.IllegalArgumentException
- when the given arrowsize value is not supported.
-
getArrowsizeParsed
public static java.lang.Double getArrowsizeParsed(org.eclipse.gef.graph.Edge edge)
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
public static void setArrowsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double arrowsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given arrowtail value is not supported.
-
getArrowtail
public static java.lang.String getArrowtail(org.eclipse.gef.graph.Edge edge)
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
public static void setArrowtail(org.eclipse.gef.graph.Edge edge, java.lang.String arrowtail)
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:
java.lang.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:
java.lang.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.
-
getBb
public static java.lang.String getBb(org.eclipse.gef.graph.Graph graph)
Returns the value of theBB__GC
attribute of the givenGraph
.
-
setBb
public static void setBb(org.eclipse.gef.graph.Graph graph, java.lang.String bb)
Sets the value of theBB__GC
attribute of the givenGraph
to the given bb value.
-
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.
-
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:
java.lang.IllegalArgumentException
- when the given bgcolor value is not supported.
-
getBgcolor
public static java.lang.String getBgcolor(org.eclipse.gef.graph.Graph graph)
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
public static void setBgcolor(org.eclipse.gef.graph.Graph graph, java.lang.String bgcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given clusterrank value is not supported.
-
getClusterrank
public static java.lang.String getClusterrank(org.eclipse.gef.graph.Graph graph)
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
public static void setClusterrank(org.eclipse.gef.graph.Graph graph, java.lang.String clusterrank)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given color value is not supported.
-
getColor
public static java.lang.String getColor(org.eclipse.gef.graph.Graph graph)
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
public static void setColor(org.eclipse.gef.graph.Graph graph, java.lang.String color)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given color value is not supported.
-
getColor
public static java.lang.String getColor(org.eclipse.gef.graph.Node node)
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
public static void setColor(org.eclipse.gef.graph.Node node, java.lang.String color)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given color value is not supported.
-
getColor
public static java.lang.String getColor(org.eclipse.gef.graph.Edge edge)
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
public static void setColor(org.eclipse.gef.graph.Edge edge, java.lang.String color)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
public static java.lang.String getColorscheme(org.eclipse.gef.graph.Graph graph)
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
public static void setColorscheme(org.eclipse.gef.graph.Graph graph, java.lang.String colorscheme)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
public static java.lang.String getColorscheme(org.eclipse.gef.graph.Node node)
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
public static void setColorscheme(org.eclipse.gef.graph.Node node, java.lang.String colorscheme)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.
-
getColorscheme
public static java.lang.String getColorscheme(org.eclipse.gef.graph.Edge edge)
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
public static void setColorscheme(org.eclipse.gef.graph.Edge edge, java.lang.String colorscheme)
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:
java.lang.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.
-
getDir
public static java.lang.String getDir(org.eclipse.gef.graph.Edge edge)
Returns the value of theDIR__E
attribute of the givenEdge
.
-
setDir
public static void setDir(org.eclipse.gef.graph.Edge edge, java.lang.String dir)
Sets the value of theDIR__E
attribute of the givenEdge
to the given dir value.
-
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.
-
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:
java.lang.IllegalArgumentException
- when the given distortion value is not supported.
-
getDistortion
public static java.lang.String getDistortion(org.eclipse.gef.graph.Node node)
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
public static void setDistortion(org.eclipse.gef.graph.Node node, java.lang.String distortion)
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:
java.lang.IllegalArgumentException
- when the given distortion value is not supported.
-
getDistortionParsed
public static java.lang.Double getDistortionParsed(org.eclipse.gef.graph.Node node)
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
public static void setDistortionParsed(org.eclipse.gef.graph.Node node, java.lang.Double distortion)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given edgetooltip value is not supported.
-
getEdgetooltip
public static java.lang.String getEdgetooltip(org.eclipse.gef.graph.Edge edge)
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
public static void setEdgetooltip(org.eclipse.gef.graph.Edge edge, java.lang.String edgetooltip)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
public static java.lang.String getFillcolor(org.eclipse.gef.graph.Graph graph)
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
public static void setFillcolor(org.eclipse.gef.graph.Graph graph, java.lang.String fillcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
public static java.lang.String getFillcolor(org.eclipse.gef.graph.Node node)
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
public static void setFillcolor(org.eclipse.gef.graph.Node node, java.lang.String fillcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.
-
getFillcolor
public static java.lang.String getFillcolor(org.eclipse.gef.graph.Edge edge)
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
public static void setFillcolor(org.eclipse.gef.graph.Edge edge, java.lang.String fillcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fixedsize value is not supported.
-
getFixedsize
public static java.lang.String getFixedsize(org.eclipse.gef.graph.Node node)
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
public static void setFixedsize(org.eclipse.gef.graph.Node node, java.lang.String fixedsize)
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:
java.lang.IllegalArgumentException
- when the given fixedsize value is not supported.
-
getFixedsizeParsed
public static java.lang.Boolean getFixedsizeParsed(org.eclipse.gef.graph.Node node)
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
public static void setFixedsizeParsed(org.eclipse.gef.graph.Node node, java.lang.Boolean fixedsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
public static java.lang.String getFontcolor(org.eclipse.gef.graph.Graph graph)
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
public static void setFontcolor(org.eclipse.gef.graph.Graph graph, java.lang.String fontcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
public static java.lang.String getFontcolor(org.eclipse.gef.graph.Node node)
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
public static void setFontcolor(org.eclipse.gef.graph.Node node, java.lang.String fontcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.
-
getFontcolor
public static java.lang.String getFontcolor(org.eclipse.gef.graph.Edge edge)
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
public static void setFontcolor(org.eclipse.gef.graph.Edge edge, java.lang.String fontcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
public static java.lang.String getFontname(org.eclipse.gef.graph.Graph graph)
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
public static void setFontname(org.eclipse.gef.graph.Graph graph, java.lang.String fontname)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
public static java.lang.String getFontname(org.eclipse.gef.graph.Node node)
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
public static void setFontname(org.eclipse.gef.graph.Node node, java.lang.String fontname)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontname value is not supported.
-
getFontname
public static java.lang.String getFontname(org.eclipse.gef.graph.Edge edge)
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
public static void setFontname(org.eclipse.gef.graph.Edge edge, java.lang.String fontname)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
public static java.lang.String getFontsize(org.eclipse.gef.graph.Graph graph)
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
public static void setFontsize(org.eclipse.gef.graph.Graph graph, java.lang.String fontsize)
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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Graph graph)
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
public static void setFontsizeParsed(org.eclipse.gef.graph.Graph graph, java.lang.Double fontsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
public static java.lang.String getFontsize(org.eclipse.gef.graph.Node node)
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
public static void setFontsize(org.eclipse.gef.graph.Node node, java.lang.String fontsize)
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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Node node)
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
public static void setFontsizeParsed(org.eclipse.gef.graph.Node node, java.lang.Double fontsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsize
public static java.lang.String getFontsize(org.eclipse.gef.graph.Edge edge)
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
public static void setFontsize(org.eclipse.gef.graph.Edge edge, java.lang.String fontsize)
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:
java.lang.IllegalArgumentException
- when the given fontsize value is not supported.
-
getFontsizeParsed
public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Edge edge)
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
public static void setFontsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double fontsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given forcelabels value is not supported.
-
getForcelabels
public static java.lang.String getForcelabels(org.eclipse.gef.graph.Graph graph)
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
public static void setForcelabels(org.eclipse.gef.graph.Graph graph, java.lang.String forcelabels)
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:
java.lang.IllegalArgumentException
- when the given forcelabels value is not supported.
-
getForcelabelsParsed
public static java.lang.Boolean getForcelabelsParsed(org.eclipse.gef.graph.Graph graph)
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
public static void setForcelabelsParsed(org.eclipse.gef.graph.Graph graph, java.lang.Boolean forcelabels)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given headLp value is not supported.
-
getHeadLp
public static java.lang.String getHeadLp(org.eclipse.gef.graph.Edge edge)
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
public static void setHeadLp(org.eclipse.gef.graph.Edge edge, java.lang.String headLp)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given headlabel value is not supported.
-
getHeadlabel
public static java.lang.String getHeadlabel(org.eclipse.gef.graph.Edge edge)
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
public static void setHeadlabel(org.eclipse.gef.graph.Edge edge, java.lang.String headlabel)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given headport value is not supported.
-
getHeadport
public static java.lang.String getHeadport(org.eclipse.gef.graph.Edge edge)
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
public static void setHeadport(org.eclipse.gef.graph.Edge edge, java.lang.String headport)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given headtooltip value is not supported.
-
getHeadtooltip
public static java.lang.String getHeadtooltip(org.eclipse.gef.graph.Edge edge)
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
public static void setHeadtooltip(org.eclipse.gef.graph.Edge edge, java.lang.String headtooltip)
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:
java.lang.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:
java.lang.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.
-
getHeight
public static java.lang.String getHeight(org.eclipse.gef.graph.Node node)
Returns the value of theHEIGHT__N
attribute of the givenNode
.
-
setHeight
public static void setHeight(org.eclipse.gef.graph.Node node, java.lang.String height)
Sets the value of theHEIGHT__N
attribute of the givenNode
to the given height value.
-
getHeightParsed
public static java.lang.Double getHeightParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of theHEIGHT__N
attribute of the givenNode
.
-
setHeightParsed
public static void setHeightParsed(org.eclipse.gef.graph.Node node, java.lang.Double height)
Sets the (parsed) value of theHEIGHT__N
attribute of the givenNode
to the given height value.
-
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.
-
getId
public static java.lang.String getId(org.eclipse.gef.graph.Graph graph)
Returns the value of theID__GCNE
attribute of the givenGraph
.
-
setId
public static void setId(org.eclipse.gef.graph.Graph graph, java.lang.String id)
Sets the value of theID__GCNE
attribute of the givenGraph
to the given id value.
-
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.
-
getId
public static java.lang.String getId(org.eclipse.gef.graph.Node node)
Returns the value of theID__GCNE
attribute of the givenNode
.
-
setId
public static void setId(org.eclipse.gef.graph.Node node, java.lang.String id)
Sets the value of theID__GCNE
attribute of the givenNode
to the given id value.
-
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.
-
getId
public static java.lang.String getId(org.eclipse.gef.graph.Edge edge)
Returns the value of theID__GCNE
attribute of the givenEdge
.
-
setId
public static void setId(org.eclipse.gef.graph.Edge edge, java.lang.String id)
Sets the value of theID__GCNE
attribute of the givenEdge
to the given id value.
-
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:
java.lang.IllegalArgumentException
- when the given label value is not supported.
-
getLabel
public static java.lang.String getLabel(org.eclipse.gef.graph.Graph graph)
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
public static void setLabel(org.eclipse.gef.graph.Graph graph, java.lang.String label)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given label value is not supported.
-
getLabel
public static java.lang.String getLabel(org.eclipse.gef.graph.Node node)
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
public static void setLabel(org.eclipse.gef.graph.Node node, java.lang.String label)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given label value is not supported.
-
getLabel
public static java.lang.String getLabel(org.eclipse.gef.graph.Edge edge)
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
public static void setLabel(org.eclipse.gef.graph.Edge edge, java.lang.String label)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given labelfontcolor value is not supported.
-
getLabelfontcolor
public static java.lang.String getLabelfontcolor(org.eclipse.gef.graph.Edge edge)
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
public static void setLabelfontcolor(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontcolor)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given labelfontname value is not supported.
-
getLabelfontname
public static java.lang.String getLabelfontname(org.eclipse.gef.graph.Edge edge)
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
public static void setLabelfontname(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontname)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given labelfontsize value is not supported.
-
getLabelfontsize
public static java.lang.String getLabelfontsize(org.eclipse.gef.graph.Edge edge)
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
public static void setLabelfontsize(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontsize)
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:
java.lang.IllegalArgumentException
- when the given labelfontsize value is not supported.
-
getLabelfontsizeParsed
public static java.lang.Double getLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge)
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
public static void setLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double labelfontsize)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given labeltooltip value is not supported.
-
getLabeltooltip
public static java.lang.String getLabeltooltip(org.eclipse.gef.graph.Edge edge)
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
public static void setLabeltooltip(org.eclipse.gef.graph.Edge edge, java.lang.String labeltooltip)
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:
java.lang.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:
java.lang.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.
-
getLayout
public static java.lang.String getLayout(org.eclipse.gef.graph.Graph graph)
Returns the value of theLAYOUT__G
attribute of the givenGraph
.
-
setLayout
public static void setLayout(org.eclipse.gef.graph.Graph graph, java.lang.String layout)
Sets the value of theLAYOUT__G
attribute of the givenGraph
to the given layout value.
-
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.
-
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.
-
getLp
public static java.lang.String getLp(org.eclipse.gef.graph.Graph graph)
Returns the value of theLP__GCE
attribute of the givenGraph
.
-
setLp
public static void setLp(org.eclipse.gef.graph.Graph graph, java.lang.String lp)
Sets the value of theLP__GCE
attribute of the givenGraph
to the given lp value.
-
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.
-
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.
-
getLp
public static java.lang.String getLp(org.eclipse.gef.graph.Edge edge)
Returns the value of theLP__GCE
attribute of the givenEdge
.
-
setLp
public static void setLp(org.eclipse.gef.graph.Edge edge, java.lang.String lp)
Sets the value of theLP__GCE
attribute of the givenEdge
to the given lp value.
-
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.
-
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:
java.lang.IllegalArgumentException
- when the given nodesep value is not supported.
-
getNodesep
public static java.lang.String getNodesep(org.eclipse.gef.graph.Graph graph)
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
public static void setNodesep(org.eclipse.gef.graph.Graph graph, java.lang.String nodesep)
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:
java.lang.IllegalArgumentException
- when the given nodesep value is not supported.
-
getNodesepParsed
public static java.lang.Double getNodesepParsed(org.eclipse.gef.graph.Graph graph)
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
public static void setNodesepParsed(org.eclipse.gef.graph.Graph graph, java.lang.Double nodesep)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given outputorder value is not supported.
-
getOutputorder
public static java.lang.String getOutputorder(org.eclipse.gef.graph.Graph graph)
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
public static void setOutputorder(org.eclipse.gef.graph.Graph graph, java.lang.String outputorder)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given pagedir value is not supported.
-
getPagedir
public static java.lang.String getPagedir(org.eclipse.gef.graph.Graph graph)
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
public static void setPagedir(org.eclipse.gef.graph.Graph graph, java.lang.String pagedir)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
public static java.lang.String getPenwidth(org.eclipse.gef.graph.Graph graph)
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
public static void setPenwidth(org.eclipse.gef.graph.Graph graph, java.lang.String penwidth)
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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
public static java.lang.Double getPenwidthParsed(org.eclipse.gef.graph.Graph graph)
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
public static void setPenwidthParsed(org.eclipse.gef.graph.Graph graph, java.lang.Double penwidth)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
public static java.lang.String getPenwidth(org.eclipse.gef.graph.Node node)
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
public static void setPenwidth(org.eclipse.gef.graph.Node node, java.lang.String penwidth)
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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
public static java.lang.Double getPenwidthParsed(org.eclipse.gef.graph.Node node)
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
public static void setPenwidthParsed(org.eclipse.gef.graph.Node node, java.lang.Double penwidth)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidth
public static java.lang.String getPenwidth(org.eclipse.gef.graph.Edge edge)
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
public static void setPenwidth(org.eclipse.gef.graph.Edge edge, java.lang.String penwidth)
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:
java.lang.IllegalArgumentException
- when the given penwidth value is not supported.
-
getPenwidthParsed
public static java.lang.Double getPenwidthParsed(org.eclipse.gef.graph.Edge edge)
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
public static void setPenwidthParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double penwidth)
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:
java.lang.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.
-
getPos
public static java.lang.String getPos(org.eclipse.gef.graph.Node node)
Returns the value of thePOS__NE
attribute of the givenNode
.
-
setPos
public static void setPos(org.eclipse.gef.graph.Node node, java.lang.String pos)
Sets the value of thePOS__NE
attribute of the givenNode
to the given pos value.
-
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.
-
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.
-
getPos
public static java.lang.String getPos(org.eclipse.gef.graph.Edge edge)
Returns the value of thePOS__NE
attribute of the givenEdge
.
-
setPos
public static void setPos(org.eclipse.gef.graph.Edge edge, java.lang.String pos)
Sets the value of thePOS__NE
attribute of the givenEdge
to the given pos value.
-
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.
-
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.
-
getRank
public static java.lang.String getRank(org.eclipse.gef.graph.Graph graph)
Returns the value of theRANK__S
attribute of the givenGraph
.
-
setRank
public static void setRank(org.eclipse.gef.graph.Graph graph, java.lang.String rank)
Sets the value of theRANK__S
attribute of the givenGraph
to the given rank value.
-
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.
-
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:
java.lang.IllegalArgumentException
- when the given rankdir value is not supported.
-
getRankdir
public static java.lang.String getRankdir(org.eclipse.gef.graph.Graph graph)
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
public static void setRankdir(org.eclipse.gef.graph.Graph graph, java.lang.String rankdir)
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:
java.lang.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:
java.lang.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.
-
getShape
public static java.lang.String getShape(org.eclipse.gef.graph.Node node)
Returns the value of theSHAPE__N
attribute of the givenNode
.
-
setShape
public static void setShape(org.eclipse.gef.graph.Node node, java.lang.String shape)
Sets the value of theSHAPE__N
attribute of the givenNode
to the given shape value.
-
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.
-
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.
-
getSides
public static java.lang.String getSides(org.eclipse.gef.graph.Node node)
Returns the value of theSIDES__N
attribute of the givenNode
.
-
setSides
public static void setSides(org.eclipse.gef.graph.Node node, java.lang.String sides)
Sets the value of theSIDES__N
attribute of the givenNode
to the given sides value.
-
getSidesParsed
public static java.lang.Integer getSidesParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of theSIDES__N
attribute of the givenNode
.
-
setSidesParsed
public static void setSidesParsed(org.eclipse.gef.graph.Node node, java.lang.Integer sides)
Sets the (parsed) value of theSIDES__N
attribute of the givenNode
to the given sides value.
-
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.
-
getSkew
public static java.lang.String getSkew(org.eclipse.gef.graph.Node node)
Returns the value of theSKEW__N
attribute of the givenNode
.
-
setSkew
public static void setSkew(org.eclipse.gef.graph.Node node, java.lang.String skew)
Sets the value of theSKEW__N
attribute of the givenNode
to the given skew value.
-
getSkewParsed
public static java.lang.Double getSkewParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of theSKEW__N
attribute of the givenNode
.
-
setSkewParsed
public static void setSkewParsed(org.eclipse.gef.graph.Node node, java.lang.Double skew)
Sets the (parsed) value of theSKEW__N
attribute of the givenNode
to the given skew value.
-
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:
java.lang.IllegalArgumentException
- when the given splines value is not supported.
-
getSplines
public static java.lang.String getSplines(org.eclipse.gef.graph.Graph graph)
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
public static void setSplines(org.eclipse.gef.graph.Graph graph, java.lang.String splines)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given style value is not supported.
-
getStyle
public static java.lang.String getStyle(org.eclipse.gef.graph.Graph graph)
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
public static void setStyle(org.eclipse.gef.graph.Graph graph, java.lang.String style)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given style value is not supported.
-
getStyle
public static java.lang.String getStyle(org.eclipse.gef.graph.Node node)
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
public static void setStyle(org.eclipse.gef.graph.Node node, java.lang.String style)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given style value is not supported.
-
getStyle
public static java.lang.String getStyle(org.eclipse.gef.graph.Edge edge)
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
public static void setStyle(org.eclipse.gef.graph.Edge edge, java.lang.String style)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tailLp value is not supported.
-
getTailLp
public static java.lang.String getTailLp(org.eclipse.gef.graph.Edge edge)
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
public static void setTailLp(org.eclipse.gef.graph.Edge edge, java.lang.String tailLp)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given taillabel value is not supported.
-
getTaillabel
public static java.lang.String getTaillabel(org.eclipse.gef.graph.Edge edge)
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
public static void setTaillabel(org.eclipse.gef.graph.Edge edge, java.lang.String taillabel)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tailport value is not supported.
-
getTailport
public static java.lang.String getTailport(org.eclipse.gef.graph.Edge edge)
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
public static void setTailport(org.eclipse.gef.graph.Edge edge, java.lang.String tailport)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tailtooltip value is not supported.
-
getTailtooltip
public static java.lang.String getTailtooltip(org.eclipse.gef.graph.Edge edge)
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
public static void setTailtooltip(org.eclipse.gef.graph.Edge edge, java.lang.String tailtooltip)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
public static java.lang.String getTooltip(org.eclipse.gef.graph.Graph graph)
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
public static void setTooltip(org.eclipse.gef.graph.Graph graph, java.lang.String tooltip)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
public static java.lang.String getTooltip(org.eclipse.gef.graph.Node node)
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
public static void setTooltip(org.eclipse.gef.graph.Node node, java.lang.String tooltip)
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:
java.lang.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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given tooltip value is not supported.
-
getTooltip
public static java.lang.String getTooltip(org.eclipse.gef.graph.Edge edge)
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
public static void setTooltip(org.eclipse.gef.graph.Edge edge, java.lang.String tooltip)
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:
java.lang.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:
java.lang.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.
-
getWidth
public static java.lang.String getWidth(org.eclipse.gef.graph.Node node)
Returns the value of theWIDTH__N
attribute of the givenNode
.
-
setWidth
public static void setWidth(org.eclipse.gef.graph.Node node, java.lang.String width)
Sets the value of theWIDTH__N
attribute of the givenNode
to the given width value.
-
getWidthParsed
public static java.lang.Double getWidthParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of theWIDTH__N
attribute of the givenNode
.
-
setWidthParsed
public static void setWidthParsed(org.eclipse.gef.graph.Node node, java.lang.Double width)
Sets the (parsed) value of theWIDTH__N
attribute of the givenNode
to the given width value.
-
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:
java.lang.IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlabel
public static java.lang.String getXlabel(org.eclipse.gef.graph.Node node)
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
public static void setXlabel(org.eclipse.gef.graph.Node node, java.lang.String xlabel)
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:
java.lang.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:
java.lang.IllegalArgumentException
- when the given xlabel value is not supported.
-
getXlabel
public static java.lang.String getXlabel(org.eclipse.gef.graph.Edge edge)
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
public static void setXlabel(org.eclipse.gef.graph.Edge edge, java.lang.String xlabel)
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:
java.lang.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.
-
getXlp
public static java.lang.String getXlp(org.eclipse.gef.graph.Node node)
Returns the value of theXLP__NE
attribute of the givenNode
.
-
setXlp
public static void setXlp(org.eclipse.gef.graph.Node node, java.lang.String xlp)
Sets the value of theXLP__NE
attribute of the givenNode
to the given xlp value.
-
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.
-
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.
-
getXlp
public static java.lang.String getXlp(org.eclipse.gef.graph.Edge edge)
Returns the value of theXLP__NE
attribute of the givenEdge
.
-
setXlp
public static void setXlp(org.eclipse.gef.graph.Edge edge, java.lang.String xlp)
Sets the value of theXLP__NE
attribute of the givenEdge
to the given xlp value.
-
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.
-
-