public class DotAttributes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DotAttributes.Context
Contexts by which attributes may be used.
|
Modifier and Type | Field and 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 |
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 and Description |
---|
DotAttributes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
_getName(org.eclipse.gef.graph.Edge edge)
Returns the value of the
_NAME__GNE attribute of the given
Edge . |
static java.lang.String |
_getName(org.eclipse.gef.graph.Graph graph)
Returns the value of the
_NAME__GNE attribute of the given
Graph . |
static java.lang.String |
_getName(org.eclipse.gef.graph.Node node)
Returns the value of the
_NAME__GNE attribute of the given
Node . |
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 given
Graph . |
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 given
Node . |
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 given
Graph . |
static void |
_setName(org.eclipse.gef.graph.Graph graph,
java.lang.String name)
Sets the
_NAME__GNE attribute of the given Graph 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 given Node 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 given Graph 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 given Node 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 given Graph to the
given type value. |
static java.lang.String |
getArrowhead(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ARROWHEAD__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType |
getArrowheadParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
ARROWHEAD__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getArrowheadRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
ARROWHEAD__E attribute of the given Edge . |
static java.lang.String |
getArrowsize(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ARROWSIZE__E attribute of the given Edge . |
static java.lang.Double |
getArrowsizeParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
ARROWSIZE__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getArrowsizeRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
ARROWSIZE__E attribute of the given Edge . |
static java.lang.String |
getArrowtail(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ARROWTAIL__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType |
getArrowtailParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
ARROWTAIL__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getArrowtailRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
ARROWTAIL__E attribute of the given Edge . |
static java.lang.String |
getBb(org.eclipse.gef.graph.Graph graph)
Returns the value of the
BB__GC attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.rect.Rect |
getBbParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
BB__GC attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getBbRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
BB__GC attribute of the given Graph . |
static java.lang.String |
getBgcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
BGCOLOR__GC attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.colorlist.ColorList |
getBgcolorParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
BGCOLOR__GC attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getBgcolorRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
BGCOLOR__GC attribute of the given Graph . |
static java.lang.String |
getClusterrank(org.eclipse.gef.graph.Graph graph)
Returns the value of the
CLUSTERRANK__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.clustermode.ClusterMode |
getClusterrankParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
CLUSTERRANK__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getClusterrankRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
CLUSTERRANK__G attribute of the given Graph . |
static java.lang.String |
getColor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
COLOR__CNE attribute of the given Edge . |
static java.lang.String |
getColor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
COLOR__CNE attribute of the given Graph . |
static java.lang.String |
getColor(org.eclipse.gef.graph.Node node)
Returns the value of the
COLOR__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.colorlist.ColorList |
getColorParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
COLOR__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.color.Color |
getColorParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
COLOR__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.color.Color |
getColorParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
COLOR__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
COLOR__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
COLOR__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
COLOR__CNE attribute of the given Node . |
static java.lang.String |
getColorscheme(org.eclipse.gef.graph.Edge edge)
Returns the value of the
COLORSCHEME__GCNE attribute of the given Edge . |
static java.lang.String |
getColorscheme(org.eclipse.gef.graph.Graph graph)
Returns the value of the
COLORSCHEME__GCNE attribute of the given Graph . |
static java.lang.String |
getColorscheme(org.eclipse.gef.graph.Node node)
Returns the value of the
COLORSCHEME__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorschemeRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
COLORSCHEME__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorschemeRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
COLORSCHEME__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getColorschemeRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
COLORSCHEME__GCNE attribute of the given Node . |
static DotAttributes.Context |
getContext(org.eclipse.emf.ecore.EObject eObject)
Determine the context in which the given
EObject is used. |
static java.lang.String |
getDir(org.eclipse.gef.graph.Edge edge)
Returns the value of the
DIR__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.dir.DirType |
getDirParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
DIR__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getDirRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
DIR__E attribute of the given Edge . |
static java.lang.String |
getDistortion(org.eclipse.gef.graph.Node node)
Returns the value of the
DISTORTION__N attribute of the given Node . |
static java.lang.Double |
getDistortionParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
DISTORTION__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getDistortionRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
DISTORTION__N attribute of the given Node . |
static java.lang.String |
getEdgetooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of the
EDGETOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getEdgetooltipParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
EDGETOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getEdgetooltipRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
EDGETOOLTIP__E attribute of the given Edge . |
static java.lang.String |
getFillcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FILLCOLOR__CNE attribute of the given Edge . |
static java.lang.String |
getFillcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FILLCOLOR__CNE attribute of the given Graph . |
static java.lang.String |
getFillcolor(org.eclipse.gef.graph.Node node)
Returns the value of the
FILLCOLOR__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.color.Color |
getFillcolorParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
FILLCOLOR__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.colorlist.ColorList |
getFillcolorParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
FILLCOLOR__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.colorlist.ColorList |
getFillcolorParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
FILLCOLOR__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFillcolorRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
FILLCOLOR__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFillcolorRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
FILLCOLOR__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFillcolorRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
FILLCOLOR__CNE attribute of the given Node . |
static java.lang.String |
getFixedsize(org.eclipse.gef.graph.Node node)
Returns the value of the
FIXEDSIZE__N attribute of the given Node . |
static java.lang.Boolean |
getFixedsizeParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
FIXEDSIZE__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFixedsizeRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
FIXEDSIZE__N attribute of the given Node . |
static java.lang.String |
getFontcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FONTCOLOR__GCNE attribute of the given Edge . |
static java.lang.String |
getFontcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FONTCOLOR__GCNE attribute of the given Graph . |
static java.lang.String |
getFontcolor(org.eclipse.gef.graph.Node node)
Returns the value of the
FONTCOLOR__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.color.Color |
getFontcolorParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
FONTCOLOR__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.color.Color |
getFontcolorParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
FONTCOLOR__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.color.Color |
getFontcolorParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
FONTCOLOR__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontcolorRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
FONTCOLOR__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontcolorRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
FONTCOLOR__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontcolorRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
FONTCOLOR__GCNE attribute of the given Node . |
static java.lang.String |
getFontname(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FONTNAME__GCNE attribute of the given Edge . |
static java.lang.String |
getFontname(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FONTNAME__GCNE attribute of the given Graph . |
static java.lang.String |
getFontname(org.eclipse.gef.graph.Node node)
Returns the value of the
FONTNAME__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontnameRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
FONTNAME__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontnameRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
FONTNAME__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontnameRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
FONTNAME__GCNE attribute of the given Node . |
static java.lang.String |
getFontsize(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FONTSIZE__GCNE attribute of the given Edge . |
static java.lang.String |
getFontsize(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FONTSIZE__GCNE attribute of the given Graph . |
static java.lang.String |
getFontsize(org.eclipse.gef.graph.Node node)
Returns the value of the
FONTSIZE__GCNE attribute of the given Node . |
static java.lang.Double |
getFontsizeParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
FONTSIZE__GCNE attribute of the given Edge . |
static java.lang.Double |
getFontsizeParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
FONTSIZE__GCNE attribute of the given Graph . |
static java.lang.Double |
getFontsizeParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
FONTSIZE__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontsizeRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
FONTSIZE__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontsizeRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
FONTSIZE__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getFontsizeRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
FONTSIZE__GCNE attribute of the given Node . |
static java.lang.String |
getForcelabels(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FORCELABELS__G attribute of the given Graph . |
static java.lang.Boolean |
getForcelabelsParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
FORCELABELS__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getForcelabelsRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
FORCELABELS__G attribute of the given Graph . |
static java.lang.String |
getHeadlabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
HEADLABEL__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getHeadlabelRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
HEADLABEL__E attribute of the given Edge . |
static java.lang.String |
getHeadLp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
HEAD_LP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.point.Point |
getHeadLpParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
HEAD_LP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getHeadLpRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
HEAD_LP__E attribute of the given Edge . |
static java.lang.String |
getHeadport(org.eclipse.gef.graph.Edge edge)
Returns the value of the
HEADPORT__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.portpos.PortPos |
getHeadportParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
HEADPORT__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getHeadportRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
HEADPORT__E attribute of the given Edge . |
static java.lang.String |
getHeadtooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of the
HEADTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getHeadtooltipParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
HEADTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getHeadtooltipRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
HEADTOOLTIP__E attribute of the given Edge . |
static java.lang.String |
getHeight(org.eclipse.gef.graph.Node node)
Returns the value of the
HEIGHT__N attribute of the given Node . |
static java.lang.Double |
getHeightParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
HEIGHT__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getHeightRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
HEIGHT__N attribute of the given Node . |
static java.lang.String |
getId(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ID__GCNE attribute of the given Edge . |
static java.lang.String |
getId(org.eclipse.gef.graph.Graph graph)
Returns the value of the
ID__GCNE attribute of the given Graph . |
static java.lang.String |
getId(org.eclipse.gef.graph.Node node)
Returns the value of the
ID__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getIdRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
ID__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getIdRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
ID__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getIdRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
ID__GCNE attribute of the given Node . |
static java.lang.String |
getLabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABEL__GCNE attribute of the given Edge . |
static java.lang.String |
getLabel(org.eclipse.gef.graph.Graph graph)
Returns the value of the
LABEL__GCNE attribute of the given Graph . |
static java.lang.String |
getLabel(org.eclipse.gef.graph.Node node)
Returns the value of the
LABEL__GCNE attribute of the given Node . |
static java.lang.String |
getLabelfontcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABELFONTCOLOR__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.color.Color |
getLabelfontcolorParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
LABELFONTCOLOR__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelfontcolorRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LABELFONTCOLOR__E attribute of the given Edge . |
static java.lang.String |
getLabelfontname(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABELFONTNAME__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelfontnameRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LABELFONTNAME__E attribute of the given Edge . |
static java.lang.String |
getLabelfontsize(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABELFONTSIZE__E attribute of the given Edge . |
static java.lang.Double |
getLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
LABELFONTSIZE__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelfontsizeRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LABELFONTSIZE__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LABEL__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
LABEL__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabelRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
LABEL__GCNE attribute of the given Node . |
static java.lang.String |
getLabeltooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABELTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getLabeltooltipParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
LABELTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLabeltooltipRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LABELTOOLTIP__E attribute of the given Edge . |
static java.lang.String |
getLayout(org.eclipse.gef.graph.Graph graph)
Returns the value of the
LAYOUT__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.layout.Layout |
getLayoutParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
LAYOUT__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLayoutRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
LAYOUT__G attribute of the given Graph . |
static java.lang.String |
getLp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LP__GCE attribute of the given Edge . |
static java.lang.String |
getLp(org.eclipse.gef.graph.Graph graph)
Returns the value of the
LP__GCE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.point.Point |
getLpParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
LP__GCE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.point.Point |
getLpParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
LP__GCE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLpRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
LP__GCE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getLpRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
LP__GCE attribute of the given Graph . |
static java.lang.String |
getNodesep(org.eclipse.gef.graph.Graph graph)
Returns the value of the
NODESEP__G attribute of the given Graph . |
static java.lang.Double |
getNodesepParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
NODESEP__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getNodesepRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
NODESEP__G attribute of the given Graph . |
static java.lang.String |
getOutputorder(org.eclipse.gef.graph.Graph graph)
Returns the value of the
OUTPUTORDER__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.outputmode.OutputMode |
getOutputorderParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
OUTPUTORDER__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getOutputorderRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
OUTPUTORDER__G attribute of the given Graph . |
static java.lang.String |
getPagedir(org.eclipse.gef.graph.Graph graph)
Returns the value of the
PAGEDIR__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.pagedir.Pagedir |
getPagedirParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
PAGEDIR__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getPagedirRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
PAGEDIR__G attribute of the given Graph . |
static java.lang.String |
getPos(org.eclipse.gef.graph.Edge edge)
Returns the value of the
POS__NE attribute of the given Edge . |
static java.lang.String |
getPos(org.eclipse.gef.graph.Node node)
Returns the value of the
POS__NE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.splinetype.SplineType |
getPosParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
POS__NE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.point.Point |
getPosParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
POS__NE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getPosRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
POS__NE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getPosRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
POS__NE attribute of the given Node . |
static java.lang.String |
getRank(org.eclipse.gef.graph.Graph graph)
Returns the value of the
RANK__S attribute of the given Graph . |
static java.lang.String |
getRankdir(org.eclipse.gef.graph.Graph graph)
Returns the value of the
RANKDIR__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.rankdir.Rankdir |
getRankdirParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
RANKDIR__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getRankdirRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
RANKDIR__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.ranktype.RankType |
getRankParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
RANK__S attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getRankRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
RANK__S attribute of the given Graph . |
static java.lang.String |
getShape(org.eclipse.gef.graph.Node node)
Returns the value of the
SHAPE__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.shape.Shape |
getShapeParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
SHAPE__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getShapeRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
SHAPE__N attribute of the given Node . |
static java.lang.String |
getSides(org.eclipse.gef.graph.Node node)
Returns the value of the
SIDES__N attribute of the given Node . |
static java.lang.Integer |
getSidesParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
SIDES__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getSidesRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
SIDES__N attribute of the given Node . |
static java.lang.String |
getSkew(org.eclipse.gef.graph.Node node)
Returns the value of the
SKEW__N attribute of the given Node . |
static java.lang.Double |
getSkewParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
SKEW__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getSkewRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
SKEW__N attribute of the given Node . |
static java.lang.String |
getSplines(org.eclipse.gef.graph.Graph graph)
Returns the value of the
SPLINES__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.splines.Splines |
getSplinesParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
SPLINES__G attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getSplinesRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
SPLINES__G attribute of the given Graph . |
static java.lang.String |
getStyle(org.eclipse.gef.graph.Edge edge)
Returns the value of the
STYLE__GCNE attribute of the given Edge . |
static java.lang.String |
getStyle(org.eclipse.gef.graph.Graph graph)
Returns the value of the
STYLE__GCNE attribute of the given Graph . |
static java.lang.String |
getStyle(org.eclipse.gef.graph.Node node)
Returns the value of the
STYLE__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.style.Style |
getStyleParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
STYLE__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.style.Style |
getStyleParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
STYLE__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.style.Style |
getStyleParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
STYLE__GCNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getStyleRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
STYLE__GCNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getStyleRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
STYLE__GCNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getStyleRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
STYLE__GCNE attribute of the given Node . |
static java.lang.String |
getTaillabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
TAILLABEL__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTaillabelRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
TAILLABEL__E attribute of the given Edge . |
static java.lang.String |
getTailLp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
TAIL_LP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.point.Point |
getTailLpParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
TAIL_LP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTailLpRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
TAIL_LP__E attribute of the given Edge . |
static java.lang.String |
getTailport(org.eclipse.gef.graph.Edge edge)
Returns the value of the
TAILPORT__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.portpos.PortPos |
getTailportParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
TAILPORT__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTailportRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
TAILPORT__E attribute of the given Edge . |
static java.lang.String |
getTailtooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of the
TAILTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getTailtooltipParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
TAILTOOLTIP__E attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTailtooltipRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
TAILTOOLTIP__E attribute of the given Edge . |
static java.lang.String |
getTooltip(org.eclipse.gef.graph.Edge edge)
Returns the value of the
TOOLTIP__CNE attribute of the given Edge . |
static java.lang.String |
getTooltip(org.eclipse.gef.graph.Graph graph)
Returns the value of the
TOOLTIP__CNE attribute of the given Graph . |
static java.lang.String |
getTooltip(org.eclipse.gef.graph.Node node)
Returns the value of the
TOOLTIP__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getTooltipParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
TOOLTIP__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getTooltipParsed(org.eclipse.gef.graph.Graph graph)
Returns the (parsed) value of the
TOOLTIP__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.escstring.EscString |
getTooltipParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
TOOLTIP__CNE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTooltipRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
TOOLTIP__CNE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTooltipRaw(org.eclipse.gef.graph.Graph graph)
Returns the (raw) value of the
TOOLTIP__CNE attribute of the given Graph . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getTooltipRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
TOOLTIP__CNE attribute of the given Node . |
static java.lang.String |
getWidth(org.eclipse.gef.graph.Node node)
Returns the value of the
WIDTH__N attribute of the given Node . |
static java.lang.Double |
getWidthParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
WIDTH__N attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getWidthRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
WIDTH__N attribute of the given Node . |
static java.lang.String |
getXlabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
XLABEL__NE attribute of the given Edge . |
static java.lang.String |
getXlabel(org.eclipse.gef.graph.Node node)
Returns the value of the
XLABEL__NE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getXlabelRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
XLABEL__NE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getXlabelRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
XLABEL__NE attribute of the given Node . |
static java.lang.String |
getXlp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
XLP__NE attribute of the given Edge . |
static java.lang.String |
getXlp(org.eclipse.gef.graph.Node node)
Returns the value of the
XLP__NE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.point.Point |
getXlpParsed(org.eclipse.gef.graph.Edge edge)
Returns the (parsed) value of the
XLP__NE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.point.Point |
getXlpParsed(org.eclipse.gef.graph.Node node)
Returns the (parsed) value of the
XLP__NE attribute of the given Node . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getXlpRaw(org.eclipse.gef.graph.Edge edge)
Returns the (raw) value of the
XLP__NE attribute of the given Edge . |
static org.eclipse.gef.dot.internal.language.terminals.ID |
getXlpRaw(org.eclipse.gef.graph.Node node)
Returns the (raw) value of the
XLP__NE attribute of the given Node . |
static boolean |
isCluster(org.eclipse.gef.graph.Node node) |
static void |
setArrowhead(org.eclipse.gef.graph.Edge edge,
java.lang.String arrowhead)
Sets the value of the
ARROWHEAD__E attribute of the given Edge 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 the
ARROWHEAD__E attribute of the given Edge 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 the
ARROWHEAD__E attribute of the given Edge
to the given arrowhead value. |
static void |
setArrowsize(org.eclipse.gef.graph.Edge edge,
java.lang.String arrowsize)
Sets the value of the
ARROWSIZE__E attribute of the given Edge to the given arrowsize value. |
static void |
setArrowsizeParsed(org.eclipse.gef.graph.Edge edge,
java.lang.Double arrowsize)
Sets the (parsed) value of the
ARROWSIZE__E attribute of the given Edge 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 the
ARROWSIZE__E attribute of the given Edge
to the given arrowsize value. |
static void |
setArrowtail(org.eclipse.gef.graph.Edge edge,
java.lang.String arrowtail)
Sets the value of the
ARROWTAIL__E attribute of the given Edge 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 the
ARROWTAIL__E attribute of the given Edge 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 the
ARROWTAIL__E attribute of the given Edge
to the given arrowtail value. |
static void |
setBb(org.eclipse.gef.graph.Graph graph,
java.lang.String bb)
Sets the value of the
BB__GC attribute of the given Graph 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 the
BB__GC attribute of the given Graph 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 the
BB__GC attribute of the given Graph
to the given bb value. |
static void |
setBgcolor(org.eclipse.gef.graph.Graph graph,
java.lang.String bgcolor)
Sets the value of the
BGCOLOR__GC attribute of the given Graph 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 the
BGCOLOR__GC attribute of the given Graph 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 the
BGCOLOR__GC attribute of the given Graph
to the given bgcolor value. |
static void |
setClusterrank(org.eclipse.gef.graph.Graph graph,
java.lang.String clusterrank)
Sets the value of the
CLUSTERRANK__G attribute of the given Graph 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 the
CLUSTERRANK__G attribute of the given Graph 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 the
CLUSTERRANK__G attribute of the given Graph
to the given clusterrank value. |
static void |
setColor(org.eclipse.gef.graph.Edge edge,
java.lang.String color)
Sets the value of the
COLOR__CNE attribute of the given Edge to the given color value. |
static void |
setColor(org.eclipse.gef.graph.Graph graph,
java.lang.String color)
Sets the value of the
COLOR__CNE attribute of the given Graph to the given color value. |
static void |
setColor(org.eclipse.gef.graph.Node node,
java.lang.String color)
Sets the value of the
COLOR__CNE attribute of the given Node 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 the
COLOR__CNE attribute of the given Edge 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 the
COLOR__CNE attribute of the given Graph 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 the
COLOR__CNE attribute of the given Node 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 the
COLOR__CNE attribute of the given Edge
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 the
COLOR__CNE attribute of the given Graph
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 the
COLOR__CNE attribute of the given Node
to the given color value. |
static void |
setColorscheme(org.eclipse.gef.graph.Edge edge,
java.lang.String colorscheme)
Sets the value of the
COLORSCHEME__GCNE attribute of the given Edge to the given colorscheme value. |
static void |
setColorscheme(org.eclipse.gef.graph.Graph graph,
java.lang.String colorscheme)
Sets the value of the
COLORSCHEME__GCNE attribute of the given Graph to the given colorscheme value. |
static void |
setColorscheme(org.eclipse.gef.graph.Node node,
java.lang.String colorscheme)
Sets the value of the
COLORSCHEME__GCNE attribute of the given Node 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 the
COLORSCHEME__GCNE attribute of the given Edge
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 the
COLORSCHEME__GCNE attribute of the given Graph
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 the
COLORSCHEME__GCNE attribute of the given Node
to the given colorscheme value. |
static void |
setDir(org.eclipse.gef.graph.Edge edge,
java.lang.String dir)
Sets the value of the
DIR__E attribute of the given Edge 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 the
DIR__E attribute of the given Edge 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 the
DIR__E attribute of the given Edge
to the given dir value. |
static void |
setDistortion(org.eclipse.gef.graph.Node node,
java.lang.String distortion)
Sets the value of the
DISTORTION__N attribute of the given Node to the given distortion value. |
static void |
setDistortionParsed(org.eclipse.gef.graph.Node node,
java.lang.Double distortion)
Sets the (parsed) value of the
DISTORTION__N attribute of the given Node 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 the
DISTORTION__N attribute of the given Node
to the given distortion value. |
static void |
setEdgetooltip(org.eclipse.gef.graph.Edge edge,
java.lang.String edgetooltip)
Sets the value of the
EDGETOOLTIP__E attribute of the given Edge 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 the
EDGETOOLTIP__E attribute of the given Edge 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 the
EDGETOOLTIP__E attribute of the given Edge
to the given edgetooltip value. |
static void |
setFillcolor(org.eclipse.gef.graph.Edge edge,
java.lang.String fillcolor)
Sets the value of the
FILLCOLOR__CNE attribute of the given Edge to the given fillcolor value. |
static void |
setFillcolor(org.eclipse.gef.graph.Graph graph,
java.lang.String fillcolor)
Sets the value of the
FILLCOLOR__CNE attribute of the given Graph to the given fillcolor value. |
static void |
setFillcolor(org.eclipse.gef.graph.Node node,
java.lang.String fillcolor)
Sets the value of the
FILLCOLOR__CNE attribute of the given Node 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 the
FILLCOLOR__CNE attribute of the given Edge 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 the
FILLCOLOR__CNE attribute of the given Graph 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 the
FILLCOLOR__CNE attribute of the given Node 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 the
FILLCOLOR__CNE attribute of the given Edge
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 the
FILLCOLOR__CNE attribute of the given Graph
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 the
FILLCOLOR__CNE attribute of the given Node
to the given fillcolor value. |
static void |
setFixedsize(org.eclipse.gef.graph.Node node,
java.lang.String fixedsize)
Sets the value of the
FIXEDSIZE__N attribute of the given Node to the given fixedsize value. |
static void |
setFixedsizeParsed(org.eclipse.gef.graph.Node node,
java.lang.Boolean fixedsize)
Sets the (parsed) value of the
FIXEDSIZE__N attribute of the given Node 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 the
FIXEDSIZE__N attribute of the given Node
to the given fixedsize value. |
static void |
setFontcolor(org.eclipse.gef.graph.Edge edge,
java.lang.String fontcolor)
Sets the value of the
FONTCOLOR__GCNE attribute of the given Edge to the given fontcolor value. |
static void |
setFontcolor(org.eclipse.gef.graph.Graph graph,
java.lang.String fontcolor)
Sets the value of the
FONTCOLOR__GCNE attribute of the given Graph to the given fontcolor value. |
static void |
setFontcolor(org.eclipse.gef.graph.Node node,
java.lang.String fontcolor)
Sets the value of the
FONTCOLOR__GCNE attribute of the given Node 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 the
FONTCOLOR__GCNE attribute of the given Edge 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 the
FONTCOLOR__GCNE attribute of the given Graph 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 the
FONTCOLOR__GCNE attribute of the given Node 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 the
FONTCOLOR__GCNE attribute of the given Edge
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 the
FONTCOLOR__GCNE attribute of the given Graph
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 the
FONTCOLOR__GCNE attribute of the given Node
to the given fontcolor value. |
static void |
setFontname(org.eclipse.gef.graph.Edge edge,
java.lang.String fontname)
Sets the value of the
FONTNAME__GCNE attribute of the given Edge to the given fontname value. |
static void |
setFontname(org.eclipse.gef.graph.Graph graph,
java.lang.String fontname)
Sets the value of the
FONTNAME__GCNE attribute of the given Graph to the given fontname value. |
static void |
setFontname(org.eclipse.gef.graph.Node node,
java.lang.String fontname)
Sets the value of the
FONTNAME__GCNE attribute of the given Node 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 the
FONTNAME__GCNE attribute of the given Edge
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 the
FONTNAME__GCNE attribute of the given Graph
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 the
FONTNAME__GCNE attribute of the given Node
to the given fontname value. |
static void |
setFontsize(org.eclipse.gef.graph.Edge edge,
java.lang.String fontsize)
Sets the value of the
FONTSIZE__GCNE attribute of the given Edge to the given fontsize value. |
static void |
setFontsize(org.eclipse.gef.graph.Graph graph,
java.lang.String fontsize)
Sets the value of the
FONTSIZE__GCNE attribute of the given Graph to the given fontsize value. |
static void |
setFontsize(org.eclipse.gef.graph.Node node,
java.lang.String fontsize)
Sets the value of the
FONTSIZE__GCNE attribute of the given Node to the given fontsize value. |
static void |
setFontsizeParsed(org.eclipse.gef.graph.Edge edge,
java.lang.Double fontsize)
Sets the (parsed) value of the
FONTSIZE__GCNE attribute of the given Edge to the given fontsize value. |
static void |
setFontsizeParsed(org.eclipse.gef.graph.Graph graph,
java.lang.Double fontsize)
Sets the (parsed) value of the
FONTSIZE__GCNE attribute of the given Graph to the given fontsize value. |
static void |
setFontsizeParsed(org.eclipse.gef.graph.Node node,
java.lang.Double fontsize)
Sets the (parsed) value of the
FONTSIZE__GCNE attribute of the given Node 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 the
FONTSIZE__GCNE attribute of the given Edge
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 the
FONTSIZE__GCNE attribute of the given Graph
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 the
FONTSIZE__GCNE attribute of the given Node
to the given fontsize value. |
static void |
setForcelabels(org.eclipse.gef.graph.Graph graph,
java.lang.String forcelabels)
Sets the value of the
FORCELABELS__G attribute of the given Graph to the given forcelabels value. |
static void |
setForcelabelsParsed(org.eclipse.gef.graph.Graph graph,
java.lang.Boolean forcelabels)
Sets the (parsed) value of the
FORCELABELS__G attribute of the given Graph 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 the
FORCELABELS__G attribute of the given Graph
to the given forcelabels value. |
static void |
setHeadlabel(org.eclipse.gef.graph.Edge edge,
java.lang.String headlabel)
Sets the value of the
HEADLABEL__E attribute of the given Edge 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 the
HEADLABEL__E attribute of the given Edge
to the given headlabel value. |
static void |
setHeadLp(org.eclipse.gef.graph.Edge edge,
java.lang.String headLp)
Sets the value of the
HEAD_LP__E attribute of the given Edge 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 the
HEAD_LP__E attribute of the given Edge 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 the
HEAD_LP__E attribute of the given Edge
to the given headLp value. |
static void |
setHeadport(org.eclipse.gef.graph.Edge edge,
java.lang.String headport)
Sets the value of the
HEADPORT__E attribute of the given Edge 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 the
HEADPORT__E attribute of the given Edge 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 the
HEADPORT__E attribute of the given Edge
to the given headport value. |
static void |
setHeadtooltip(org.eclipse.gef.graph.Edge edge,
java.lang.String headtooltip)
Sets the value of the
HEADTOOLTIP__E attribute of the given Edge 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 the
HEADTOOLTIP__E attribute of the given Edge 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 the
HEADTOOLTIP__E attribute of the given Edge
to the given headtooltip value. |
static void |
setHeight(org.eclipse.gef.graph.Node node,
java.lang.String height)
Sets the value of the
HEIGHT__N attribute of the given Node to the given height value. |
static void |
setHeightParsed(org.eclipse.gef.graph.Node node,
java.lang.Double height)
Sets the (parsed) value of the
HEIGHT__N attribute of the given Node 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 the
HEIGHT__N attribute of the given Node
to the given height value. |
static void |
setId(org.eclipse.gef.graph.Edge edge,
java.lang.String id)
Sets the value of the
ID__GCNE attribute of the given Edge to the given id value. |
static void |
setId(org.eclipse.gef.graph.Graph graph,
java.lang.String id)
Sets the value of the
ID__GCNE attribute of the given Graph to the given id value. |
static void |
setId(org.eclipse.gef.graph.Node node,
java.lang.String id)
Sets the value of the
ID__GCNE attribute of the given Node 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 the
ID__GCNE attribute of the given Edge
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 the
ID__GCNE attribute of the given Graph
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 the
ID__GCNE attribute of the given Node
to the given id value. |
static void |
setLabel(org.eclipse.gef.graph.Edge edge,
java.lang.String label)
Sets the value of the
LABEL__GCNE attribute of the given Edge to the given label value. |
static void |
setLabel(org.eclipse.gef.graph.Graph graph,
java.lang.String label)
Sets the value of the
LABEL__GCNE attribute of the given Graph to the given label value. |
static void |
setLabel(org.eclipse.gef.graph.Node node,
java.lang.String label)
Sets the value of the
LABEL__GCNE attribute of the given Node to the given label value. |
static void |
setLabelfontcolor(org.eclipse.gef.graph.Edge edge,
java.lang.String labelfontcolor)
Sets the value of the
LABELFONTCOLOR__E attribute of the given Edge 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 the
LABELFONTCOLOR__E attribute of the given Edge 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 the
LABELFONTCOLOR__E attribute of the given Edge
to the given labelfontcolor value. |
static void |
setLabelfontname(org.eclipse.gef.graph.Edge edge,
java.lang.String labelfontname)
Sets the value of the
LABELFONTNAME__E attribute of the given Edge 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 the
LABELFONTNAME__E attribute of the given Edge
to the given labelfontname value. |
static void |
setLabelfontsize(org.eclipse.gef.graph.Edge edge,
java.lang.String labelfontsize)
Sets the value of the
LABELFONTSIZE__E attribute of the given Edge to the given labelfontsize value. |
static void |
setLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge,
java.lang.Double labelfontsize)
Sets the (parsed) value of the
LABELFONTSIZE__E attribute of the given Edge 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 the
LABELFONTSIZE__E attribute of the given Edge
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 the
LABEL__GCNE attribute of the given Edge
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 the
LABEL__GCNE attribute of the given Graph
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 the
LABEL__GCNE attribute of the given Node
to the given label value. |
static void |
setLabeltooltip(org.eclipse.gef.graph.Edge edge,
java.lang.String labeltooltip)
Sets the value of the
LABELTOOLTIP__E attribute of the given Edge 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 the
LABELTOOLTIP__E attribute of the given Edge 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 the
LABELTOOLTIP__E attribute of the given Edge
to the given labeltooltip value. |
static void |
setLayout(org.eclipse.gef.graph.Graph graph,
java.lang.String layout)
Sets the value of the
LAYOUT__G attribute of the given Graph 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 the
LAYOUT__G attribute of the given Graph 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 the
LAYOUT__G attribute of the given Graph
to the given layout value. |
static void |
setLp(org.eclipse.gef.graph.Edge edge,
java.lang.String lp)
Sets the value of the
LP__GCE attribute of the given Edge to the given lp value. |
static void |
setLp(org.eclipse.gef.graph.Graph graph,
java.lang.String lp)
Sets the value of the
LP__GCE attribute of the given Graph 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 the
LP__GCE attribute of the given Edge 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 the
LP__GCE attribute of the given Graph 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 the
LP__GCE attribute of the given Edge
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 the
LP__GCE attribute of the given Graph
to the given lp value. |
static void |
setNodesep(org.eclipse.gef.graph.Graph graph,
java.lang.String nodesep)
Sets the value of the
NODESEP__G attribute of the given Graph to the given nodesep value. |
static void |
setNodesepParsed(org.eclipse.gef.graph.Graph graph,
java.lang.Double nodesep)
Sets the (parsed) value of the
NODESEP__G attribute of the given Graph 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 the
NODESEP__G attribute of the given Graph
to the given nodesep value. |
static void |
setOutputorder(org.eclipse.gef.graph.Graph graph,
java.lang.String outputorder)
Sets the value of the
OUTPUTORDER__G attribute of the given Graph 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 the
OUTPUTORDER__G attribute of the given Graph 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 the
OUTPUTORDER__G attribute of the given Graph
to the given outputorder value. |
static void |
setPagedir(org.eclipse.gef.graph.Graph graph,
java.lang.String pagedir)
Sets the value of the
PAGEDIR__G attribute of the given Graph 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 the
PAGEDIR__G attribute of the given Graph 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 the
PAGEDIR__G attribute of the given Graph
to the given pagedir value. |
static void |
setPos(org.eclipse.gef.graph.Edge edge,
java.lang.String pos)
Sets the value of the
POS__NE attribute of the given Edge to the given pos value. |
static void |
setPos(org.eclipse.gef.graph.Node node,
java.lang.String pos)
Sets the value of the
POS__NE attribute of the given Node 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 the
POS__NE attribute of the given Edge 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 the
POS__NE attribute of the given Node 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 the
POS__NE attribute of the given Edge
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 the
POS__NE attribute of the given Node
to the given pos value. |
static void |
setRank(org.eclipse.gef.graph.Graph graph,
java.lang.String rank)
Sets the value of the
RANK__S attribute of the given Graph to the given rank value. |
static void |
setRankdir(org.eclipse.gef.graph.Graph graph,
java.lang.String rankdir)
Sets the value of the
RANKDIR__G attribute of the given Graph 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 the
RANKDIR__G attribute of the given Graph 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 the
RANKDIR__G attribute of the given Graph
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 the
RANK__S attribute of the given Graph 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 the
RANK__S attribute of the given Graph
to the given rank value. |
static void |
setShape(org.eclipse.gef.graph.Node node,
java.lang.String shape)
Sets the value of the
SHAPE__N attribute of the given Node 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 the
SHAPE__N attribute of the given Node 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 the
SHAPE__N attribute of the given Node
to the given shape value. |
static void |
setSides(org.eclipse.gef.graph.Node node,
java.lang.String sides)
Sets the value of the
SIDES__N attribute of the given Node to the given sides value. |
static void |
setSidesParsed(org.eclipse.gef.graph.Node node,
java.lang.Integer sides)
Sets the (parsed) value of the
SIDES__N attribute of the given Node 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 the
SIDES__N attribute of the given Node
to the given sides value. |
static void |
setSkew(org.eclipse.gef.graph.Node node,
java.lang.String skew)
Sets the value of the
SKEW__N attribute of the given Node to the given skew value. |
static void |
setSkewParsed(org.eclipse.gef.graph.Node node,
java.lang.Double skew)
Sets the (parsed) value of the
SKEW__N attribute of the given Node 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 the
SKEW__N attribute of the given Node
to the given skew value. |
static void |
setSplines(org.eclipse.gef.graph.Graph graph,
java.lang.String splines)
Sets the value of the
SPLINES__G attribute of the given Graph 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 the
SPLINES__G attribute of the given Graph 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 the
SPLINES__G attribute of the given Graph
to the given splines value. |
static void |
setStyle(org.eclipse.gef.graph.Edge edge,
java.lang.String style)
Sets the value of the
STYLE__GCNE attribute of the given Edge to the given style value. |
static void |
setStyle(org.eclipse.gef.graph.Graph graph,
java.lang.String style)
Sets the value of the
STYLE__GCNE attribute of the given Graph to the given style value. |
static void |
setStyle(org.eclipse.gef.graph.Node node,
java.lang.String style)
Sets the value of the
STYLE__GCNE attribute of the given Node 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 the
STYLE__GCNE attribute of the given Edge 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 the
STYLE__GCNE attribute of the given Graph 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 the
STYLE__GCNE attribute of the given Node 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 the
STYLE__GCNE attribute of the given Edge
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 the
STYLE__GCNE attribute of the given Graph
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 the
STYLE__GCNE attribute of the given Node
to the given style value. |
static void |
setTaillabel(org.eclipse.gef.graph.Edge edge,
java.lang.String taillabel)
Sets the value of the
TAILLABEL__E attribute of the given Edge 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 the
TAILLABEL__E attribute of the given Edge
to the given taillabel value. |
static void |
setTailLp(org.eclipse.gef.graph.Edge edge,
java.lang.String tailLp)
Sets the value of the
TAIL_LP__E attribute of the given Edge 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 the
TAIL_LP__E attribute of the given Edge 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 the
TAIL_LP__E attribute of the given Edge
to the given tailLp value. |
static void |
setTailport(org.eclipse.gef.graph.Edge edge,
java.lang.String tailport)
Sets the value of the
TAILPORT__E attribute of the given Edge 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 the
TAILPORT__E attribute of the given Edge 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 the
TAILPORT__E attribute of the given Edge
to the given tailport value. |
static void |
setTailtooltip(org.eclipse.gef.graph.Edge edge,
java.lang.String tailtooltip)
Sets the value of the
TAILTOOLTIP__E attribute of the given Edge 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 the
TAILTOOLTIP__E attribute of the given Edge 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 the
TAILTOOLTIP__E attribute of the given Edge
to the given tailtooltip value. |
static void |
setTooltip(org.eclipse.gef.graph.Edge edge,
java.lang.String tooltip)
Sets the value of the
TOOLTIP__CNE attribute of the given Edge to the given tooltip value. |
static void |
setTooltip(org.eclipse.gef.graph.Graph graph,
java.lang.String tooltip)
Sets the value of the
TOOLTIP__CNE attribute of the given Graph to the given tooltip value. |
static void |
setTooltip(org.eclipse.gef.graph.Node node,
java.lang.String tooltip)
Sets the value of the
TOOLTIP__CNE attribute of the given Node 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 the
TOOLTIP__CNE attribute of the given Edge 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 the
TOOLTIP__CNE attribute of the given Graph 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 the
TOOLTIP__CNE attribute of the given Node 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 the
TOOLTIP__CNE attribute of the given Edge
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 the
TOOLTIP__CNE attribute of the given Graph
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 the
TOOLTIP__CNE attribute of the given Node
to the given tooltip value. |
static void |
setWidth(org.eclipse.gef.graph.Node node,
java.lang.String width)
Sets the value of the
WIDTH__N attribute of the given Node to the given width value. |
static void |
setWidthParsed(org.eclipse.gef.graph.Node node,
java.lang.Double width)
Sets the (parsed) value of the
WIDTH__N attribute of the given Node 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 the
WIDTH__N attribute of the given Node
to the given width value. |
static void |
setXlabel(org.eclipse.gef.graph.Edge edge,
java.lang.String xlabel)
Sets the value of the
XLABEL__NE attribute of the given Edge to the given xlabel value. |
static void |
setXlabel(org.eclipse.gef.graph.Node node,
java.lang.String xlabel)
Sets the value of the
XLABEL__NE attribute of the given Node 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 the
XLABEL__NE attribute of the given Edge
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 the
XLABEL__NE attribute of the given Node
to the given xlabel value. |
static void |
setXlp(org.eclipse.gef.graph.Edge edge,
java.lang.String xlp)
Sets the value of the
XLP__NE attribute of the given Edge to the given xlp value. |
static void |
setXlp(org.eclipse.gef.graph.Node node,
java.lang.String xlp)
Sets the value of the
XLP__NE attribute of the given Node 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 the
XLP__NE attribute of the given Edge 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 the
XLP__NE attribute of the given Node 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 the
XLP__NE attribute of the given Edge
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 the
XLP__NE attribute of the given Node
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.
|
public static final java.lang.String _NAME__GNE
public static final java.lang.String _TYPE__G
public static final java.lang.String ARROWHEAD__E
Edge
.public static final java.lang.String ARROWSIZE__E
Edge
.public static final java.lang.String ARROWTAIL__E
Edge
.public static final java.lang.String BB__GC
Graph
, Cluster.public static final java.lang.String BGCOLOR__GC
Graph
, Cluster.public static final java.lang.String CLUSTERRANK__G
Graph
.public static final java.lang.String COLOR__CNE
Node
, Edge
.public static final java.lang.String COLORSCHEME__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String DIR__E
Edge
.public static final java.lang.String DISTORTION__N
Node
.public static final java.lang.String EDGETOOLTIP__E
Edge
.public static final java.lang.String FILLCOLOR__CNE
Node
, Edge
.public static final java.lang.String FIXEDSIZE__N
Node
.public static final java.lang.String FONTCOLOR__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String FONTNAME__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String FONTSIZE__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String FORCELABELS__G
Graph
.public static final java.lang.String HEAD_LP__E
Edge
.public static final java.lang.String HEADLABEL__E
Edge
.public static final java.lang.String HEADPORT__E
Edge
.public static final java.lang.String HEADTOOLTIP__E
Edge
.public static final java.lang.String HEIGHT__N
Node
.public static final java.lang.String ID__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String LABEL__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String LABELFONTCOLOR__E
Edge
.public static final java.lang.String LABELFONTNAME__E
Edge
.public static final java.lang.String LABELFONTSIZE__E
Edge
.public static final java.lang.String LABELTOOLTIP__E
Edge
.public static final java.lang.String LAYOUT__G
Graph
.public static final java.lang.String LP__GCE
Graph
, Cluster, Edge
.public static final java.lang.String NODESEP__G
Graph
.public static final java.lang.String OUTPUTORDER__G
Graph
.public static final java.lang.String PAGEDIR__G
Graph
.public static final java.lang.String POS__NE
Node
, Edge
.public static final java.lang.String RANK__S
public static final java.lang.String RANKDIR__G
Graph
.public static final java.lang.String SHAPE__N
Node
.public static final java.lang.String SIDES__N
Node
.public static final java.lang.String SKEW__N
Node
.public static final java.lang.String SPLINES__G
Graph
.public static final java.lang.String STYLE__GCNE
Graph
, Cluster, Node
, Edge
.public static final java.lang.String TAIL_LP__E
Edge
.public static final java.lang.String TAILLABEL__E
Edge
.public static final java.lang.String TAILPORT__E
Edge
.public static final java.lang.String TAILTOOLTIP__E
Edge
.public static final java.lang.String TOOLTIP__CNE
Node
, Edge
.public static final java.lang.String WIDTH__N
Node
.public static final java.lang.String XLABEL__NE
Node
, Edge
.public static final java.lang.String XLP__NE
Node
, Edge
.public static boolean isCluster(org.eclipse.gef.graph.Node node)
public static DotAttributes.Context getContext(org.eclipse.emf.ecore.EObject eObject)
EObject
is used.eObject
- The EObject
for which the context is to be determined.EObject
is used.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)
attributeContext
- The context element the attribute is related to.attributeName
- The name of the attribute.attributeValue
- The value of the attribute.Diagnostic
objects representing the identified
issues, or an empty list if no issues were found.public static org.eclipse.gef.dot.internal.language.terminals.ID _getNameRaw(org.eclipse.gef.graph.Graph graph)
_NAME__GNE
attribute of the given
Graph
.graph
- The Graph
for which to return the value of the
_NAME__GNE
attribute._NAME__GNE
attribute of the given
Graph
.public static java.lang.String _getName(org.eclipse.gef.graph.Graph graph)
_NAME__GNE
attribute of the given
Graph
.graph
- The Graph
for which to return the value of the
_NAME__GNE
attribute._NAME__GNE
attribute of the given
Graph
.public static org.eclipse.gef.dot.internal.language.terminals.ID _getNameRaw(org.eclipse.gef.graph.Node node)
_NAME__GNE
attribute of the given
Node
.node
- The Node
for which to return the value of the
_NAME__GNE
attribute._NAME__GNE
attribute of the given
Node
.public static java.lang.String _getName(org.eclipse.gef.graph.Node node)
_NAME__GNE
attribute of the given
Node
.node
- The Node
for which to return the value of the
_NAME__GNE
attribute._NAME__GNE
attribute of the given
Node
.public static org.eclipse.gef.dot.internal.language.dot.GraphType _getType(org.eclipse.gef.graph.Graph graph)
_TYPE__G
attribute of the given
Graph
.public static void _setNameRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID name)
_NAME__GNE
attribute of the given Graph
to the
given name value.graph
- The Graph
for which to change the value of the
_NAME__GNE
attribute.name
- The new value for the _NAME__GNE
attribute.public static void _setName(org.eclipse.gef.graph.Graph graph, java.lang.String name)
_NAME__GNE
attribute of the given Graph
to the
given name value.graph
- The Graph
for which to change the value of the
_NAME__GNE
attribute.name
- The new value for the _NAME__GNE
attribute.public static void _setNameRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID name)
_NAME__GNE
attribute of the given Node
to the
given name value.node
- The Node
for which to change the value of the
_NAME__GNE
attribute.name
- The new value for the _NAME__GNE
attribute.public static void _setName(org.eclipse.gef.graph.Node node, java.lang.String name)
_NAME__GNE
attribute of the given Node
to the
given name value.node
- The Node
for which to change the value of the
_NAME__GNE
attribute.name
- The new value for the _NAME__GNE
attribute.public static java.lang.String _getName(org.eclipse.gef.graph.Edge edge)
_NAME__GNE
attribute of the given
Edge
.edge
- The Edge
for which to return the value of the
_NAME__GNE
attribute._NAME__GNE
attribute of the given
Edge
.public static void _setType(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.dot.GraphType type)
_TYPE__G
attribute of the given Graph
to the
given type value.public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowheadRaw(org.eclipse.gef.graph.Edge edge)
ARROWHEAD__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
ARROWHEAD__E
attribute.ARROWHEAD__E
attribute of the given
Edge
.public static void setArrowheadRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowhead)
ARROWHEAD__E
attribute of the given Edge
to the given arrowhead value.edge
- The Edge
for which to change the value of the
ARROWHEAD__E
attribute.arrowhead
- The new (raw) value of the ARROWHEAD__E
attribute.java.lang.IllegalArgumentException
- when the given arrowhead value is not supported.public static java.lang.String getArrowhead(org.eclipse.gef.graph.Edge edge)
ARROWHEAD__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWHEAD__E
attribute.ARROWHEAD__E
attribute of the given Edge
.public static void setArrowhead(org.eclipse.gef.graph.Edge edge, java.lang.String arrowhead)
ARROWHEAD__E
attribute of the given Edge
to the given arrowhead value.edge
- The Edge
for which to change the value of the ARROWHEAD__E
attribute.arrowhead
- The new value of the ARROWHEAD__E
attribute.java.lang.IllegalArgumentException
- when the given arrowhead value is not supported.public static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType getArrowheadParsed(org.eclipse.gef.graph.Edge edge)
ARROWHEAD__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWHEAD__E
attribute.ARROWHEAD__E
attribute of the given Edge
.public static void setArrowheadParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowhead)
ARROWHEAD__E
attribute of the given Edge
to the given arrowhead value.edge
- The Edge
for which to change the value of the ARROWHEAD__E
attribute.arrowhead
- The new (parsed) value of the ARROWHEAD__E
attribute.java.lang.IllegalArgumentException
- when the given arrowhead value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowsizeRaw(org.eclipse.gef.graph.Edge edge)
ARROWSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
ARROWSIZE__E
attribute.ARROWSIZE__E
attribute of the given
Edge
.public static void setArrowsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowsize)
ARROWSIZE__E
attribute of the given Edge
to the given arrowsize value.edge
- The Edge
for which to change the value of the
ARROWSIZE__E
attribute.arrowsize
- The new (raw) value of the ARROWSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given arrowsize value is not supported.public static java.lang.String getArrowsize(org.eclipse.gef.graph.Edge edge)
ARROWSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWSIZE__E
attribute.ARROWSIZE__E
attribute of the given Edge
.public static void setArrowsize(org.eclipse.gef.graph.Edge edge, java.lang.String arrowsize)
ARROWSIZE__E
attribute of the given Edge
to the given arrowsize value.edge
- The Edge
for which to change the value of the ARROWSIZE__E
attribute.arrowsize
- The new value of the ARROWSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given arrowsize value is not supported.public static java.lang.Double getArrowsizeParsed(org.eclipse.gef.graph.Edge edge)
ARROWSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWSIZE__E
attribute.ARROWSIZE__E
attribute of the given Edge
.public static void setArrowsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double arrowsize)
ARROWSIZE__E
attribute of the given Edge
to the given arrowsize value.edge
- The Edge
for which to change the value of the ARROWSIZE__E
attribute.arrowsize
- The new (parsed) value of the ARROWSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given arrowsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getArrowtailRaw(org.eclipse.gef.graph.Edge edge)
ARROWTAIL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
ARROWTAIL__E
attribute.ARROWTAIL__E
attribute of the given
Edge
.public static void setArrowtailRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID arrowtail)
ARROWTAIL__E
attribute of the given Edge
to the given arrowtail value.edge
- The Edge
for which to change the value of the
ARROWTAIL__E
attribute.arrowtail
- The new (raw) value of the ARROWTAIL__E
attribute.java.lang.IllegalArgumentException
- when the given arrowtail value is not supported.public static java.lang.String getArrowtail(org.eclipse.gef.graph.Edge edge)
ARROWTAIL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWTAIL__E
attribute.ARROWTAIL__E
attribute of the given Edge
.public static void setArrowtail(org.eclipse.gef.graph.Edge edge, java.lang.String arrowtail)
ARROWTAIL__E
attribute of the given Edge
to the given arrowtail value.edge
- The Edge
for which to change the value of the ARROWTAIL__E
attribute.arrowtail
- The new value of the ARROWTAIL__E
attribute.java.lang.IllegalArgumentException
- when the given arrowtail value is not supported.public static org.eclipse.gef.dot.internal.language.arrowtype.ArrowType getArrowtailParsed(org.eclipse.gef.graph.Edge edge)
ARROWTAIL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the ARROWTAIL__E
attribute.ARROWTAIL__E
attribute of the given Edge
.public static void setArrowtailParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.arrowtype.ArrowType arrowtail)
ARROWTAIL__E
attribute of the given Edge
to the given arrowtail value.edge
- The Edge
for which to change the value of the ARROWTAIL__E
attribute.arrowtail
- The new (parsed) value of the ARROWTAIL__E
attribute.java.lang.IllegalArgumentException
- when the given arrowtail value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getBbRaw(org.eclipse.gef.graph.Graph graph)
BB__GC
attribute of the given Graph
.public static void setBbRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bb)
BB__GC
attribute of the given Graph
to the given bb value.public static java.lang.String getBb(org.eclipse.gef.graph.Graph graph)
BB__GC
attribute of the given Graph
.public static void setBb(org.eclipse.gef.graph.Graph graph, java.lang.String bb)
BB__GC
attribute of the given Graph
to the given bb value.public static org.eclipse.gef.dot.internal.language.rect.Rect getBbParsed(org.eclipse.gef.graph.Graph graph)
BB__GC
attribute of the given Graph
.public static void setBbParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rect.Rect bb)
BB__GC
attribute of the given Graph
to the given bb value.public static org.eclipse.gef.dot.internal.language.terminals.ID getBgcolorRaw(org.eclipse.gef.graph.Graph graph)
BGCOLOR__GC
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
BGCOLOR__GC
attribute.BGCOLOR__GC
attribute of the given
Graph
.public static void setBgcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID bgcolor)
BGCOLOR__GC
attribute of the given Graph
to the given bgcolor value.graph
- The Graph
for which to change the value of the
BGCOLOR__GC
attribute.bgcolor
- The new (raw) value of the BGCOLOR__GC
attribute.java.lang.IllegalArgumentException
- when the given bgcolor value is not supported.public static java.lang.String getBgcolor(org.eclipse.gef.graph.Graph graph)
BGCOLOR__GC
attribute of the given Graph
.graph
- The Graph
for which to return the value of the BGCOLOR__GC
attribute.BGCOLOR__GC
attribute of the given Graph
.public static void setBgcolor(org.eclipse.gef.graph.Graph graph, java.lang.String bgcolor)
BGCOLOR__GC
attribute of the given Graph
to the given bgcolor value.graph
- The Graph
for which to change the value of the BGCOLOR__GC
attribute.bgcolor
- The new value of the BGCOLOR__GC
attribute.java.lang.IllegalArgumentException
- when the given bgcolor value is not supported.public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getBgcolorParsed(org.eclipse.gef.graph.Graph graph)
BGCOLOR__GC
attribute of the given Graph
.graph
- The Graph
for which to return the value of the BGCOLOR__GC
attribute.BGCOLOR__GC
attribute of the given Graph
.public static void setBgcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList bgcolor)
BGCOLOR__GC
attribute of the given Graph
to the given bgcolor value.graph
- The Graph
for which to change the value of the BGCOLOR__GC
attribute.bgcolor
- The new (parsed) value of the BGCOLOR__GC
attribute.java.lang.IllegalArgumentException
- when the given bgcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getClusterrankRaw(org.eclipse.gef.graph.Graph graph)
CLUSTERRANK__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
CLUSTERRANK__G
attribute.CLUSTERRANK__G
attribute of the given
Graph
.public static void setClusterrankRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID clusterrank)
CLUSTERRANK__G
attribute of the given Graph
to the given clusterrank value.graph
- The Graph
for which to change the value of the
CLUSTERRANK__G
attribute.clusterrank
- The new (raw) value of the CLUSTERRANK__G
attribute.java.lang.IllegalArgumentException
- when the given clusterrank value is not supported.public static java.lang.String getClusterrank(org.eclipse.gef.graph.Graph graph)
CLUSTERRANK__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the CLUSTERRANK__G
attribute.CLUSTERRANK__G
attribute of the given Graph
.public static void setClusterrank(org.eclipse.gef.graph.Graph graph, java.lang.String clusterrank)
CLUSTERRANK__G
attribute of the given Graph
to the given clusterrank value.graph
- The Graph
for which to change the value of the CLUSTERRANK__G
attribute.clusterrank
- The new value of the CLUSTERRANK__G
attribute.java.lang.IllegalArgumentException
- when the given clusterrank value is not supported.public static org.eclipse.gef.dot.internal.language.clustermode.ClusterMode getClusterrankParsed(org.eclipse.gef.graph.Graph graph)
CLUSTERRANK__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the CLUSTERRANK__G
attribute.CLUSTERRANK__G
attribute of the given Graph
.public static void setClusterrankParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.clustermode.ClusterMode clusterrank)
CLUSTERRANK__G
attribute of the given Graph
to the given clusterrank value.graph
- The Graph
for which to change the value of the CLUSTERRANK__G
attribute.clusterrank
- The new (parsed) value of the CLUSTERRANK__G
attribute.java.lang.IllegalArgumentException
- when the given clusterrank value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Graph graph)
COLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
COLOR__CNE
attribute.COLOR__CNE
attribute of the given
Graph
.public static void setColorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID color)
COLOR__CNE
attribute of the given Graph
to the given color value.graph
- The Graph
for which to change the value of the
COLOR__CNE
attribute.color
- The new (raw) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static java.lang.String getColor(org.eclipse.gef.graph.Graph graph)
COLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Graph
.public static void setColor(org.eclipse.gef.graph.Graph graph, java.lang.String color)
COLOR__CNE
attribute of the given Graph
to the given color value.graph
- The Graph
for which to change the value of the COLOR__CNE
attribute.color
- The new value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getColorParsed(org.eclipse.gef.graph.Graph graph)
COLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Graph
.public static void setColorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color color)
COLOR__CNE
attribute of the given Graph
to the given color value.graph
- The Graph
for which to change the value of the COLOR__CNE
attribute.color
- The new (parsed) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Node node)
COLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the
COLOR__CNE
attribute.COLOR__CNE
attribute of the given
Node
.public static void setColorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID color)
COLOR__CNE
attribute of the given Node
to the given color value.node
- The Node
for which to change the value of the
COLOR__CNE
attribute.color
- The new (raw) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static java.lang.String getColor(org.eclipse.gef.graph.Node node)
COLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Node
.public static void setColor(org.eclipse.gef.graph.Node node, java.lang.String color)
COLOR__CNE
attribute of the given Node
to the given color value.node
- The Node
for which to change the value of the COLOR__CNE
attribute.color
- The new value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getColorParsed(org.eclipse.gef.graph.Node node)
COLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Node
.public static void setColorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color color)
COLOR__CNE
attribute of the given Node
to the given color value.node
- The Node
for which to change the value of the COLOR__CNE
attribute.color
- The new (parsed) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorRaw(org.eclipse.gef.graph.Edge edge)
COLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
COLOR__CNE
attribute.COLOR__CNE
attribute of the given
Edge
.public static void setColorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID color)
COLOR__CNE
attribute of the given Edge
to the given color value.edge
- The Edge
for which to change the value of the
COLOR__CNE
attribute.color
- The new (raw) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static java.lang.String getColor(org.eclipse.gef.graph.Edge edge)
COLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Edge
.public static void setColor(org.eclipse.gef.graph.Edge edge, java.lang.String color)
COLOR__CNE
attribute of the given Edge
to the given color value.edge
- The Edge
for which to change the value of the COLOR__CNE
attribute.color
- The new value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getColorParsed(org.eclipse.gef.graph.Edge edge)
COLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the COLOR__CNE
attribute.COLOR__CNE
attribute of the given Edge
.public static void setColorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.colorlist.ColorList color)
COLOR__CNE
attribute of the given Edge
to the given color value.edge
- The Edge
for which to change the value of the COLOR__CNE
attribute.color
- The new (parsed) value of the COLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given color value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Graph graph)
COLORSCHEME__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given
Graph
.public static void setColorschemeRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme)
COLORSCHEME__GCNE
attribute of the given Graph
to the given colorscheme value.graph
- The Graph
for which to change the value of the
COLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static java.lang.String getColorscheme(org.eclipse.gef.graph.Graph graph)
COLORSCHEME__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given Graph
.public static void setColorscheme(org.eclipse.gef.graph.Graph graph, java.lang.String colorscheme)
COLORSCHEME__GCNE
attribute of the given Graph
to the given colorscheme value.graph
- The Graph
for which to change the value of the COLORSCHEME__GCNE
attribute.colorscheme
- The new value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Node node)
COLORSCHEME__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given
Node
.public static void setColorschemeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme)
COLORSCHEME__GCNE
attribute of the given Node
to the given colorscheme value.node
- The Node
for which to change the value of the
COLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static java.lang.String getColorscheme(org.eclipse.gef.graph.Node node)
COLORSCHEME__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given Node
.public static void setColorscheme(org.eclipse.gef.graph.Node node, java.lang.String colorscheme)
COLORSCHEME__GCNE
attribute of the given Node
to the given colorscheme value.node
- The Node
for which to change the value of the COLORSCHEME__GCNE
attribute.colorscheme
- The new value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getColorschemeRaw(org.eclipse.gef.graph.Edge edge)
COLORSCHEME__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given
Edge
.public static void setColorschemeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID colorscheme)
COLORSCHEME__GCNE
attribute of the given Edge
to the given colorscheme value.edge
- The Edge
for which to change the value of the
COLORSCHEME__GCNE
attribute.colorscheme
- The new (raw) value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static java.lang.String getColorscheme(org.eclipse.gef.graph.Edge edge)
COLORSCHEME__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the COLORSCHEME__GCNE
attribute.COLORSCHEME__GCNE
attribute of the given Edge
.public static void setColorscheme(org.eclipse.gef.graph.Edge edge, java.lang.String colorscheme)
COLORSCHEME__GCNE
attribute of the given Edge
to the given colorscheme value.edge
- The Edge
for which to change the value of the COLORSCHEME__GCNE
attribute.colorscheme
- The new value of the COLORSCHEME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given colorscheme value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getDirRaw(org.eclipse.gef.graph.Edge edge)
DIR__E
attribute of the given Edge
.public static void setDirRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID dir)
DIR__E
attribute of the given Edge
to the given dir value.public static java.lang.String getDir(org.eclipse.gef.graph.Edge edge)
DIR__E
attribute of the given Edge
.public static void setDir(org.eclipse.gef.graph.Edge edge, java.lang.String dir)
DIR__E
attribute of the given Edge
to the given dir value.public static org.eclipse.gef.dot.internal.language.dir.DirType getDirParsed(org.eclipse.gef.graph.Edge edge)
DIR__E
attribute of the given Edge
.public static void setDirParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.dir.DirType dir)
DIR__E
attribute of the given Edge
to the given dir value.public static org.eclipse.gef.dot.internal.language.terminals.ID getDistortionRaw(org.eclipse.gef.graph.Node node)
DISTORTION__N
attribute of the given Node
.node
- The Node
for which to return the value of the
DISTORTION__N
attribute.DISTORTION__N
attribute of the given
Node
.public static void setDistortionRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID distortion)
DISTORTION__N
attribute of the given Node
to the given distortion value.node
- The Node
for which to change the value of the
DISTORTION__N
attribute.distortion
- The new (raw) value of the DISTORTION__N
attribute.java.lang.IllegalArgumentException
- when the given distortion value is not supported.public static java.lang.String getDistortion(org.eclipse.gef.graph.Node node)
DISTORTION__N
attribute of the given Node
.node
- The Node
for which to return the value of the DISTORTION__N
attribute.DISTORTION__N
attribute of the given Node
.public static void setDistortion(org.eclipse.gef.graph.Node node, java.lang.String distortion)
DISTORTION__N
attribute of the given Node
to the given distortion value.node
- The Node
for which to change the value of the DISTORTION__N
attribute.distortion
- The new value of the DISTORTION__N
attribute.java.lang.IllegalArgumentException
- when the given distortion value is not supported.public static java.lang.Double getDistortionParsed(org.eclipse.gef.graph.Node node)
DISTORTION__N
attribute of the given Node
.node
- The Node
for which to return the value of the DISTORTION__N
attribute.DISTORTION__N
attribute of the given Node
.public static void setDistortionParsed(org.eclipse.gef.graph.Node node, java.lang.Double distortion)
DISTORTION__N
attribute of the given Node
to the given distortion value.node
- The Node
for which to change the value of the DISTORTION__N
attribute.distortion
- The new (parsed) value of the DISTORTION__N
attribute.java.lang.IllegalArgumentException
- when the given distortion value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getEdgetooltipRaw(org.eclipse.gef.graph.Edge edge)
EDGETOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
EDGETOOLTIP__E
attribute.EDGETOOLTIP__E
attribute of the given
Edge
.public static void setEdgetooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID edgetooltip)
EDGETOOLTIP__E
attribute of the given Edge
to the given edgetooltip value.edge
- The Edge
for which to change the value of the
EDGETOOLTIP__E
attribute.edgetooltip
- The new (raw) value of the EDGETOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given edgetooltip value is not supported.public static java.lang.String getEdgetooltip(org.eclipse.gef.graph.Edge edge)
EDGETOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the EDGETOOLTIP__E
attribute.EDGETOOLTIP__E
attribute of the given Edge
.public static void setEdgetooltip(org.eclipse.gef.graph.Edge edge, java.lang.String edgetooltip)
EDGETOOLTIP__E
attribute of the given Edge
to the given edgetooltip value.edge
- The Edge
for which to change the value of the EDGETOOLTIP__E
attribute.edgetooltip
- The new value of the EDGETOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given edgetooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getEdgetooltipParsed(org.eclipse.gef.graph.Edge edge)
EDGETOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the EDGETOOLTIP__E
attribute.EDGETOOLTIP__E
attribute of the given Edge
.public static void setEdgetooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString edgetooltip)
EDGETOOLTIP__E
attribute of the given Edge
to the given edgetooltip value.edge
- The Edge
for which to change the value of the EDGETOOLTIP__E
attribute.edgetooltip
- The new (parsed) value of the EDGETOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given edgetooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Graph graph)
FILLCOLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given
Graph
.public static void setFillcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor)
FILLCOLOR__CNE
attribute of the given Graph
to the given fillcolor value.graph
- The Graph
for which to change the value of the
FILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static java.lang.String getFillcolor(org.eclipse.gef.graph.Graph graph)
FILLCOLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Graph
.public static void setFillcolor(org.eclipse.gef.graph.Graph graph, java.lang.String fillcolor)
FILLCOLOR__CNE
attribute of the given Graph
to the given fillcolor value.graph
- The Graph
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getFillcolorParsed(org.eclipse.gef.graph.Graph graph)
FILLCOLOR__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Graph
.public static void setFillcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor)
FILLCOLOR__CNE
attribute of the given Graph
to the given fillcolor value.graph
- The Graph
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Node node)
FILLCOLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the
FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given
Node
.public static void setFillcolorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor)
FILLCOLOR__CNE
attribute of the given Node
to the given fillcolor value.node
- The Node
for which to change the value of the
FILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static java.lang.String getFillcolor(org.eclipse.gef.graph.Node node)
FILLCOLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Node
.public static void setFillcolor(org.eclipse.gef.graph.Node node, java.lang.String fillcolor)
FILLCOLOR__CNE
attribute of the given Node
to the given fillcolor value.node
- The Node
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.colorlist.ColorList getFillcolorParsed(org.eclipse.gef.graph.Node node)
FILLCOLOR__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Node
.public static void setFillcolorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolor)
FILLCOLOR__CNE
attribute of the given Node
to the given fillcolor value.node
- The Node
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFillcolorRaw(org.eclipse.gef.graph.Edge edge)
FILLCOLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given
Edge
.public static void setFillcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fillcolor)
FILLCOLOR__CNE
attribute of the given Edge
to the given fillcolor value.edge
- The Edge
for which to change the value of the
FILLCOLOR__CNE
attribute.fillcolor
- The new (raw) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static java.lang.String getFillcolor(org.eclipse.gef.graph.Edge edge)
FILLCOLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Edge
.public static void setFillcolor(org.eclipse.gef.graph.Edge edge, java.lang.String fillcolor)
FILLCOLOR__CNE
attribute of the given Edge
to the given fillcolor value.edge
- The Edge
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getFillcolorParsed(org.eclipse.gef.graph.Edge edge)
FILLCOLOR__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FILLCOLOR__CNE
attribute.FILLCOLOR__CNE
attribute of the given Edge
.public static void setFillcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fillcolor)
FILLCOLOR__CNE
attribute of the given Edge
to the given fillcolor value.edge
- The Edge
for which to change the value of the FILLCOLOR__CNE
attribute.fillcolor
- The new (parsed) value of the FILLCOLOR__CNE
attribute.java.lang.IllegalArgumentException
- when the given fillcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFixedsizeRaw(org.eclipse.gef.graph.Node node)
FIXEDSIZE__N
attribute of the given Node
.node
- The Node
for which to return the value of the
FIXEDSIZE__N
attribute.FIXEDSIZE__N
attribute of the given
Node
.public static void setFixedsizeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fixedsize)
FIXEDSIZE__N
attribute of the given Node
to the given fixedsize value.node
- The Node
for which to change the value of the
FIXEDSIZE__N
attribute.fixedsize
- The new (raw) value of the FIXEDSIZE__N
attribute.java.lang.IllegalArgumentException
- when the given fixedsize value is not supported.public static java.lang.String getFixedsize(org.eclipse.gef.graph.Node node)
FIXEDSIZE__N
attribute of the given Node
.node
- The Node
for which to return the value of the FIXEDSIZE__N
attribute.FIXEDSIZE__N
attribute of the given Node
.public static void setFixedsize(org.eclipse.gef.graph.Node node, java.lang.String fixedsize)
FIXEDSIZE__N
attribute of the given Node
to the given fixedsize value.node
- The Node
for which to change the value of the FIXEDSIZE__N
attribute.fixedsize
- The new value of the FIXEDSIZE__N
attribute.java.lang.IllegalArgumentException
- when the given fixedsize value is not supported.public static java.lang.Boolean getFixedsizeParsed(org.eclipse.gef.graph.Node node)
FIXEDSIZE__N
attribute of the given Node
.node
- The Node
for which to return the value of the FIXEDSIZE__N
attribute.FIXEDSIZE__N
attribute of the given Node
.public static void setFixedsizeParsed(org.eclipse.gef.graph.Node node, java.lang.Boolean fixedsize)
FIXEDSIZE__N
attribute of the given Node
to the given fixedsize value.node
- The Node
for which to change the value of the FIXEDSIZE__N
attribute.fixedsize
- The new (parsed) value of the FIXEDSIZE__N
attribute.java.lang.IllegalArgumentException
- when the given fixedsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Graph graph)
FONTCOLOR__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given
Graph
.public static void setFontcolorRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor)
FONTCOLOR__GCNE
attribute of the given Graph
to the given fontcolor value.graph
- The Graph
for which to change the value of the
FONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static java.lang.String getFontcolor(org.eclipse.gef.graph.Graph graph)
FONTCOLOR__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Graph
.public static void setFontcolor(org.eclipse.gef.graph.Graph graph, java.lang.String fontcolor)
FONTCOLOR__GCNE
attribute of the given Graph
to the given fontcolor value.graph
- The Graph
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Graph graph)
FONTCOLOR__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Graph
.public static void setFontcolorParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.color.Color fontcolor)
FONTCOLOR__GCNE
attribute of the given Graph
to the given fontcolor value.graph
- The Graph
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Node node)
FONTCOLOR__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given
Node
.public static void setFontcolorRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor)
FONTCOLOR__GCNE
attribute of the given Node
to the given fontcolor value.node
- The Node
for which to change the value of the
FONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static java.lang.String getFontcolor(org.eclipse.gef.graph.Node node)
FONTCOLOR__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Node
.public static void setFontcolor(org.eclipse.gef.graph.Node node, java.lang.String fontcolor)
FONTCOLOR__GCNE
attribute of the given Node
to the given fontcolor value.node
- The Node
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Node node)
FONTCOLOR__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Node
.public static void setFontcolorParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.color.Color fontcolor)
FONTCOLOR__GCNE
attribute of the given Node
to the given fontcolor value.node
- The Node
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontcolorRaw(org.eclipse.gef.graph.Edge edge)
FONTCOLOR__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given
Edge
.public static void setFontcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontcolor)
FONTCOLOR__GCNE
attribute of the given Edge
to the given fontcolor value.edge
- The Edge
for which to change the value of the
FONTCOLOR__GCNE
attribute.fontcolor
- The new (raw) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static java.lang.String getFontcolor(org.eclipse.gef.graph.Edge edge)
FONTCOLOR__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Edge
.public static void setFontcolor(org.eclipse.gef.graph.Edge edge, java.lang.String fontcolor)
FONTCOLOR__GCNE
attribute of the given Edge
to the given fontcolor value.edge
- The Edge
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getFontcolorParsed(org.eclipse.gef.graph.Edge edge)
FONTCOLOR__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FONTCOLOR__GCNE
attribute.FONTCOLOR__GCNE
attribute of the given Edge
.public static void setFontcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color fontcolor)
FONTCOLOR__GCNE
attribute of the given Edge
to the given fontcolor value.edge
- The Edge
for which to change the value of the FONTCOLOR__GCNE
attribute.fontcolor
- The new (parsed) value of the FONTCOLOR__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Graph graph)
FONTNAME__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given
Graph
.public static void setFontnameRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontname)
FONTNAME__GCNE
attribute of the given Graph
to the given fontname value.graph
- The Graph
for which to change the value of the
FONTNAME__GCNE
attribute.fontname
- The new (raw) value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static java.lang.String getFontname(org.eclipse.gef.graph.Graph graph)
FONTNAME__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given Graph
.public static void setFontname(org.eclipse.gef.graph.Graph graph, java.lang.String fontname)
FONTNAME__GCNE
attribute of the given Graph
to the given fontname value.graph
- The Graph
for which to change the value of the FONTNAME__GCNE
attribute.fontname
- The new value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Node node)
FONTNAME__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given
Node
.public static void setFontnameRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontname)
FONTNAME__GCNE
attribute of the given Node
to the given fontname value.node
- The Node
for which to change the value of the
FONTNAME__GCNE
attribute.fontname
- The new (raw) value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static java.lang.String getFontname(org.eclipse.gef.graph.Node node)
FONTNAME__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given Node
.public static void setFontname(org.eclipse.gef.graph.Node node, java.lang.String fontname)
FONTNAME__GCNE
attribute of the given Node
to the given fontname value.node
- The Node
for which to change the value of the FONTNAME__GCNE
attribute.fontname
- The new value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontnameRaw(org.eclipse.gef.graph.Edge edge)
FONTNAME__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given
Edge
.public static void setFontnameRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontname)
FONTNAME__GCNE
attribute of the given Edge
to the given fontname value.edge
- The Edge
for which to change the value of the
FONTNAME__GCNE
attribute.fontname
- The new (raw) value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static java.lang.String getFontname(org.eclipse.gef.graph.Edge edge)
FONTNAME__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FONTNAME__GCNE
attribute.FONTNAME__GCNE
attribute of the given Edge
.public static void setFontname(org.eclipse.gef.graph.Edge edge, java.lang.String fontname)
FONTNAME__GCNE
attribute of the given Edge
to the given fontname value.edge
- The Edge
for which to change the value of the FONTNAME__GCNE
attribute.fontname
- The new value of the FONTNAME__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontname value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Graph graph)
FONTSIZE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given
Graph
.public static void setFontsizeRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID fontsize)
FONTSIZE__GCNE
attribute of the given Graph
to the given fontsize value.graph
- The Graph
for which to change the value of the
FONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.String getFontsize(org.eclipse.gef.graph.Graph graph)
FONTSIZE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Graph
.public static void setFontsize(org.eclipse.gef.graph.Graph graph, java.lang.String fontsize)
FONTSIZE__GCNE
attribute of the given Graph
to the given fontsize value.graph
- The Graph
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Graph graph)
FONTSIZE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Graph
.public static void setFontsizeParsed(org.eclipse.gef.graph.Graph graph, java.lang.Double fontsize)
FONTSIZE__GCNE
attribute of the given Graph
to the given fontsize value.graph
- The Graph
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Node node)
FONTSIZE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given
Node
.public static void setFontsizeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID fontsize)
FONTSIZE__GCNE
attribute of the given Node
to the given fontsize value.node
- The Node
for which to change the value of the
FONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.String getFontsize(org.eclipse.gef.graph.Node node)
FONTSIZE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Node
.public static void setFontsize(org.eclipse.gef.graph.Node node, java.lang.String fontsize)
FONTSIZE__GCNE
attribute of the given Node
to the given fontsize value.node
- The Node
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Node node)
FONTSIZE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Node
.public static void setFontsizeParsed(org.eclipse.gef.graph.Node node, java.lang.Double fontsize)
FONTSIZE__GCNE
attribute of the given Node
to the given fontsize value.node
- The Node
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getFontsizeRaw(org.eclipse.gef.graph.Edge edge)
FONTSIZE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given
Edge
.public static void setFontsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID fontsize)
FONTSIZE__GCNE
attribute of the given Edge
to the given fontsize value.edge
- The Edge
for which to change the value of the
FONTSIZE__GCNE
attribute.fontsize
- The new (raw) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.String getFontsize(org.eclipse.gef.graph.Edge edge)
FONTSIZE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Edge
.public static void setFontsize(org.eclipse.gef.graph.Edge edge, java.lang.String fontsize)
FONTSIZE__GCNE
attribute of the given Edge
to the given fontsize value.edge
- The Edge
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static java.lang.Double getFontsizeParsed(org.eclipse.gef.graph.Edge edge)
FONTSIZE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the FONTSIZE__GCNE
attribute.FONTSIZE__GCNE
attribute of the given Edge
.public static void setFontsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double fontsize)
FONTSIZE__GCNE
attribute of the given Edge
to the given fontsize value.edge
- The Edge
for which to change the value of the FONTSIZE__GCNE
attribute.fontsize
- The new (parsed) value of the FONTSIZE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given fontsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getForcelabelsRaw(org.eclipse.gef.graph.Graph graph)
FORCELABELS__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
FORCELABELS__G
attribute.FORCELABELS__G
attribute of the given
Graph
.public static void setForcelabelsRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID forcelabels)
FORCELABELS__G
attribute of the given Graph
to the given forcelabels value.graph
- The Graph
for which to change the value of the
FORCELABELS__G
attribute.forcelabels
- The new (raw) value of the FORCELABELS__G
attribute.java.lang.IllegalArgumentException
- when the given forcelabels value is not supported.public static java.lang.String getForcelabels(org.eclipse.gef.graph.Graph graph)
FORCELABELS__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FORCELABELS__G
attribute.FORCELABELS__G
attribute of the given Graph
.public static void setForcelabels(org.eclipse.gef.graph.Graph graph, java.lang.String forcelabels)
FORCELABELS__G
attribute of the given Graph
to the given forcelabels value.graph
- The Graph
for which to change the value of the FORCELABELS__G
attribute.forcelabels
- The new value of the FORCELABELS__G
attribute.java.lang.IllegalArgumentException
- when the given forcelabels value is not supported.public static java.lang.Boolean getForcelabelsParsed(org.eclipse.gef.graph.Graph graph)
FORCELABELS__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the FORCELABELS__G
attribute.FORCELABELS__G
attribute of the given Graph
.public static void setForcelabelsParsed(org.eclipse.gef.graph.Graph graph, java.lang.Boolean forcelabels)
FORCELABELS__G
attribute of the given Graph
to the given forcelabels value.graph
- The Graph
for which to change the value of the FORCELABELS__G
attribute.forcelabels
- The new (parsed) value of the FORCELABELS__G
attribute.java.lang.IllegalArgumentException
- when the given forcelabels value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadLpRaw(org.eclipse.gef.graph.Edge edge)
HEAD_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
HEAD_LP__E
attribute.HEAD_LP__E
attribute of the given
Edge
.public static void setHeadLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headLp)
HEAD_LP__E
attribute of the given Edge
to the given headLp value.edge
- The Edge
for which to change the value of the
HEAD_LP__E
attribute.headLp
- The new (raw) value of the HEAD_LP__E
attribute.java.lang.IllegalArgumentException
- when the given headLp value is not supported.public static java.lang.String getHeadLp(org.eclipse.gef.graph.Edge edge)
HEAD_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEAD_LP__E
attribute.HEAD_LP__E
attribute of the given Edge
.public static void setHeadLp(org.eclipse.gef.graph.Edge edge, java.lang.String headLp)
HEAD_LP__E
attribute of the given Edge
to the given headLp value.edge
- The Edge
for which to change the value of the HEAD_LP__E
attribute.headLp
- The new value of the HEAD_LP__E
attribute.java.lang.IllegalArgumentException
- when the given headLp value is not supported.public static org.eclipse.gef.dot.internal.language.point.Point getHeadLpParsed(org.eclipse.gef.graph.Edge edge)
HEAD_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEAD_LP__E
attribute.HEAD_LP__E
attribute of the given Edge
.public static void setHeadLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point headLp)
HEAD_LP__E
attribute of the given Edge
to the given headLp value.edge
- The Edge
for which to change the value of the HEAD_LP__E
attribute.headLp
- The new (parsed) value of the HEAD_LP__E
attribute.java.lang.IllegalArgumentException
- when the given headLp value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadlabelRaw(org.eclipse.gef.graph.Edge edge)
HEADLABEL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
HEADLABEL__E
attribute.HEADLABEL__E
attribute of the given
Edge
.public static void setHeadlabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headlabel)
HEADLABEL__E
attribute of the given Edge
to the given headlabel value.edge
- The Edge
for which to change the value of the
HEADLABEL__E
attribute.headlabel
- The new (raw) value of the HEADLABEL__E
attribute.java.lang.IllegalArgumentException
- when the given headlabel value is not supported.public static java.lang.String getHeadlabel(org.eclipse.gef.graph.Edge edge)
HEADLABEL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEADLABEL__E
attribute.HEADLABEL__E
attribute of the given Edge
.public static void setHeadlabel(org.eclipse.gef.graph.Edge edge, java.lang.String headlabel)
HEADLABEL__E
attribute of the given Edge
to the given headlabel value.edge
- The Edge
for which to change the value of the HEADLABEL__E
attribute.headlabel
- The new value of the HEADLABEL__E
attribute.java.lang.IllegalArgumentException
- when the given headlabel value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadportRaw(org.eclipse.gef.graph.Edge edge)
HEADPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
HEADPORT__E
attribute.HEADPORT__E
attribute of the given
Edge
.public static void setHeadportRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headport)
HEADPORT__E
attribute of the given Edge
to the given headport value.edge
- The Edge
for which to change the value of the
HEADPORT__E
attribute.headport
- The new (raw) value of the HEADPORT__E
attribute.java.lang.IllegalArgumentException
- when the given headport value is not supported.public static java.lang.String getHeadport(org.eclipse.gef.graph.Edge edge)
HEADPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEADPORT__E
attribute.HEADPORT__E
attribute of the given Edge
.public static void setHeadport(org.eclipse.gef.graph.Edge edge, java.lang.String headport)
HEADPORT__E
attribute of the given Edge
to the given headport value.edge
- The Edge
for which to change the value of the HEADPORT__E
attribute.headport
- The new value of the HEADPORT__E
attribute.java.lang.IllegalArgumentException
- when the given headport value is not supported.public static org.eclipse.gef.dot.internal.language.portpos.PortPos getHeadportParsed(org.eclipse.gef.graph.Edge edge)
HEADPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEADPORT__E
attribute.HEADPORT__E
attribute of the given Edge
.public static void setHeadportParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos headport)
HEADPORT__E
attribute of the given Edge
to the given headport value.edge
- The Edge
for which to change the value of the HEADPORT__E
attribute.headport
- The new (parsed) value of the HEADPORT__E
attribute.java.lang.IllegalArgumentException
- when the given headport value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getHeadtooltipRaw(org.eclipse.gef.graph.Edge edge)
HEADTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
HEADTOOLTIP__E
attribute.HEADTOOLTIP__E
attribute of the given
Edge
.public static void setHeadtooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID headtooltip)
HEADTOOLTIP__E
attribute of the given Edge
to the given headtooltip value.edge
- The Edge
for which to change the value of the
HEADTOOLTIP__E
attribute.headtooltip
- The new (raw) value of the HEADTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given headtooltip value is not supported.public static java.lang.String getHeadtooltip(org.eclipse.gef.graph.Edge edge)
HEADTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEADTOOLTIP__E
attribute.HEADTOOLTIP__E
attribute of the given Edge
.public static void setHeadtooltip(org.eclipse.gef.graph.Edge edge, java.lang.String headtooltip)
HEADTOOLTIP__E
attribute of the given Edge
to the given headtooltip value.edge
- The Edge
for which to change the value of the HEADTOOLTIP__E
attribute.headtooltip
- The new value of the HEADTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given headtooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getHeadtooltipParsed(org.eclipse.gef.graph.Edge edge)
HEADTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the HEADTOOLTIP__E
attribute.HEADTOOLTIP__E
attribute of the given Edge
.public static void setHeadtooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString headtooltip)
HEADTOOLTIP__E
attribute of the given Edge
to the given headtooltip value.edge
- The Edge
for which to change the value of the HEADTOOLTIP__E
attribute.headtooltip
- The new (parsed) value of the HEADTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given headtooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getHeightRaw(org.eclipse.gef.graph.Node node)
HEIGHT__N
attribute of the given Node
.public static void setHeightRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID height)
HEIGHT__N
attribute of the given Node
to the given height value.public static java.lang.String getHeight(org.eclipse.gef.graph.Node node)
HEIGHT__N
attribute of the given Node
.public static void setHeight(org.eclipse.gef.graph.Node node, java.lang.String height)
HEIGHT__N
attribute of the given Node
to the given height value.public static java.lang.Double getHeightParsed(org.eclipse.gef.graph.Node node)
HEIGHT__N
attribute of the given Node
.public static void setHeightParsed(org.eclipse.gef.graph.Node node, java.lang.Double height)
HEIGHT__N
attribute of the given Node
to the given height value.public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Graph graph)
ID__GCNE
attribute of the given Graph
.public static void setIdRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID id)
ID__GCNE
attribute of the given Graph
to the given id value.public static java.lang.String getId(org.eclipse.gef.graph.Graph graph)
ID__GCNE
attribute of the given Graph
.public static void setId(org.eclipse.gef.graph.Graph graph, java.lang.String id)
ID__GCNE
attribute of the given Graph
to the given id value.public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Node node)
ID__GCNE
attribute of the given Node
.public static void setIdRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID id)
ID__GCNE
attribute of the given Node
to the given id value.public static java.lang.String getId(org.eclipse.gef.graph.Node node)
ID__GCNE
attribute of the given Node
.public static void setId(org.eclipse.gef.graph.Node node, java.lang.String id)
ID__GCNE
attribute of the given Node
to the given id value.public static org.eclipse.gef.dot.internal.language.terminals.ID getIdRaw(org.eclipse.gef.graph.Edge edge)
ID__GCNE
attribute of the given Edge
.public static void setIdRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID id)
ID__GCNE
attribute of the given Edge
to the given id value.public static java.lang.String getId(org.eclipse.gef.graph.Edge edge)
ID__GCNE
attribute of the given Edge
.public static void setId(org.eclipse.gef.graph.Edge edge, java.lang.String id)
ID__GCNE
attribute of the given Edge
to the given id value.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Graph graph)
LABEL__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given
Graph
.public static void setLabelRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID label)
LABEL__GCNE
attribute of the given Graph
to the given label value.graph
- The Graph
for which to change the value of the
LABEL__GCNE
attribute.label
- The new (raw) value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static java.lang.String getLabel(org.eclipse.gef.graph.Graph graph)
LABEL__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given Graph
.public static void setLabel(org.eclipse.gef.graph.Graph graph, java.lang.String label)
LABEL__GCNE
attribute of the given Graph
to the given label value.graph
- The Graph
for which to change the value of the LABEL__GCNE
attribute.label
- The new value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Node node)
LABEL__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given
Node
.public static void setLabelRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID label)
LABEL__GCNE
attribute of the given Node
to the given label value.node
- The Node
for which to change the value of the
LABEL__GCNE
attribute.label
- The new (raw) value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static java.lang.String getLabel(org.eclipse.gef.graph.Node node)
LABEL__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given Node
.public static void setLabel(org.eclipse.gef.graph.Node node, java.lang.String label)
LABEL__GCNE
attribute of the given Node
to the given label value.node
- The Node
for which to change the value of the LABEL__GCNE
attribute.label
- The new value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelRaw(org.eclipse.gef.graph.Edge edge)
LABEL__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given
Edge
.public static void setLabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID label)
LABEL__GCNE
attribute of the given Edge
to the given label value.edge
- The Edge
for which to change the value of the
LABEL__GCNE
attribute.label
- The new (raw) value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static java.lang.String getLabel(org.eclipse.gef.graph.Edge edge)
LABEL__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABEL__GCNE
attribute.LABEL__GCNE
attribute of the given Edge
.public static void setLabel(org.eclipse.gef.graph.Edge edge, java.lang.String label)
LABEL__GCNE
attribute of the given Edge
to the given label value.edge
- The Edge
for which to change the value of the LABEL__GCNE
attribute.label
- The new value of the LABEL__GCNE
attribute.java.lang.IllegalArgumentException
- when the given label value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontcolorRaw(org.eclipse.gef.graph.Edge edge)
LABELFONTCOLOR__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
LABELFONTCOLOR__E
attribute.LABELFONTCOLOR__E
attribute of the given
Edge
.public static void setLabelfontcolorRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontcolor)
LABELFONTCOLOR__E
attribute of the given Edge
to the given labelfontcolor value.edge
- The Edge
for which to change the value of the
LABELFONTCOLOR__E
attribute.labelfontcolor
- The new (raw) value of the LABELFONTCOLOR__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontcolor value is not supported.public static java.lang.String getLabelfontcolor(org.eclipse.gef.graph.Edge edge)
LABELFONTCOLOR__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELFONTCOLOR__E
attribute.LABELFONTCOLOR__E
attribute of the given Edge
.public static void setLabelfontcolor(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontcolor)
LABELFONTCOLOR__E
attribute of the given Edge
to the given labelfontcolor value.edge
- The Edge
for which to change the value of the LABELFONTCOLOR__E
attribute.labelfontcolor
- The new value of the LABELFONTCOLOR__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.color.Color getLabelfontcolorParsed(org.eclipse.gef.graph.Edge edge)
LABELFONTCOLOR__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELFONTCOLOR__E
attribute.LABELFONTCOLOR__E
attribute of the given Edge
.public static void setLabelfontcolorParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.color.Color labelfontcolor)
LABELFONTCOLOR__E
attribute of the given Edge
to the given labelfontcolor value.edge
- The Edge
for which to change the value of the LABELFONTCOLOR__E
attribute.labelfontcolor
- The new (parsed) value of the LABELFONTCOLOR__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontcolor value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontnameRaw(org.eclipse.gef.graph.Edge edge)
LABELFONTNAME__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
LABELFONTNAME__E
attribute.LABELFONTNAME__E
attribute of the given
Edge
.public static void setLabelfontnameRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontname)
LABELFONTNAME__E
attribute of the given Edge
to the given labelfontname value.edge
- The Edge
for which to change the value of the
LABELFONTNAME__E
attribute.labelfontname
- The new (raw) value of the LABELFONTNAME__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontname value is not supported.public static java.lang.String getLabelfontname(org.eclipse.gef.graph.Edge edge)
LABELFONTNAME__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELFONTNAME__E
attribute.LABELFONTNAME__E
attribute of the given Edge
.public static void setLabelfontname(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontname)
LABELFONTNAME__E
attribute of the given Edge
to the given labelfontname value.edge
- The Edge
for which to change the value of the LABELFONTNAME__E
attribute.labelfontname
- The new value of the LABELFONTNAME__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontname value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabelfontsizeRaw(org.eclipse.gef.graph.Edge edge)
LABELFONTSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
LABELFONTSIZE__E
attribute.LABELFONTSIZE__E
attribute of the given
Edge
.public static void setLabelfontsizeRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labelfontsize)
LABELFONTSIZE__E
attribute of the given Edge
to the given labelfontsize value.edge
- The Edge
for which to change the value of the
LABELFONTSIZE__E
attribute.labelfontsize
- The new (raw) value of the LABELFONTSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontsize value is not supported.public static java.lang.String getLabelfontsize(org.eclipse.gef.graph.Edge edge)
LABELFONTSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELFONTSIZE__E
attribute.LABELFONTSIZE__E
attribute of the given Edge
.public static void setLabelfontsize(org.eclipse.gef.graph.Edge edge, java.lang.String labelfontsize)
LABELFONTSIZE__E
attribute of the given Edge
to the given labelfontsize value.edge
- The Edge
for which to change the value of the LABELFONTSIZE__E
attribute.labelfontsize
- The new value of the LABELFONTSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontsize value is not supported.public static java.lang.Double getLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge)
LABELFONTSIZE__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELFONTSIZE__E
attribute.LABELFONTSIZE__E
attribute of the given Edge
.public static void setLabelfontsizeParsed(org.eclipse.gef.graph.Edge edge, java.lang.Double labelfontsize)
LABELFONTSIZE__E
attribute of the given Edge
to the given labelfontsize value.edge
- The Edge
for which to change the value of the LABELFONTSIZE__E
attribute.labelfontsize
- The new (parsed) value of the LABELFONTSIZE__E
attribute.java.lang.IllegalArgumentException
- when the given labelfontsize value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLabeltooltipRaw(org.eclipse.gef.graph.Edge edge)
LABELTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
LABELTOOLTIP__E
attribute.LABELTOOLTIP__E
attribute of the given
Edge
.public static void setLabeltooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID labeltooltip)
LABELTOOLTIP__E
attribute of the given Edge
to the given labeltooltip value.edge
- The Edge
for which to change the value of the
LABELTOOLTIP__E
attribute.labeltooltip
- The new (raw) value of the LABELTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given labeltooltip value is not supported.public static java.lang.String getLabeltooltip(org.eclipse.gef.graph.Edge edge)
LABELTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELTOOLTIP__E
attribute.LABELTOOLTIP__E
attribute of the given Edge
.public static void setLabeltooltip(org.eclipse.gef.graph.Edge edge, java.lang.String labeltooltip)
LABELTOOLTIP__E
attribute of the given Edge
to the given labeltooltip value.edge
- The Edge
for which to change the value of the LABELTOOLTIP__E
attribute.labeltooltip
- The new value of the LABELTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given labeltooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getLabeltooltipParsed(org.eclipse.gef.graph.Edge edge)
LABELTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the LABELTOOLTIP__E
attribute.LABELTOOLTIP__E
attribute of the given Edge
.public static void setLabeltooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString labeltooltip)
LABELTOOLTIP__E
attribute of the given Edge
to the given labeltooltip value.edge
- The Edge
for which to change the value of the LABELTOOLTIP__E
attribute.labeltooltip
- The new (parsed) value of the LABELTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given labeltooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getLayoutRaw(org.eclipse.gef.graph.Graph graph)
LAYOUT__G
attribute of the given Graph
.public static void setLayoutRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID layout)
LAYOUT__G
attribute of the given Graph
to the given layout value.public static java.lang.String getLayout(org.eclipse.gef.graph.Graph graph)
LAYOUT__G
attribute of the given Graph
.public static void setLayout(org.eclipse.gef.graph.Graph graph, java.lang.String layout)
LAYOUT__G
attribute of the given Graph
to the given layout value.public static org.eclipse.gef.dot.internal.language.layout.Layout getLayoutParsed(org.eclipse.gef.graph.Graph graph)
LAYOUT__G
attribute of the given Graph
.public static void setLayoutParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.layout.Layout layout)
LAYOUT__G
attribute of the given Graph
to the given layout value.public static org.eclipse.gef.dot.internal.language.terminals.ID getLpRaw(org.eclipse.gef.graph.Graph graph)
LP__GCE
attribute of the given Graph
.public static void setLpRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID lp)
LP__GCE
attribute of the given Graph
to the given lp value.public static java.lang.String getLp(org.eclipse.gef.graph.Graph graph)
LP__GCE
attribute of the given Graph
.public static void setLp(org.eclipse.gef.graph.Graph graph, java.lang.String lp)
LP__GCE
attribute of the given Graph
to the given lp value.public static org.eclipse.gef.dot.internal.language.point.Point getLpParsed(org.eclipse.gef.graph.Graph graph)
LP__GCE
attribute of the given Graph
.public static void setLpParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.point.Point lp)
LP__GCE
attribute of the given Graph
to the given lp value.public static org.eclipse.gef.dot.internal.language.terminals.ID getLpRaw(org.eclipse.gef.graph.Edge edge)
LP__GCE
attribute of the given Edge
.public static void setLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID lp)
LP__GCE
attribute of the given Edge
to the given lp value.public static java.lang.String getLp(org.eclipse.gef.graph.Edge edge)
LP__GCE
attribute of the given Edge
.public static void setLp(org.eclipse.gef.graph.Edge edge, java.lang.String lp)
LP__GCE
attribute of the given Edge
to the given lp value.public static org.eclipse.gef.dot.internal.language.point.Point getLpParsed(org.eclipse.gef.graph.Edge edge)
LP__GCE
attribute of the given Edge
.public static void setLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point lp)
LP__GCE
attribute of the given Edge
to the given lp value.public static org.eclipse.gef.dot.internal.language.terminals.ID getNodesepRaw(org.eclipse.gef.graph.Graph graph)
NODESEP__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
NODESEP__G
attribute.NODESEP__G
attribute of the given
Graph
.public static void setNodesepRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID nodesep)
NODESEP__G
attribute of the given Graph
to the given nodesep value.graph
- The Graph
for which to change the value of the
NODESEP__G
attribute.nodesep
- The new (raw) value of the NODESEP__G
attribute.java.lang.IllegalArgumentException
- when the given nodesep value is not supported.public static java.lang.String getNodesep(org.eclipse.gef.graph.Graph graph)
NODESEP__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the NODESEP__G
attribute.NODESEP__G
attribute of the given Graph
.public static void setNodesep(org.eclipse.gef.graph.Graph graph, java.lang.String nodesep)
NODESEP__G
attribute of the given Graph
to the given nodesep value.graph
- The Graph
for which to change the value of the NODESEP__G
attribute.nodesep
- The new value of the NODESEP__G
attribute.java.lang.IllegalArgumentException
- when the given nodesep value is not supported.public static java.lang.Double getNodesepParsed(org.eclipse.gef.graph.Graph graph)
NODESEP__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the NODESEP__G
attribute.NODESEP__G
attribute of the given Graph
.public static void setNodesepParsed(org.eclipse.gef.graph.Graph graph, java.lang.Double nodesep)
NODESEP__G
attribute of the given Graph
to the given nodesep value.graph
- The Graph
for which to change the value of the NODESEP__G
attribute.nodesep
- The new (parsed) value of the NODESEP__G
attribute.java.lang.IllegalArgumentException
- when the given nodesep value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getOutputorderRaw(org.eclipse.gef.graph.Graph graph)
OUTPUTORDER__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
OUTPUTORDER__G
attribute.OUTPUTORDER__G
attribute of the given
Graph
.public static void setOutputorderRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID outputorder)
OUTPUTORDER__G
attribute of the given Graph
to the given outputorder value.graph
- The Graph
for which to change the value of the
OUTPUTORDER__G
attribute.outputorder
- The new (raw) value of the OUTPUTORDER__G
attribute.java.lang.IllegalArgumentException
- when the given outputorder value is not supported.public static java.lang.String getOutputorder(org.eclipse.gef.graph.Graph graph)
OUTPUTORDER__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the OUTPUTORDER__G
attribute.OUTPUTORDER__G
attribute of the given Graph
.public static void setOutputorder(org.eclipse.gef.graph.Graph graph, java.lang.String outputorder)
OUTPUTORDER__G
attribute of the given Graph
to the given outputorder value.graph
- The Graph
for which to change the value of the OUTPUTORDER__G
attribute.outputorder
- The new value of the OUTPUTORDER__G
attribute.java.lang.IllegalArgumentException
- when the given outputorder value is not supported.public static org.eclipse.gef.dot.internal.language.outputmode.OutputMode getOutputorderParsed(org.eclipse.gef.graph.Graph graph)
OUTPUTORDER__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the OUTPUTORDER__G
attribute.OUTPUTORDER__G
attribute of the given Graph
.public static void setOutputorderParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.outputmode.OutputMode outputorder)
OUTPUTORDER__G
attribute of the given Graph
to the given outputorder value.graph
- The Graph
for which to change the value of the OUTPUTORDER__G
attribute.outputorder
- The new (parsed) value of the OUTPUTORDER__G
attribute.java.lang.IllegalArgumentException
- when the given outputorder value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getPagedirRaw(org.eclipse.gef.graph.Graph graph)
PAGEDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
PAGEDIR__G
attribute.PAGEDIR__G
attribute of the given
Graph
.public static void setPagedirRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID pagedir)
PAGEDIR__G
attribute of the given Graph
to the given pagedir value.graph
- The Graph
for which to change the value of the
PAGEDIR__G
attribute.pagedir
- The new (raw) value of the PAGEDIR__G
attribute.java.lang.IllegalArgumentException
- when the given pagedir value is not supported.public static java.lang.String getPagedir(org.eclipse.gef.graph.Graph graph)
PAGEDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the PAGEDIR__G
attribute.PAGEDIR__G
attribute of the given Graph
.public static void setPagedir(org.eclipse.gef.graph.Graph graph, java.lang.String pagedir)
PAGEDIR__G
attribute of the given Graph
to the given pagedir value.graph
- The Graph
for which to change the value of the PAGEDIR__G
attribute.pagedir
- The new value of the PAGEDIR__G
attribute.java.lang.IllegalArgumentException
- when the given pagedir value is not supported.public static org.eclipse.gef.dot.internal.language.pagedir.Pagedir getPagedirParsed(org.eclipse.gef.graph.Graph graph)
PAGEDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the PAGEDIR__G
attribute.PAGEDIR__G
attribute of the given Graph
.public static void setPagedirParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.pagedir.Pagedir pagedir)
PAGEDIR__G
attribute of the given Graph
to the given pagedir value.graph
- The Graph
for which to change the value of the PAGEDIR__G
attribute.pagedir
- The new (parsed) value of the PAGEDIR__G
attribute.java.lang.IllegalArgumentException
- when the given pagedir value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getPosRaw(org.eclipse.gef.graph.Node node)
POS__NE
attribute of the given Node
.public static void setPosRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID pos)
POS__NE
attribute of the given Node
to the given pos value.public static java.lang.String getPos(org.eclipse.gef.graph.Node node)
POS__NE
attribute of the given Node
.public static void setPos(org.eclipse.gef.graph.Node node, java.lang.String pos)
POS__NE
attribute of the given Node
to the given pos value.public static org.eclipse.gef.dot.internal.language.point.Point getPosParsed(org.eclipse.gef.graph.Node node)
POS__NE
attribute of the given Node
.public static void setPosParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point pos)
POS__NE
attribute of the given Node
to the given pos value.public static org.eclipse.gef.dot.internal.language.terminals.ID getPosRaw(org.eclipse.gef.graph.Edge edge)
POS__NE
attribute of the given Edge
.public static void setPosRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID pos)
POS__NE
attribute of the given Edge
to the given pos value.public static java.lang.String getPos(org.eclipse.gef.graph.Edge edge)
POS__NE
attribute of the given Edge
.public static void setPos(org.eclipse.gef.graph.Edge edge, java.lang.String pos)
POS__NE
attribute of the given Edge
to the given pos value.public static org.eclipse.gef.dot.internal.language.splinetype.SplineType getPosParsed(org.eclipse.gef.graph.Edge edge)
POS__NE
attribute of the given Edge
.public static void setPosParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.splinetype.SplineType pos)
POS__NE
attribute of the given Edge
to the given pos value.public static org.eclipse.gef.dot.internal.language.terminals.ID getRankRaw(org.eclipse.gef.graph.Graph graph)
RANK__S
attribute of the given Graph
.public static void setRankRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rank)
RANK__S
attribute of the given Graph
to the given rank value.public static java.lang.String getRank(org.eclipse.gef.graph.Graph graph)
RANK__S
attribute of the given Graph
.public static void setRank(org.eclipse.gef.graph.Graph graph, java.lang.String rank)
RANK__S
attribute of the given Graph
to the given rank value.public static org.eclipse.gef.dot.internal.language.ranktype.RankType getRankParsed(org.eclipse.gef.graph.Graph graph)
RANK__S
attribute of the given Graph
.public static void setRankParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.ranktype.RankType rank)
RANK__S
attribute of the given Graph
to the given rank value.public static org.eclipse.gef.dot.internal.language.terminals.ID getRankdirRaw(org.eclipse.gef.graph.Graph graph)
RANKDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
RANKDIR__G
attribute.RANKDIR__G
attribute of the given
Graph
.public static void setRankdirRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID rankdir)
RANKDIR__G
attribute of the given Graph
to the given rankdir value.graph
- The Graph
for which to change the value of the
RANKDIR__G
attribute.rankdir
- The new (raw) value of the RANKDIR__G
attribute.java.lang.IllegalArgumentException
- when the given rankdir value is not supported.public static java.lang.String getRankdir(org.eclipse.gef.graph.Graph graph)
RANKDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the RANKDIR__G
attribute.RANKDIR__G
attribute of the given Graph
.public static void setRankdir(org.eclipse.gef.graph.Graph graph, java.lang.String rankdir)
RANKDIR__G
attribute of the given Graph
to the given rankdir value.graph
- The Graph
for which to change the value of the RANKDIR__G
attribute.rankdir
- The new value of the RANKDIR__G
attribute.java.lang.IllegalArgumentException
- when the given rankdir value is not supported.public static org.eclipse.gef.dot.internal.language.rankdir.Rankdir getRankdirParsed(org.eclipse.gef.graph.Graph graph)
RANKDIR__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the RANKDIR__G
attribute.RANKDIR__G
attribute of the given Graph
.public static void setRankdirParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir)
RANKDIR__G
attribute of the given Graph
to the given rankdir value.graph
- The Graph
for which to change the value of the RANKDIR__G
attribute.rankdir
- The new (parsed) value of the RANKDIR__G
attribute.java.lang.IllegalArgumentException
- when the given rankdir value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getShapeRaw(org.eclipse.gef.graph.Node node)
SHAPE__N
attribute of the given Node
.public static void setShapeRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID shape)
SHAPE__N
attribute of the given Node
to the given shape value.public static java.lang.String getShape(org.eclipse.gef.graph.Node node)
SHAPE__N
attribute of the given Node
.public static void setShape(org.eclipse.gef.graph.Node node, java.lang.String shape)
SHAPE__N
attribute of the given Node
to the given shape value.public static org.eclipse.gef.dot.internal.language.shape.Shape getShapeParsed(org.eclipse.gef.graph.Node node)
SHAPE__N
attribute of the given Node
.public static void setShapeParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.shape.Shape shape)
SHAPE__N
attribute of the given Node
to the given shape value.public static org.eclipse.gef.dot.internal.language.terminals.ID getSidesRaw(org.eclipse.gef.graph.Node node)
SIDES__N
attribute of the given Node
.public static void setSidesRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID sides)
SIDES__N
attribute of the given Node
to the given sides value.public static java.lang.String getSides(org.eclipse.gef.graph.Node node)
SIDES__N
attribute of the given Node
.public static void setSides(org.eclipse.gef.graph.Node node, java.lang.String sides)
SIDES__N
attribute of the given Node
to the given sides value.public static java.lang.Integer getSidesParsed(org.eclipse.gef.graph.Node node)
SIDES__N
attribute of the given Node
.public static void setSidesParsed(org.eclipse.gef.graph.Node node, java.lang.Integer sides)
SIDES__N
attribute of the given Node
to the given sides value.public static org.eclipse.gef.dot.internal.language.terminals.ID getSkewRaw(org.eclipse.gef.graph.Node node)
SKEW__N
attribute of the given Node
.public static void setSkewRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID skew)
SKEW__N
attribute of the given Node
to the given skew value.public static java.lang.String getSkew(org.eclipse.gef.graph.Node node)
SKEW__N
attribute of the given Node
.public static void setSkew(org.eclipse.gef.graph.Node node, java.lang.String skew)
SKEW__N
attribute of the given Node
to the given skew value.public static java.lang.Double getSkewParsed(org.eclipse.gef.graph.Node node)
SKEW__N
attribute of the given Node
.public static void setSkewParsed(org.eclipse.gef.graph.Node node, java.lang.Double skew)
SKEW__N
attribute of the given Node
to the given skew value.public static org.eclipse.gef.dot.internal.language.terminals.ID getSplinesRaw(org.eclipse.gef.graph.Graph graph)
SPLINES__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
SPLINES__G
attribute.SPLINES__G
attribute of the given
Graph
.public static void setSplinesRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID splines)
SPLINES__G
attribute of the given Graph
to the given splines value.graph
- The Graph
for which to change the value of the
SPLINES__G
attribute.splines
- The new (raw) value of the SPLINES__G
attribute.java.lang.IllegalArgumentException
- when the given splines value is not supported.public static java.lang.String getSplines(org.eclipse.gef.graph.Graph graph)
SPLINES__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the SPLINES__G
attribute.SPLINES__G
attribute of the given Graph
.public static void setSplines(org.eclipse.gef.graph.Graph graph, java.lang.String splines)
SPLINES__G
attribute of the given Graph
to the given splines value.graph
- The Graph
for which to change the value of the SPLINES__G
attribute.splines
- The new value of the SPLINES__G
attribute.java.lang.IllegalArgumentException
- when the given splines value is not supported.public static org.eclipse.gef.dot.internal.language.splines.Splines getSplinesParsed(org.eclipse.gef.graph.Graph graph)
SPLINES__G
attribute of the given Graph
.graph
- The Graph
for which to return the value of the SPLINES__G
attribute.SPLINES__G
attribute of the given Graph
.public static void setSplinesParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.splines.Splines splines)
SPLINES__G
attribute of the given Graph
to the given splines value.graph
- The Graph
for which to change the value of the SPLINES__G
attribute.splines
- The new (parsed) value of the SPLINES__G
attribute.java.lang.IllegalArgumentException
- when the given splines value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Graph graph)
STYLE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given
Graph
.public static void setStyleRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID style)
STYLE__GCNE
attribute of the given Graph
to the given style value.graph
- The Graph
for which to change the value of the
STYLE__GCNE
attribute.style
- The new (raw) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static java.lang.String getStyle(org.eclipse.gef.graph.Graph graph)
STYLE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Graph
.public static void setStyle(org.eclipse.gef.graph.Graph graph, java.lang.String style)
STYLE__GCNE
attribute of the given Graph
to the given style value.graph
- The Graph
for which to change the value of the STYLE__GCNE
attribute.style
- The new value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Graph graph)
STYLE__GCNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Graph
.public static void setStyleParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.style.Style style)
STYLE__GCNE
attribute of the given Graph
to the given style value.graph
- The Graph
for which to change the value of the STYLE__GCNE
attribute.style
- The new (parsed) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Node node)
STYLE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the
STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given
Node
.public static void setStyleRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID style)
STYLE__GCNE
attribute of the given Node
to the given style value.node
- The Node
for which to change the value of the
STYLE__GCNE
attribute.style
- The new (raw) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static java.lang.String getStyle(org.eclipse.gef.graph.Node node)
STYLE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Node
.public static void setStyle(org.eclipse.gef.graph.Node node, java.lang.String style)
STYLE__GCNE
attribute of the given Node
to the given style value.node
- The Node
for which to change the value of the STYLE__GCNE
attribute.style
- The new value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Node node)
STYLE__GCNE
attribute of the given Node
.node
- The Node
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Node
.public static void setStyleParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.style.Style style)
STYLE__GCNE
attribute of the given Node
to the given style value.node
- The Node
for which to change the value of the STYLE__GCNE
attribute.style
- The new (parsed) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getStyleRaw(org.eclipse.gef.graph.Edge edge)
STYLE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given
Edge
.public static void setStyleRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID style)
STYLE__GCNE
attribute of the given Edge
to the given style value.edge
- The Edge
for which to change the value of the
STYLE__GCNE
attribute.style
- The new (raw) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static java.lang.String getStyle(org.eclipse.gef.graph.Edge edge)
STYLE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Edge
.public static void setStyle(org.eclipse.gef.graph.Edge edge, java.lang.String style)
STYLE__GCNE
attribute of the given Edge
to the given style value.edge
- The Edge
for which to change the value of the STYLE__GCNE
attribute.style
- The new value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.style.Style getStyleParsed(org.eclipse.gef.graph.Edge edge)
STYLE__GCNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the STYLE__GCNE
attribute.STYLE__GCNE
attribute of the given Edge
.public static void setStyleParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.style.Style style)
STYLE__GCNE
attribute of the given Edge
to the given style value.edge
- The Edge
for which to change the value of the STYLE__GCNE
attribute.style
- The new (parsed) value of the STYLE__GCNE
attribute.java.lang.IllegalArgumentException
- when the given style value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTailLpRaw(org.eclipse.gef.graph.Edge edge)
TAIL_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
TAIL_LP__E
attribute.TAIL_LP__E
attribute of the given
Edge
.public static void setTailLpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailLp)
TAIL_LP__E
attribute of the given Edge
to the given tailLp value.edge
- The Edge
for which to change the value of the
TAIL_LP__E
attribute.tailLp
- The new (raw) value of the TAIL_LP__E
attribute.java.lang.IllegalArgumentException
- when the given tailLp value is not supported.public static java.lang.String getTailLp(org.eclipse.gef.graph.Edge edge)
TAIL_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAIL_LP__E
attribute.TAIL_LP__E
attribute of the given Edge
.public static void setTailLp(org.eclipse.gef.graph.Edge edge, java.lang.String tailLp)
TAIL_LP__E
attribute of the given Edge
to the given tailLp value.edge
- The Edge
for which to change the value of the TAIL_LP__E
attribute.tailLp
- The new value of the TAIL_LP__E
attribute.java.lang.IllegalArgumentException
- when the given tailLp value is not supported.public static org.eclipse.gef.dot.internal.language.point.Point getTailLpParsed(org.eclipse.gef.graph.Edge edge)
TAIL_LP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAIL_LP__E
attribute.TAIL_LP__E
attribute of the given Edge
.public static void setTailLpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point tailLp)
TAIL_LP__E
attribute of the given Edge
to the given tailLp value.edge
- The Edge
for which to change the value of the TAIL_LP__E
attribute.tailLp
- The new (parsed) value of the TAIL_LP__E
attribute.java.lang.IllegalArgumentException
- when the given tailLp value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTaillabelRaw(org.eclipse.gef.graph.Edge edge)
TAILLABEL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
TAILLABEL__E
attribute.TAILLABEL__E
attribute of the given
Edge
.public static void setTaillabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID taillabel)
TAILLABEL__E
attribute of the given Edge
to the given taillabel value.edge
- The Edge
for which to change the value of the
TAILLABEL__E
attribute.taillabel
- The new (raw) value of the TAILLABEL__E
attribute.java.lang.IllegalArgumentException
- when the given taillabel value is not supported.public static java.lang.String getTaillabel(org.eclipse.gef.graph.Edge edge)
TAILLABEL__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAILLABEL__E
attribute.TAILLABEL__E
attribute of the given Edge
.public static void setTaillabel(org.eclipse.gef.graph.Edge edge, java.lang.String taillabel)
TAILLABEL__E
attribute of the given Edge
to the given taillabel value.edge
- The Edge
for which to change the value of the TAILLABEL__E
attribute.taillabel
- The new value of the TAILLABEL__E
attribute.java.lang.IllegalArgumentException
- when the given taillabel value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTailportRaw(org.eclipse.gef.graph.Edge edge)
TAILPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
TAILPORT__E
attribute.TAILPORT__E
attribute of the given
Edge
.public static void setTailportRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailport)
TAILPORT__E
attribute of the given Edge
to the given tailport value.edge
- The Edge
for which to change the value of the
TAILPORT__E
attribute.tailport
- The new (raw) value of the TAILPORT__E
attribute.java.lang.IllegalArgumentException
- when the given tailport value is not supported.public static java.lang.String getTailport(org.eclipse.gef.graph.Edge edge)
TAILPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAILPORT__E
attribute.TAILPORT__E
attribute of the given Edge
.public static void setTailport(org.eclipse.gef.graph.Edge edge, java.lang.String tailport)
TAILPORT__E
attribute of the given Edge
to the given tailport value.edge
- The Edge
for which to change the value of the TAILPORT__E
attribute.tailport
- The new value of the TAILPORT__E
attribute.java.lang.IllegalArgumentException
- when the given tailport value is not supported.public static org.eclipse.gef.dot.internal.language.portpos.PortPos getTailportParsed(org.eclipse.gef.graph.Edge edge)
TAILPORT__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAILPORT__E
attribute.TAILPORT__E
attribute of the given Edge
.public static void setTailportParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.portpos.PortPos tailport)
TAILPORT__E
attribute of the given Edge
to the given tailport value.edge
- The Edge
for which to change the value of the TAILPORT__E
attribute.tailport
- The new (parsed) value of the TAILPORT__E
attribute.java.lang.IllegalArgumentException
- when the given tailport value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTailtooltipRaw(org.eclipse.gef.graph.Edge edge)
TAILTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
TAILTOOLTIP__E
attribute.TAILTOOLTIP__E
attribute of the given
Edge
.public static void setTailtooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tailtooltip)
TAILTOOLTIP__E
attribute of the given Edge
to the given tailtooltip value.edge
- The Edge
for which to change the value of the
TAILTOOLTIP__E
attribute.tailtooltip
- The new (raw) value of the TAILTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given tailtooltip value is not supported.public static java.lang.String getTailtooltip(org.eclipse.gef.graph.Edge edge)
TAILTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAILTOOLTIP__E
attribute.TAILTOOLTIP__E
attribute of the given Edge
.public static void setTailtooltip(org.eclipse.gef.graph.Edge edge, java.lang.String tailtooltip)
TAILTOOLTIP__E
attribute of the given Edge
to the given tailtooltip value.edge
- The Edge
for which to change the value of the TAILTOOLTIP__E
attribute.tailtooltip
- The new value of the TAILTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given tailtooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getTailtooltipParsed(org.eclipse.gef.graph.Edge edge)
TAILTOOLTIP__E
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TAILTOOLTIP__E
attribute.TAILTOOLTIP__E
attribute of the given Edge
.public static void setTailtooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tailtooltip)
TAILTOOLTIP__E
attribute of the given Edge
to the given tailtooltip value.edge
- The Edge
for which to change the value of the TAILTOOLTIP__E
attribute.tailtooltip
- The new (parsed) value of the TAILTOOLTIP__E
attribute.java.lang.IllegalArgumentException
- when the given tailtooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Graph graph)
TOOLTIP__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the
TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given
Graph
.public static void setTooltipRaw(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.terminals.ID tooltip)
TOOLTIP__CNE
attribute of the given Graph
to the given tooltip value.graph
- The Graph
for which to change the value of the
TOOLTIP__CNE
attribute.tooltip
- The new (raw) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static java.lang.String getTooltip(org.eclipse.gef.graph.Graph graph)
TOOLTIP__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Graph
.public static void setTooltip(org.eclipse.gef.graph.Graph graph, java.lang.String tooltip)
TOOLTIP__CNE
attribute of the given Graph
to the given tooltip value.graph
- The Graph
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Graph graph)
TOOLTIP__CNE
attribute of the given Graph
.graph
- The Graph
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Graph
.public static void setTooltipParsed(org.eclipse.gef.graph.Graph graph, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip)
TOOLTIP__CNE
attribute of the given Graph
to the given tooltip value.graph
- The Graph
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Node node)
TOOLTIP__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the
TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given
Node
.public static void setTooltipRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID tooltip)
TOOLTIP__CNE
attribute of the given Node
to the given tooltip value.node
- The Node
for which to change the value of the
TOOLTIP__CNE
attribute.tooltip
- The new (raw) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static java.lang.String getTooltip(org.eclipse.gef.graph.Node node)
TOOLTIP__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Node
.public static void setTooltip(org.eclipse.gef.graph.Node node, java.lang.String tooltip)
TOOLTIP__CNE
attribute of the given Node
to the given tooltip value.node
- The Node
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Node node)
TOOLTIP__CNE
attribute of the given Node
.node
- The Node
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Node
.public static void setTooltipParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip)
TOOLTIP__CNE
attribute of the given Node
to the given tooltip value.node
- The Node
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getTooltipRaw(org.eclipse.gef.graph.Edge edge)
TOOLTIP__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given
Edge
.public static void setTooltipRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID tooltip)
TOOLTIP__CNE
attribute of the given Edge
to the given tooltip value.edge
- The Edge
for which to change the value of the
TOOLTIP__CNE
attribute.tooltip
- The new (raw) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static java.lang.String getTooltip(org.eclipse.gef.graph.Edge edge)
TOOLTIP__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Edge
.public static void setTooltip(org.eclipse.gef.graph.Edge edge, java.lang.String tooltip)
TOOLTIP__CNE
attribute of the given Edge
to the given tooltip value.edge
- The Edge
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.escstring.EscString getTooltipParsed(org.eclipse.gef.graph.Edge edge)
TOOLTIP__CNE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the TOOLTIP__CNE
attribute.TOOLTIP__CNE
attribute of the given Edge
.public static void setTooltipParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.escstring.EscString tooltip)
TOOLTIP__CNE
attribute of the given Edge
to the given tooltip value.edge
- The Edge
for which to change the value of the TOOLTIP__CNE
attribute.tooltip
- The new (parsed) value of the TOOLTIP__CNE
attribute.java.lang.IllegalArgumentException
- when the given tooltip value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getWidthRaw(org.eclipse.gef.graph.Node node)
WIDTH__N
attribute of the given Node
.public static void setWidthRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID width)
WIDTH__N
attribute of the given Node
to the given width value.public static java.lang.String getWidth(org.eclipse.gef.graph.Node node)
WIDTH__N
attribute of the given Node
.public static void setWidth(org.eclipse.gef.graph.Node node, java.lang.String width)
WIDTH__N
attribute of the given Node
to the given width value.public static java.lang.Double getWidthParsed(org.eclipse.gef.graph.Node node)
WIDTH__N
attribute of the given Node
.public static void setWidthParsed(org.eclipse.gef.graph.Node node, java.lang.Double width)
WIDTH__N
attribute of the given Node
to the given width value.public static org.eclipse.gef.dot.internal.language.terminals.ID getXlabelRaw(org.eclipse.gef.graph.Node node)
XLABEL__NE
attribute of the given Node
.node
- The Node
for which to return the value of the
XLABEL__NE
attribute.XLABEL__NE
attribute of the given
Node
.public static void setXlabelRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlabel)
XLABEL__NE
attribute of the given Node
to the given xlabel value.node
- The Node
for which to change the value of the
XLABEL__NE
attribute.xlabel
- The new (raw) value of the XLABEL__NE
attribute.java.lang.IllegalArgumentException
- when the given xlabel value is not supported.public static java.lang.String getXlabel(org.eclipse.gef.graph.Node node)
XLABEL__NE
attribute of the given Node
.node
- The Node
for which to return the value of the XLABEL__NE
attribute.XLABEL__NE
attribute of the given Node
.public static void setXlabel(org.eclipse.gef.graph.Node node, java.lang.String xlabel)
XLABEL__NE
attribute of the given Node
to the given xlabel value.node
- The Node
for which to change the value of the XLABEL__NE
attribute.xlabel
- The new value of the XLABEL__NE
attribute.java.lang.IllegalArgumentException
- when the given xlabel value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getXlabelRaw(org.eclipse.gef.graph.Edge edge)
XLABEL__NE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the
XLABEL__NE
attribute.XLABEL__NE
attribute of the given
Edge
.public static void setXlabelRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlabel)
XLABEL__NE
attribute of the given Edge
to the given xlabel value.edge
- The Edge
for which to change the value of the
XLABEL__NE
attribute.xlabel
- The new (raw) value of the XLABEL__NE
attribute.java.lang.IllegalArgumentException
- when the given xlabel value is not supported.public static java.lang.String getXlabel(org.eclipse.gef.graph.Edge edge)
XLABEL__NE
attribute of the given Edge
.edge
- The Edge
for which to return the value of the XLABEL__NE
attribute.XLABEL__NE
attribute of the given Edge
.public static void setXlabel(org.eclipse.gef.graph.Edge edge, java.lang.String xlabel)
XLABEL__NE
attribute of the given Edge
to the given xlabel value.edge
- The Edge
for which to change the value of the XLABEL__NE
attribute.xlabel
- The new value of the XLABEL__NE
attribute.java.lang.IllegalArgumentException
- when the given xlabel value is not supported.public static org.eclipse.gef.dot.internal.language.terminals.ID getXlpRaw(org.eclipse.gef.graph.Node node)
XLP__NE
attribute of the given Node
.public static void setXlpRaw(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.terminals.ID xlp)
XLP__NE
attribute of the given Node
to the given xlp value.public static java.lang.String getXlp(org.eclipse.gef.graph.Node node)
XLP__NE
attribute of the given Node
.public static void setXlp(org.eclipse.gef.graph.Node node, java.lang.String xlp)
XLP__NE
attribute of the given Node
to the given xlp value.public static org.eclipse.gef.dot.internal.language.point.Point getXlpParsed(org.eclipse.gef.graph.Node node)
XLP__NE
attribute of the given Node
.public static void setXlpParsed(org.eclipse.gef.graph.Node node, org.eclipse.gef.dot.internal.language.point.Point xlp)
XLP__NE
attribute of the given Node
to the given xlp value.public static org.eclipse.gef.dot.internal.language.terminals.ID getXlpRaw(org.eclipse.gef.graph.Edge edge)
XLP__NE
attribute of the given Edge
.public static void setXlpRaw(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.terminals.ID xlp)
XLP__NE
attribute of the given Edge
to the given xlp value.public static java.lang.String getXlp(org.eclipse.gef.graph.Edge edge)
XLP__NE
attribute of the given Edge
.public static void setXlp(org.eclipse.gef.graph.Edge edge, java.lang.String xlp)
XLP__NE
attribute of the given Edge
to the given xlp value.public static org.eclipse.gef.dot.internal.language.point.Point getXlpParsed(org.eclipse.gef.graph.Edge edge)
XLP__NE
attribute of the given Edge
.public static void setXlpParsed(org.eclipse.gef.graph.Edge edge, org.eclipse.gef.dot.internal.language.point.Point xlp)
XLP__NE
attribute of the given Edge
to the given xlp value.Copyright (c) 2014 itemis AG and others. All rights reserved.