public class DotAttributes extends 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 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 String |
_TYPE__G
Specifies the graph type.
|
static String |
ARROWHEAD__E
The 'arrowhead' attribute, which is used by:
Edge . |
static String |
ARROWSIZE__E
The 'arrowsize' attribute, which is used by:
Edge . |
static String |
ARROWTAIL__E
The 'arrowtail' attribute, which is used by:
Edge . |
static String |
BB__GC
The 'bb' attribute, which is used by:
Graph , Cluster. |
static String |
BGCOLOR__GC
The 'bgcolor' attribute, which is used by:
Graph , Cluster. |
static String |
CLUSTERRANK__G
The 'clusterrank' attribute, which is used by:
Graph . |
static String |
COLOR__CNE
The 'color' attribute, which is used by: Cluster,
Node , Edge . |
static String |
COLORSCHEME__GCNE
The 'colorscheme' attribute, which is used by:
Graph , Cluster, Node , Edge . |
static String |
DIR__E
The 'dir' attribute, which is used by:
Edge . |
static String |
DISTORTION__N
The 'distortion' attribute, which is used by:
Node . |
static String |
FILLCOLOR__CNE
The 'fillcolor' attribute, which is used by: Cluster,
Node , Edge . |
static String |
FIXEDSIZE__N
The 'fixedsize' attribute, which is used by:
Node . |
static String |
FONTCOLOR__GCNE
The 'fontcolor' attribute, which is used by:
Graph , Cluster, Node , Edge . |
static String |
FORCELABELS__G
The 'forcelabels' attribute, which is used by:
Graph . |
static String |
HEAD_LP__E
The 'headLp' attribute, which is used by:
Edge . |
static String |
HEADLABEL__E
The 'headlabel' attribute, which is used by:
Edge . |
static String |
HEIGHT__N
The 'height' attribute, which is used by:
Node . |
static String |
ID__GCNE
The 'id' attribute, which is used by:
Graph , Cluster, Node , Edge . |
static String |
LABEL__GCNE
The 'label' attribute, which is used by:
Graph , Cluster, Node , Edge . |
static String |
LABELFONTCOLOR__E
The 'labelfontcolor' attribute, which is used by:
Edge . |
static String |
LAYOUT__G
The 'layout' attribute, which is used by:
Graph . |
static String |
LP__GCE
The 'lp' attribute, which is used by:
Graph , Cluster, Edge . |
static String |
NODESEP__G
The 'nodesep' attribute, which is used by:
Graph . |
static String |
OUTPUTORDER__G
The 'outputorder' attribute, which is used by:
Graph . |
static String |
PAGEDIR__G
The 'pagedir' attribute, which is used by:
Graph . |
static String |
POS__NE
The 'pos' attribute, which is used by:
Node , Edge . |
static String |
RANK__S
The 'rank' attribute, which is used by:
Subgraph . |
static String |
RANKDIR__G
The 'rankdir' attribute, which is used by:
Graph . |
static String |
SHAPE__N
The 'shape' attribute, which is used by:
Node . |
static String |
SIDES__N
The 'sides' attribute, which is used by:
Node . |
static String |
SKEW__N
The 'skew' attribute, which is used by:
Node . |
static String |
SPLINES__G
The 'splines' attribute, which is used by:
Graph . |
static String |
STYLE__GCNE
The 'style' attribute, which is used by:
Graph , Cluster, Node , Edge . |
static String |
TAIL_LP__E
The 'tailLp' attribute, which is used by:
Edge . |
static String |
TAILLABEL__E
The 'taillabel' attribute, which is used by:
Edge . |
static String |
WIDTH__N
The 'width' attribute, which is used by:
Node . |
static String |
XLABEL__NE
The 'xlabel' attribute, which is used by:
Node , Edge . |
static String |
XLP__NE
The 'xlp' attribute, which is used by:
Node , Edge . |
Constructor and Description |
---|
DotAttributes() |
Modifier and Type | Method and Description |
---|---|
static String |
_getName(org.eclipse.gef.graph.Edge edge)
Returns the value of the
_NAME__GNE attribute of the given
Edge . |
static String |
_getName(org.eclipse.gef.graph.Graph graph)
Returns the value of the
_NAME__GNE attribute of the given
Graph . |
static 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,
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,
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 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 String |
getArrowsize(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ARROWSIZE__E attribute of the given Edge . |
static 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 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 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 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 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 String |
getColor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
COLOR__CNE attribute of the given Edge . |
static String |
getColor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
COLOR__CNE attribute of the given Graph . |
static 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 String |
getColorscheme(org.eclipse.gef.graph.Edge edge)
Returns the value of the
COLORSCHEME__GCNE attribute of the given Edge . |
static String |
getColorscheme(org.eclipse.gef.graph.Graph graph)
Returns the value of the
COLORSCHEME__GCNE attribute of the given Graph . |
static 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 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 String |
getDistortion(org.eclipse.gef.graph.Node node)
Returns the value of the
DISTORTION__N attribute of the given Node . |
static 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 String |
getFillcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FILLCOLOR__CNE attribute of the given Edge . |
static String |
getFillcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FILLCOLOR__CNE attribute of the given Graph . |
static 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 String |
getFixedsize(org.eclipse.gef.graph.Node node)
Returns the value of the
FIXEDSIZE__N attribute of the given Node . |
static 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 String |
getFontcolor(org.eclipse.gef.graph.Edge edge)
Returns the value of the
FONTCOLOR__GCNE attribute of the given Edge . |
static String |
getFontcolor(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FONTCOLOR__GCNE attribute of the given Graph . |
static 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 String |
getForcelabels(org.eclipse.gef.graph.Graph graph)
Returns the value of the
FORCELABELS__G attribute of the given Graph . |
static 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 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 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 String |
getHeight(org.eclipse.gef.graph.Node node)
Returns the value of the
HEIGHT__N attribute of the given Node . |
static 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 String |
getId(org.eclipse.gef.graph.Edge edge)
Returns the value of the
ID__GCNE attribute of the given Edge . |
static String |
getId(org.eclipse.gef.graph.Graph graph)
Returns the value of the
ID__GCNE attribute of the given Graph . |
static 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 String |
getLabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LABEL__GCNE attribute of the given Edge . |
static String |
getLabel(org.eclipse.gef.graph.Graph graph)
Returns the value of the
LABEL__GCNE attribute of the given Graph . |
static String |
getLabel(org.eclipse.gef.graph.Node node)
Returns the value of the
LABEL__GCNE attribute of the given Node . |
static 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 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 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 String |
getLp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
LP__GCE attribute of the given Edge . |
static 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 String |
getNodesep(org.eclipse.gef.graph.Graph graph)
Returns the value of the
NODESEP__G attribute of the given Graph . |
static 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 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 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 String |
getPos(org.eclipse.gef.graph.Edge edge)
Returns the value of the
POS__NE attribute of the given Edge . |
static 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 String |
getRank(org.eclipse.gef.graph.Graph graph)
Returns the value of the
RANK__S attribute of the given Graph . |
static 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 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 String |
getSides(org.eclipse.gef.graph.Node node)
Returns the value of the
SIDES__N attribute of the given Node . |
static 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 String |
getSkew(org.eclipse.gef.graph.Node node)
Returns the value of the
SKEW__N attribute of the given Node . |
static 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 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 String |
getStyle(org.eclipse.gef.graph.Edge edge)
Returns the value of the
STYLE__GCNE attribute of the given Edge . |
static String |
getStyle(org.eclipse.gef.graph.Graph graph)
Returns the value of the
STYLE__GCNE attribute of the given Graph . |
static 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 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 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 String |
getWidth(org.eclipse.gef.graph.Node node)
Returns the value of the
WIDTH__N attribute of the given Node . |
static 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 String |
getXlabel(org.eclipse.gef.graph.Edge edge)
Returns the value of the
XLABEL__NE attribute of the given Edge . |
static 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 String |
getXlp(org.eclipse.gef.graph.Edge edge)
Returns the value of the
XLP__NE attribute of the given Edge . |
static 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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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 |
setFillcolor(org.eclipse.gef.graph.Edge edge,
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,
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,
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,
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,
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,
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,
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,
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 |
setForcelabels(org.eclipse.gef.graph.Graph graph,
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,
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,
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,
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 |
setHeight(org.eclipse.gef.graph.Node node,
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,
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,
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,
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,
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,
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,
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,
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,
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 |
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 |
setLayout(org.eclipse.gef.graph.Graph graph,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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 |
setWidth(org.eclipse.gef.graph.Node node,
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,
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,
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,
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,
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,
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 List<org.eclipse.emf.common.util.Diagnostic> |
validateAttributeRawValue(DotAttributes.Context attributeContext,
String attributeName,
org.eclipse.gef.dot.internal.language.terminals.ID attributeValue)
Validate the attribute determined via name and value syntactically and
semantically.
|
public static final String _NAME__GNE
public static final String _TYPE__G
public static final String ARROWHEAD__E
Edge
.public static final String ARROWSIZE__E
Edge
.public static final String ARROWTAIL__E
Edge
.public static final String BB__GC
Graph
, Cluster.public static final String BGCOLOR__GC
Graph
, Cluster.public static final String CLUSTERRANK__G
Graph
.public static final String COLOR__CNE
Node
, Edge
.public static final String COLORSCHEME__GCNE
Graph
, Cluster, Node
, Edge
.public static final String DIR__E
Edge
.public static final String DISTORTION__N
Node
.public static final String FILLCOLOR__CNE
Node
, Edge
.public static final String FIXEDSIZE__N
Node
.public static final String FONTCOLOR__GCNE
Graph
, Cluster, Node
, Edge
.public static final String FORCELABELS__G
Graph
.public static final String HEAD_LP__E
Edge
.public static final String HEADLABEL__E
Edge
.public static final String HEIGHT__N
Node
.public static final String ID__GCNE
Graph
, Cluster, Node
, Edge
.public static final String LABEL__GCNE
Graph
, Cluster, Node
, Edge
.public static final String LABELFONTCOLOR__E
Edge
.public static final String LAYOUT__G
Graph
.public static final String LP__GCE
Graph
, Cluster, Edge
.public static final String NODESEP__G
Graph
.public static final String OUTPUTORDER__G
Graph
.public static final String PAGEDIR__G
Graph
.public static final String POS__NE
Node
, Edge
.public static final String RANK__S
Subgraph
.public static final String RANKDIR__G
Graph
.public static final String SHAPE__N
Node
.public static final String SIDES__N
Node
.public static final String SKEW__N
Node
.public static final String SPLINES__G
Graph
.public static final String STYLE__GCNE
Graph
, Cluster, Node
, Edge
.public static final String TAIL_LP__E
Edge
.public static final String TAILLABEL__E
Edge
.public static final String WIDTH__N
Node
.public static final String XLABEL__NE
Node
, Edge
.public static final 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 List<org.eclipse.emf.common.util.Diagnostic> validateAttributeRawValue(DotAttributes.Context attributeContext, 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 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 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, 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, 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 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.IllegalArgumentException
- when the given arrowhead value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given arrowsize value is not supported.public static 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, 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.IllegalArgumentException
- when the given arrowsize value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given arrowtail value is not supported.public static 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, 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.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.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.graph
- The Graph
for which to change the value of the
BB__GC
attribute.bb
- The new (raw) value of the BB__GC
attribute.IllegalArgumentException
- when the given bb value is not supported.public static 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, String bb)
BB__GC
attribute of the given Graph
to the given bb value.graph
- The Graph
for which to change the value of the BB__GC
attribute.bb
- The new value of the BB__GC
attribute.IllegalArgumentException
- when the given bb value is not supported.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.graph
- The Graph
for which to change the value of the BB__GC
attribute.bb
- The new (parsed) value of the BB__GC
attribute.IllegalArgumentException
- when the given bb value is not supported.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.IllegalArgumentException
- when the given bgcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given clusterrank value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given color value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given color value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given color value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given colorscheme value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given colorscheme value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given colorscheme value is not supported.public static 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, 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.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.edge
- The Edge
for which to change the value of the
DIR__E
attribute.dir
- The new (raw) value of the DIR__E
attribute.IllegalArgumentException
- when the given dir value is not supported.public static 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, String dir)
DIR__E
attribute of the given Edge
to the given dir value.edge
- The Edge
for which to change the value of the DIR__E
attribute.dir
- The new value of the DIR__E
attribute.IllegalArgumentException
- when the given dir value is not supported.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.edge
- The Edge
for which to change the value of the DIR__E
attribute.dir
- The new (parsed) value of the DIR__E
attribute.IllegalArgumentException
- when the given dir value is not supported.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.IllegalArgumentException
- when the given distortion value is not supported.public static 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, 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.IllegalArgumentException
- when the given distortion value is not supported.public static 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, 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.IllegalArgumentException
- when the given distortion 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.IllegalArgumentException
- when the given fillcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given fillcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given fillcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given fixedsize value is not supported.public static 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, 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.IllegalArgumentException
- when the given fixedsize value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given fontcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given fontcolor value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given fontcolor value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given fontcolor 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.IllegalArgumentException
- when the given forcelabels value is not supported.public static 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, 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.IllegalArgumentException
- when the given forcelabels value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given headLp value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given headlabel value is not supported.public static 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, 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.IllegalArgumentException
- when the given headlabel 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.node
- The Node
for which to change the value of the
HEIGHT__N
attribute.height
- The new (raw) value of the HEIGHT__N
attribute.IllegalArgumentException
- when the given height value is not supported.public static 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, String height)
HEIGHT__N
attribute of the given Node
to the given height value.node
- The Node
for which to change the value of the HEIGHT__N
attribute.height
- The new value of the HEIGHT__N
attribute.IllegalArgumentException
- when the given height value is not supported.public static 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, Double height)
HEIGHT__N
attribute of the given Node
to the given height value.node
- The Node
for which to change the value of the HEIGHT__N
attribute.height
- The new (parsed) value of the HEIGHT__N
attribute.IllegalArgumentException
- when the given height value is not supported.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.graph
- The Graph
for which to change the value of the
ID__GCNE
attribute.id
- The new (raw) value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.public static 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, String id)
ID__GCNE
attribute of the given Graph
to the given id value.graph
- The Graph
for which to change the value of the ID__GCNE
attribute.id
- The new value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.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.node
- The Node
for which to change the value of the
ID__GCNE
attribute.id
- The new (raw) value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.public static 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, String id)
ID__GCNE
attribute of the given Node
to the given id value.node
- The Node
for which to change the value of the ID__GCNE
attribute.id
- The new value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.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.edge
- The Edge
for which to change the value of the
ID__GCNE
attribute.id
- The new (raw) value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.public static 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, String id)
ID__GCNE
attribute of the given Edge
to the given id value.edge
- The Edge
for which to change the value of the ID__GCNE
attribute.id
- The new value of the ID__GCNE
attribute.IllegalArgumentException
- when the given id value is not supported.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.IllegalArgumentException
- when the given label value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given label value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given label value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given labelfontcolor value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given labelfontcolor 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.graph
- The Graph
for which to change the value of the
LAYOUT__G
attribute.layout
- The new (raw) value of the LAYOUT__G
attribute.IllegalArgumentException
- when the given layout value is not supported.public static 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, String layout)
LAYOUT__G
attribute of the given Graph
to the given layout value.graph
- The Graph
for which to change the value of the LAYOUT__G
attribute.layout
- The new value of the LAYOUT__G
attribute.IllegalArgumentException
- when the given layout value is not supported.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.graph
- The Graph
for which to change the value of the LAYOUT__G
attribute.layout
- The new (parsed) value of the LAYOUT__G
attribute.IllegalArgumentException
- when the given layout value is not supported.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.graph
- The Graph
for which to change the value of the
LP__GCE
attribute.lp
- The new (raw) value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.public static 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, String lp)
LP__GCE
attribute of the given Graph
to the given lp value.graph
- The Graph
for which to change the value of the LP__GCE
attribute.lp
- The new value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.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.graph
- The Graph
for which to change the value of the LP__GCE
attribute.lp
- The new (parsed) value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.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.edge
- The Edge
for which to change the value of the
LP__GCE
attribute.lp
- The new (raw) value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.public static 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, String lp)
LP__GCE
attribute of the given Edge
to the given lp value.edge
- The Edge
for which to change the value of the LP__GCE
attribute.lp
- The new value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.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.edge
- The Edge
for which to change the value of the LP__GCE
attribute.lp
- The new (parsed) value of the LP__GCE
attribute.IllegalArgumentException
- when the given lp value is not supported.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.IllegalArgumentException
- when the given nodesep value is not supported.public static 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, 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.IllegalArgumentException
- when the given nodesep value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given outputorder value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given pagedir value is not supported.public static 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, 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.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.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.node
- The Node
for which to change the value of the
POS__NE
attribute.pos
- The new (raw) value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.public static 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, String pos)
POS__NE
attribute of the given Node
to the given pos value.node
- The Node
for which to change the value of the POS__NE
attribute.pos
- The new value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.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.node
- The Node
for which to change the value of the POS__NE
attribute.pos
- The new (parsed) value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.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.edge
- The Edge
for which to change the value of the
POS__NE
attribute.pos
- The new (raw) value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.public static 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, String pos)
POS__NE
attribute of the given Edge
to the given pos value.edge
- The Edge
for which to change the value of the POS__NE
attribute.pos
- The new value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.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.edge
- The Edge
for which to change the value of the POS__NE
attribute.pos
- The new (parsed) value of the POS__NE
attribute.IllegalArgumentException
- when the given pos value is not supported.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.graph
- The Graph
for which to change the value of the
RANK__S
attribute.rank
- The new (raw) value of the RANK__S
attribute.IllegalArgumentException
- when the given rank value is not supported.public static 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, String rank)
RANK__S
attribute of the given Graph
to the given rank value.graph
- The Graph
for which to change the value of the RANK__S
attribute.rank
- The new value of the RANK__S
attribute.IllegalArgumentException
- when the given rank value is not supported.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.graph
- The Graph
for which to change the value of the RANK__S
attribute.rank
- The new (parsed) value of the RANK__S
attribute.IllegalArgumentException
- when the given rank value is not supported.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.IllegalArgumentException
- when the given rankdir value is not supported.public static 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, 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.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.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.node
- The Node
for which to change the value of the
SHAPE__N
attribute.shape
- The new (raw) value of the SHAPE__N
attribute.IllegalArgumentException
- when the given shape value is not supported.public static 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, String shape)
SHAPE__N
attribute of the given Node
to the given shape value.node
- The Node
for which to change the value of the SHAPE__N
attribute.shape
- The new value of the SHAPE__N
attribute.IllegalArgumentException
- when the given shape value is not supported.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.node
- The Node
for which to change the value of the SHAPE__N
attribute.shape
- The new (parsed) value of the SHAPE__N
attribute.IllegalArgumentException
- when the given shape value is not supported.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.node
- The Node
for which to change the value of the
SIDES__N
attribute.sides
- The new (raw) value of the SIDES__N
attribute.IllegalArgumentException
- when the given sides value is not supported.public static 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, String sides)
SIDES__N
attribute of the given Node
to the given sides value.node
- The Node
for which to change the value of the SIDES__N
attribute.sides
- The new value of the SIDES__N
attribute.IllegalArgumentException
- when the given sides value is not supported.public static 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, Integer sides)
SIDES__N
attribute of the given Node
to the given sides value.node
- The Node
for which to change the value of the SIDES__N
attribute.sides
- The new (parsed) value of the SIDES__N
attribute.IllegalArgumentException
- when the given sides value is not supported.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.node
- The Node
for which to change the value of the
SKEW__N
attribute.skew
- The new (raw) value of the SKEW__N
attribute.IllegalArgumentException
- when the given skew value is not supported.public static 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, String skew)
SKEW__N
attribute of the given Node
to the given skew value.node
- The Node
for which to change the value of the SKEW__N
attribute.skew
- The new value of the SKEW__N
attribute.IllegalArgumentException
- when the given skew value is not supported.public static 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, Double skew)
SKEW__N
attribute of the given Node
to the given skew value.node
- The Node
for which to change the value of the SKEW__N
attribute.skew
- The new (parsed) value of the SKEW__N
attribute.IllegalArgumentException
- when the given skew value is not supported.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.IllegalArgumentException
- when the given splines value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given style value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given style value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given style value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given tailLp value is not supported.public static 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, 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.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.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.IllegalArgumentException
- when the given taillabel value is not supported.public static 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, 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.IllegalArgumentException
- when the given taillabel 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.node
- The Node
for which to change the value of the
WIDTH__N
attribute.width
- The new (raw) value of the WIDTH__N
attribute.IllegalArgumentException
- when the given width value is not supported.public static 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, String width)
WIDTH__N
attribute of the given Node
to the given width value.node
- The Node
for which to change the value of the WIDTH__N
attribute.width
- The new value of the WIDTH__N
attribute.IllegalArgumentException
- when the given width value is not supported.public static 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, Double width)
WIDTH__N
attribute of the given Node
to the given width value.node
- The Node
for which to change the value of the WIDTH__N
attribute.width
- The new (parsed) value of the WIDTH__N
attribute.IllegalArgumentException
- when the given width value is not supported.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.IllegalArgumentException
- when the given xlabel value is not supported.public static 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, 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.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.IllegalArgumentException
- when the given xlabel value is not supported.public static 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, 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.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.node
- The Node
for which to change the value of the
XLP__NE
attribute.xlp
- The new (raw) value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.public static 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, String xlp)
XLP__NE
attribute of the given Node
to the given xlp value.node
- The Node
for which to change the value of the XLP__NE
attribute.xlp
- The new value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.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.node
- The Node
for which to change the value of the XLP__NE
attribute.xlp
- The new (parsed) value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.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.edge
- The Edge
for which to change the value of the
XLP__NE
attribute.xlp
- The new (raw) value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.public static 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, String xlp)
XLP__NE
attribute of the given Edge
to the given xlp value.edge
- The Edge
for which to change the value of the XLP__NE
attribute.xlp
- The new value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.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.edge
- The Edge
for which to change the value of the XLP__NE
attribute.xlp
- The new (parsed) value of the XLP__NE
attribute.IllegalArgumentException
- when the given xlp value is not supported.Copyright (c) 2014 itemis AG and others. All rights reserved.