public class DotAttributes
extends java.lang.Object
DotAttributes
class contains all properties which are supported
by DotImport
and DotExport
, i.e. they are set on the
resulting Graph
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_NAME__GNE
Specifies the name of a graph, node, or edge (not an attribute), as
retrieved through the graph, node_id, as well as edge_stmt and edgeRHS
grammar rules.
|
static java.lang.String |
_TYPE__G
Specifies the graph type.
|
static java.lang.String |
_TYPE__G__DIGRAPH
This
_TYPE__G value specifies that the edges within the graph
are undirected. |
static java.lang.String |
_TYPE__G__GRAPH
This
_TYPE__G value specifies that the edges within the graph
are directed. |
static java.lang.String |
ARROWHEAD__E
Specifies the 'arrowhead' attribute of an edge.
|
static java.lang.String |
ARROWSIZE__E
Specifies the 'arrowsize' attribute of an edge.
|
static java.lang.String |
ARROWTAIL__E
Specifies the 'arrowtail' attribute of an edge.
|
static java.lang.String |
DIR__E
Specifies the 'dir' attribute of an edge.
|
static java.lang.String |
DISTORTION__N
Specifies the 'distortion' attribute of a node.
|
static java.lang.String |
FORCELABELS__G
Specifies the 'forcelabels' attribute of a graph.
|
static java.lang.String |
HEAD_LP__E
Specifies the 'head_lp' attribute (head label position) of an edge.
|
static java.lang.String |
HEADLABEL__E
Specifies the 'headlabel' attribute of an edge.
|
static java.lang.String |
HEIGHT__N
Specifies the 'height' attribute of a node.
|
static java.lang.String |
ID__GNE
Specifies the 'id' attribute of a graph, node or edge.
|
static java.lang.String |
LABEL__GNE
Specifies the 'label' attribute of a graph, node or edge.
|
static java.lang.String |
LAYOUT__G
Specifies the 'layout' attribute of a graph.
|
static java.lang.String |
LP__E
Specifies 'lp' attribute (label position) of an edge.
|
static java.lang.String |
POS__NE
Specifies the 'pos' attribute of a node or edge.
|
static java.lang.String |
RANKDIR__G
Specifies the rankdir property which is passed to the layout algorithm
which is used for laying out the graph.
|
static java.lang.String |
SHAPE__N
Specifies the 'shape' attribute of a node.
|
static java.lang.String |
SIDES__N
Specifies the 'sides' attribute of a node.
|
static java.lang.String |
SKEW__N
Specifies the 'skew' attribute of a node.
|
static java.lang.String |
SPLINES__G
Specifies the name of the 'splines' attribute.
|
static java.lang.String |
STYLE__E
Specifies the rendering style of an edge, i.e. if it is solid, dashed,
dotted, etc.
|
static java.lang.String |
TAIL_LP__E
Specifies the 'tail_lp' attribute (tail label position) of an edge.
|
static java.lang.String |
TAILLABEL__E
Specifies the 'taillabel' attribute of an edge.
|
static java.lang.String |
WIDTH__N
Specifies the 'width' attribute of a node.
|
static java.lang.String |
XLABEL__NE
Specifies the 'xlabel' attribute (external label) of a node or edge.
|
static java.lang.String |
XLP__NE
Specifies the 'xlp' attribute (external label position) of a node or
edge.
|
Constructor and Description |
---|
DotAttributes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
_getName(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
_NAME__GNE property of the given
Edge . |
static java.lang.String |
_getName(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
_NAME__GNE property of the given
Graph . |
static java.lang.String |
_getName(org.eclipse.gef4.graph.Node node)
Returns the value of the
_NAME__GNE property of the given
Node . |
static java.lang.String |
_getType(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
_TYPE__G property of the given
Graph . |
static void |
_setName(org.eclipse.gef4.graph.Edge edge,
java.lang.String name)
Sets the
_NAME__GNE property of the given Graph to the
given name value. |
static void |
_setName(org.eclipse.gef4.graph.Graph graph,
java.lang.String name)
Sets the
_NAME__GNE property of the given Graph to the
given name value. |
static void |
_setName(org.eclipse.gef4.graph.Node node,
java.lang.String id)
Sets the
_NAME__GNE property of the given Node to the
given id value. |
static void |
_setType(org.eclipse.gef4.graph.Graph graph,
java.lang.String type)
Sets the
_TYPE__G property of the given Graph to the
given type value. |
static java.lang.String |
getArrowHead(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
ARROWHEAD__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType |
getArrowHeadParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
ARROWHEAD__E property of the
given Edge . |
static java.lang.String |
getArrowSize(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
ARROWSIZE__E property of the given
Edge . |
static java.lang.Double |
getArrowSizeParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
ARROWSIZE__E property of the
given Edge . |
static java.lang.String |
getArrowTail(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
ARROWTAIL__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType |
getArrowTailParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
ARROWTAIL__E property of the
given Edge . |
static java.lang.String |
getDir(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
DIR__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.dir.DirType |
getDirParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
DIR__E property of the given
Edge . |
static java.lang.String |
getDistortion(org.eclipse.gef4.graph.Node node)
Returns the value of the
DISTORTION__N property of the given
Node . |
static java.lang.Double |
getDistortionParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
DISTORTION__N property of the
given Node . |
static java.lang.String |
getForceLabels(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
FORCELABELS__G property of the given
Graph . |
static java.lang.Boolean |
getForceLabelsParsed(org.eclipse.gef4.graph.Graph graph)
Returns the (parsed) value of the
FORCELABELS__G property of the
given Graph . |
static java.lang.String |
getHeadLabel(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
HEADLABEL__E property of the given
Edge . |
static java.lang.String |
getHeadLp(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
HEAD_LP__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getHeadLpParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
HEAD_LP__E property of the
given Edge . |
static java.lang.String |
getHeight(org.eclipse.gef4.graph.Node node)
Returns the value of the
HEIGHT__N property of the given
Node . |
static java.lang.Double |
getHeightParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
HEIGHT__N property of the
given Node . |
static java.lang.String |
getId(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
ID__GNE property of the given
Edge . |
static java.lang.String |
getId(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
ID__GNE property of the given
Graph . |
static java.lang.String |
getId(org.eclipse.gef4.graph.Node node)
Returns the value of the
ID__GNE property of the given
Node . |
static java.lang.String |
getLabel(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
LABEL__GNE property of the given
Edge . |
static java.lang.String |
getLabel(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
LABEL__GNE property of the given
Graph . |
static java.lang.String |
getLabel(org.eclipse.gef4.graph.Node node)
Returns the value of the
LABEL__GNE property of the given
Node . |
static java.lang.String |
getLayout(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
LAYOUT__G property of the given
Graph . |
static org.eclipse.gef4.dot.internal.parser.layout.Layout |
getLayoutParsed(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
LAYOUT__G property of the given
Graph . |
static java.lang.String |
getLp(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
LP__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getLpParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
LP__E property of the given
Edge . |
static java.lang.String |
getPos(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
POS__NE property of the given
Edge . |
static java.lang.String |
getPos(org.eclipse.gef4.graph.Node node)
Returns the value of the
POS__NE property of the given
Node . |
static org.eclipse.gef4.dot.internal.parser.splinetype.SplineType |
getPosParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
POS__NE property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getPosParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
POS__NE property of the given
Node . |
static java.lang.String |
getRankdir(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
RANKDIR__G property of the given
Graph . |
static org.eclipse.gef4.dot.internal.parser.rankdir.Rankdir |
getRankdirParsed(org.eclipse.gef4.graph.Graph graph)
Returns the (parsed) value of the
RANKDIR__G property of the
given Graph . |
static java.lang.String |
getShape(org.eclipse.gef4.graph.Node node)
Returns the value of the
SHAPE__N property of the given
Node . |
static org.eclipse.gef4.dot.internal.parser.shape.Shape |
getShapeParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
SHAPE__N property of the given
Node . |
static java.lang.String |
getSides(org.eclipse.gef4.graph.Node node)
Returns the value of the
SIDES__N property of the given
Node . |
static java.lang.Integer |
getSidesParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
SIDES__N property of the given
Node . |
static java.lang.String |
getSkew(org.eclipse.gef4.graph.Node node)
Returns the value of the
SKEW__N property of the given
Node . |
static java.lang.Double |
getSkewParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
SKEW__N property of the given
Node . |
static java.lang.String |
getSplines(org.eclipse.gef4.graph.Graph graph)
Returns the value of the
SPLINES__G property of the given
Graph . |
static org.eclipse.gef4.dot.internal.parser.splines.Splines |
getSplinesParsed(org.eclipse.gef4.graph.Graph graph)
Returns the (parsed) value of the
SPLINES__G property of the
given Graph . |
static java.lang.String |
getStyle(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
STYLE__E property of the given
Edge . |
static java.lang.String |
getStyle(org.eclipse.gef4.graph.Node node)
Returns the value of the
STYLE__E property of the given
Node . |
static org.eclipse.gef4.dot.internal.parser.style.Style |
getStyleParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
STYLE__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.style.Style |
getStyleParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
STYLE__E property of the given
Node . |
static java.lang.String |
getTailLabel(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
TAILLABEL__E property of the given
Edge . |
static java.lang.String |
getTailLp(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
TAIL_LP__E property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getTailLpParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
TAIL_LP__E property of the
given Edge . |
static java.lang.String |
getWidth(org.eclipse.gef4.graph.Node node)
Returns the value of the
WIDTH__N property of the given
Node . |
static java.lang.Double |
getWidthParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
WIDTH__N property of the given
Node . |
static java.lang.String |
getXLabel(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
XLABEL__NE property of the given
Edge . |
static java.lang.String |
getXLabel(org.eclipse.gef4.graph.Node node)
Returns the value of the
XLABEL__NE property of the given
Node . |
static java.lang.String |
getXlp(org.eclipse.gef4.graph.Edge edge)
Returns the value of the
XLP__NE property of the given
Edge . |
static java.lang.String |
getXlp(org.eclipse.gef4.graph.Node node)
Returns the value of the
XLP__NE property of the given
Node . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getXlpParsed(org.eclipse.gef4.graph.Edge edge)
Returns the (parsed) value of the
XLP__NE property of the given
Edge . |
static org.eclipse.gef4.dot.internal.parser.point.Point |
getXlpParsed(org.eclipse.gef4.graph.Node node)
Returns the (parsed) value of the
XLP__NE property of the given
Node . |
static void |
setArrowHead(org.eclipse.gef4.graph.Edge edge,
java.lang.String arrowHead)
Sets the
ARROWHEAD__E property of the given Edge to the
given arrowHead value. |
static void |
setArrowHeadParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType arrowHeadParsed)
Sets the
ARROWHEAD__E property of the given Edge to the
given arrowHeadParsed value. |
static void |
setArrowSize(org.eclipse.gef4.graph.Edge edge,
java.lang.String arrowSize)
Sets the
ARROWSIZE__E property of the given Edge to the
given arrowSize value. |
static void |
setArrowSizeParsed(org.eclipse.gef4.graph.Edge edge,
java.lang.Double arrowSizeParsed)
Sets the
ARROWSIZE__E property of the given Edge to the
given arrowSizeParsed value. |
static void |
setArrowTail(org.eclipse.gef4.graph.Edge edge,
java.lang.String arrowTail)
Sets the
ARROWTAIL__E property of the given Edge to the
given arrowTail value. |
static void |
setArrowTailParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType arrowTailParsed)
Sets the
ARROWTAIL__E property of the given Edge to the
given arrowTailParsed value. |
static void |
setDir(org.eclipse.gef4.graph.Edge edge,
java.lang.String dir)
Sets the
DIR__E property of the given Edge to the given
dir value. |
static void |
setDirParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.dir.DirType dirParsed)
Sets the
DIR__E property of the given Edge to the given
dirParsed value. |
static void |
setDistortion(org.eclipse.gef4.graph.Node node,
java.lang.String distortion)
Sets the
DISTORTION__N property of the given Node to the
given distortion value. |
static void |
setDistortionParsed(org.eclipse.gef4.graph.Node node,
java.lang.Double distortionParsed)
Sets the
DISTORTION__N property of the given Node to the
given distortionParsed value. |
static void |
setForceLabels(org.eclipse.gef4.graph.Graph graph,
java.lang.String forceLabels)
Sets the
FORCELABELS__G property of the given Graph to
the given forceLabels value. |
static void |
setForceLabelsParsed(org.eclipse.gef4.graph.Graph graph,
java.lang.Boolean forceLabelsParsed)
Sets the
FORCELABELS__G property of the given Graph to
the given forceLabelsParsed value. |
static void |
setHeadLabel(org.eclipse.gef4.graph.Edge edge,
java.lang.String headLabel)
Sets the
HEADLABEL__E property of the given Edge to the
given headLabel value. |
static void |
setHeadLp(org.eclipse.gef4.graph.Edge edge,
java.lang.String headLp)
Sets the
HEAD_LP__E property of the given Edge to the
given headLp value. |
static void |
setHeadLpParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.point.Point headLpParsed)
Sets the
HEAD_LP__E property of the given Edge to the
given headLpParsed value. |
static void |
setHeight(org.eclipse.gef4.graph.Node node,
java.lang.String height)
Sets the
HEIGHT__N property of the given Node to the
given height value. |
static void |
setHeightParsed(org.eclipse.gef4.graph.Node node,
java.lang.Double heightParsed)
Sets the
HEIGHT__N property of the given Node to the
given heightParsed value. |
static void |
setId(org.eclipse.gef4.graph.Edge edge,
java.lang.String id)
Sets the
ID__GNE property of the given Edge to the given
id value. |
static void |
setId(org.eclipse.gef4.graph.Graph graph,
java.lang.String id)
Sets the
ID__GNE property of the given Graph to the
given id value. |
static void |
setId(org.eclipse.gef4.graph.Node node,
java.lang.String id)
Sets the
ID__GNE property of the given Node to the given
id value. |
static void |
setLabel(org.eclipse.gef4.graph.Edge edge,
java.lang.String label)
Sets the
LABEL__GNE property of the given Edge to the
given label value. |
static void |
setLabel(org.eclipse.gef4.graph.Graph graph,
java.lang.String label)
Sets the
LABEL__GNE property of the given Graph to the
given label value. |
static void |
setLabel(org.eclipse.gef4.graph.Node node,
java.lang.String label)
Sets the
LABEL__GNE property of the given Node to the
given label value. |
static void |
setLayout(org.eclipse.gef4.graph.Graph graph,
java.lang.String layout)
Sets the
LAYOUT__G property of the given Graph to the
given layout value. |
static void |
setLayoutParsed(org.eclipse.gef4.graph.Graph graph,
org.eclipse.gef4.dot.internal.parser.layout.Layout layoutParsed)
Sets the
LAYOUT__G property of the given Graph to the
given layoutParsed value. |
static void |
setLp(org.eclipse.gef4.graph.Edge edge,
java.lang.String lp)
Sets the
LP__E property of the given Edge to the given
lp value. |
static void |
setLpParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.point.Point lpParsed)
Sets the
LP__E property of the given Edge to the given
lpParsed value. |
static void |
setPos(org.eclipse.gef4.graph.Edge edge,
java.lang.String pos)
Sets the
POS__NE property of the given Edge to the given
pos value. |
static void |
setPos(org.eclipse.gef4.graph.Node node,
java.lang.String pos)
Sets the
POS__NE property of the given Node to the given
pos value. |
static void |
setPosParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.splinetype.SplineType posParsed)
Sets the
POS__NE property of the given Edge to the given
posParsed value. |
static void |
setPosParsed(org.eclipse.gef4.graph.Node node,
org.eclipse.gef4.dot.internal.parser.point.Point posParsed)
Sets the
POS__NE property of the given Node to the given
posParsed value. |
static void |
setRankdir(org.eclipse.gef4.graph.Graph graph,
java.lang.String rankdir)
Sets the
RANKDIR__G property of the given Graph to the
given rankdir value. |
static void |
setRankdirParsed(org.eclipse.gef4.graph.Graph graph,
org.eclipse.gef4.dot.internal.parser.rankdir.Rankdir rankdirParsed)
Sets the
RANKDIR__G property of the given Graph to the
given rankdirParsed value. |
static void |
setShape(org.eclipse.gef4.graph.Node node,
java.lang.String shape)
Sets the
SHAPE__N property of the given Node to the
given shape value. |
static void |
setShapeParsed(org.eclipse.gef4.graph.Node node,
org.eclipse.gef4.dot.internal.parser.shape.Shape shapeParsed)
Sets the
SHAPE__N property of the given Node to the
given shapeParsed value. |
static void |
setSides(org.eclipse.gef4.graph.Node node,
java.lang.String sides)
Sets the
SIDES__N property of the given Node to the
given sides value. |
static void |
setSidesParsed(org.eclipse.gef4.graph.Node node,
java.lang.Integer sidesParsed)
Sets the
SIDES__N property of the given Node to the
given sidesParsed value. |
static void |
setSkew(org.eclipse.gef4.graph.Node node,
java.lang.String skew)
Sets the
SKEW__N property of the given Node to the given
skew value. |
static void |
setSkewParsed(org.eclipse.gef4.graph.Node node,
java.lang.Double skewParsed)
Sets the
SKEW__N property of the given Node to the given
skewParsed value. |
static void |
setSplines(org.eclipse.gef4.graph.Graph graph,
java.lang.String splines)
Sets the
SPLINES__G property of the given Graph to the
given splines value. |
static void |
setSplinesParsed(org.eclipse.gef4.graph.Graph graph,
org.eclipse.gef4.dot.internal.parser.splines.Splines splinesParsed)
Sets the
SPLINES__G property of the given Graph to the
given splinesParsed value. |
static void |
setStyle(org.eclipse.gef4.graph.Edge edge,
java.lang.String style)
Sets the
STYLE__E property of the given Edge to the
given style value. |
static void |
setStyle(org.eclipse.gef4.graph.Node node,
java.lang.String style)
Sets the
STYLE__E property of the given Node to the
given style value. |
static void |
setStyleParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.style.Style styleParsed)
Sets the
STYLE__E property of the given Edge to the
given styleParsed value. |
static void |
setStyleParsed(org.eclipse.gef4.graph.Node node,
org.eclipse.gef4.dot.internal.parser.style.Style styleParsed)
Sets the
STYLE__E property of the given Node to the
given styleParsed value. |
static void |
setTailLabel(org.eclipse.gef4.graph.Edge edge,
java.lang.String tailLabel)
Sets the
TAILLABEL__E property of the given Edge to the
given tailLabel value. |
static void |
setTailLp(org.eclipse.gef4.graph.Edge edge,
java.lang.String tailLp)
Sets the
TAIL_LP__E property of the given Edge to the
given tailLp value. |
static void |
setTailLpParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.point.Point tailLpParsed)
Sets the
TAIL_LP__E property of the given Edge to the
given tailLpParsed value. |
static void |
setWidth(org.eclipse.gef4.graph.Node node,
java.lang.String width)
Sets the
WIDTH__N property of the given Node to the
given width value. |
static void |
setWidthParsed(org.eclipse.gef4.graph.Node node,
java.lang.Double widthParsed)
Sets the
WIDTH__N property of the given Node to the
given widthParsed value. |
static void |
setXLabel(org.eclipse.gef4.graph.Edge edge,
java.lang.String xLabel)
Sets the
XLABEL__NE property of the given Edge to the
given xLabel value. |
static void |
setXLabel(org.eclipse.gef4.graph.Node node,
java.lang.String xLabel)
Sets the
XLABEL__NE property of the given Node to the
given xLabel value. |
static void |
setXlp(org.eclipse.gef4.graph.Edge edge,
java.lang.String xlp)
Sets the
XLP__NE property of the given Edge to the given
xlp value. |
static void |
setXlp(org.eclipse.gef4.graph.Node node,
java.lang.String xlp)
Sets the
XLP__NE property of the given Node to the given
xlp value. |
static void |
setXlpParsed(org.eclipse.gef4.graph.Edge edge,
org.eclipse.gef4.dot.internal.parser.point.Point xlpParsed)
Sets the
XLP__NE property of the given Edge to the given
xlpParsed value. |
static void |
setXlpParsed(org.eclipse.gef4.graph.Node node,
org.eclipse.gef4.dot.internal.parser.point.Point xlpParsed)
Sets the
XLP__NE property of the given Node to the given
xlpParsed value. |
public static final java.lang.String _NAME__GNE
public static final java.lang.String _TYPE__G
_TYPE__G__GRAPH
and _TYPE__G__DIGRAPH
.public static final java.lang.String _TYPE__G__DIGRAPH
_TYPE__G
value specifies that the edges within the graph
are undirected.public static final java.lang.String _TYPE__G__GRAPH
_TYPE__G
value specifies that the edges within the graph
are directed.public static final java.lang.String ARROWHEAD__E
public static final java.lang.String ARROWSIZE__E
public static final java.lang.String ARROWTAIL__E
public static final java.lang.String DIR__E
public static final java.lang.String DISTORTION__N
public static final java.lang.String FORCELABELS__G
public static final java.lang.String HEAD_LP__E
public static final java.lang.String HEADLABEL__E
public static final java.lang.String HEIGHT__N
public static final java.lang.String ID__GNE
public static final java.lang.String LABEL__GNE
public static final java.lang.String LAYOUT__G
public static final java.lang.String LP__E
public static final java.lang.String POS__NE
public static final java.lang.String RANKDIR__G
public static final java.lang.String SHAPE__N
public static final java.lang.String SIDES__N
public static final java.lang.String SKEW__N
public static final java.lang.String SPLINES__G
public static final java.lang.String STYLE__E
public static final java.lang.String TAIL_LP__E
public static final java.lang.String TAILLABEL__E
public static final java.lang.String WIDTH__N
public static final java.lang.String XLABEL__NE
public static final java.lang.String XLP__NE
public static java.lang.String getArrowHead(org.eclipse.gef4.graph.Edge edge)
ARROWHEAD__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
ARROWHEAD__E
property.ARROWHEAD__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType getArrowHeadParsed(org.eclipse.gef4.graph.Edge edge)
ARROWHEAD__E
property of the
given Edge
.edge
- The Edge
for which to return the value of the
ARROWHEAD__E
property, parsed as an ArrowType
.ARROWHEAD__E
property of the given
Edge
.public static java.lang.String getArrowSize(org.eclipse.gef4.graph.Edge edge)
ARROWSIZE__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
ARROWSIZE__E
property.ARROWSIZE__E
property of the given
Edge
.public static java.lang.Double getArrowSizeParsed(org.eclipse.gef4.graph.Edge edge)
ARROWSIZE__E
property of the
given Edge
.edge
- The Edge
for which to return the value of the
ARROWSIZE__E
property, parsed as a Double
.ARROWSIZE__E
property of the given
Edge
.public static java.lang.String getArrowTail(org.eclipse.gef4.graph.Edge edge)
ARROWTAIL__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
ARROWTAIL__E
property.ARROWTAIL__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType getArrowTailParsed(org.eclipse.gef4.graph.Edge edge)
ARROWTAIL__E
property of the
given Edge
.edge
- The Edge
for which to return the value of the
ARROWTAIL__E
property, parsed as an ArrowType
.ARROWTAIL__E
property of the given
Edge
.public static java.lang.String getDir(org.eclipse.gef4.graph.Edge edge)
DIR__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.dir.DirType getDirParsed(org.eclipse.gef4.graph.Edge edge)
DIR__E
property of the given
Edge
.public static java.lang.String getDistortion(org.eclipse.gef4.graph.Node node)
DISTORTION__N
property of the given
Node
.node
- The Node
for which to return the value of the
DISTORTION__N
property.DISTORTION__N
property of the given
Node
.public static java.lang.Double getDistortionParsed(org.eclipse.gef4.graph.Node node)
DISTORTION__N
property of the
given Node
.node
- The Node
for which to return the value of the
DISTORTION__N
property, parsed as a Double
.DISTORTION__N
property of the given
Node
.public static java.lang.String getForceLabels(org.eclipse.gef4.graph.Graph graph)
FORCELABELS__G
property of the given
Graph
.graph
- The Graph
for which to return the value of the
FORCELABELS__G
property.FORCELABELS__G
property of the given
Graph
.public static java.lang.Boolean getForceLabelsParsed(org.eclipse.gef4.graph.Graph graph)
FORCELABELS__G
property of the
given Graph
.graph
- The Graph
for which to return the value of the
FORCELABELS__G
property, parsed as a Boolean
.FORCELABELS__G
property of the given
Graph
.public static java.lang.String getHeadLabel(org.eclipse.gef4.graph.Edge edge)
HEADLABEL__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
HEADLABEL__E
property.HEADLABEL__E
property of the given
Edge
.public static java.lang.String getHeadLp(org.eclipse.gef4.graph.Edge edge)
HEAD_LP__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
HEAD_LP__E
property.HEAD_LP__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.point.Point getHeadLpParsed(org.eclipse.gef4.graph.Edge edge)
HEAD_LP__E
property of the
given Edge
.edge
- The Edge
for which to return the value of the
HEAD_LP__E
property, parsed as a Point
.HEAD_LP__E
property of the given
Edge
.public static java.lang.String getHeight(org.eclipse.gef4.graph.Node node)
HEIGHT__N
property of the given
Node
.public static java.lang.Double getHeightParsed(org.eclipse.gef4.graph.Node node)
HEIGHT__N
property of the
given Node
.public static java.lang.String getId(org.eclipse.gef4.graph.Edge edge)
ID__GNE
property of the given
Edge
.public static java.lang.String getId(org.eclipse.gef4.graph.Graph graph)
ID__GNE
property of the given
Graph
.public static java.lang.String getId(org.eclipse.gef4.graph.Node node)
ID__GNE
property of the given
Node
.public static java.lang.String getLabel(org.eclipse.gef4.graph.Edge edge)
LABEL__GNE
property of the given
Edge
.edge
- The Edge
for which to return the value of the
LABEL__GNE
property.LABEL__GNE
property of the given
Edge
.public static java.lang.String getLabel(org.eclipse.gef4.graph.Graph graph)
LABEL__GNE
property of the given
Graph
.graph
- The Graph
for which to return the value of the
LABEL__GNE
property.LABEL__GNE
property of the given
Graph
.public static java.lang.String getLabel(org.eclipse.gef4.graph.Node node)
LABEL__GNE
property of the given
Node
.node
- The Node
for which to return the value of the
LABEL__GNE
property.LABEL__GNE
property of the given
Node
.public static java.lang.String getLayout(org.eclipse.gef4.graph.Graph graph)
LAYOUT__G
property of the given
Graph
.public static org.eclipse.gef4.dot.internal.parser.layout.Layout getLayoutParsed(org.eclipse.gef4.graph.Graph graph)
LAYOUT__G
property of the given
Graph
.public static java.lang.String getLp(org.eclipse.gef4.graph.Edge edge)
LP__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.point.Point getLpParsed(org.eclipse.gef4.graph.Edge edge)
LP__E
property of the given
Edge
.public static java.lang.String _getName(org.eclipse.gef4.graph.Edge edge)
_NAME__GNE
property of the given
Edge
.edge
- The Edge
for which to return the value of the
_NAME__GNE
property._NAME__GNE
property of the given
Edge
.public static java.lang.String _getName(org.eclipse.gef4.graph.Graph graph)
_NAME__GNE
property of the given
Graph
.graph
- The Graph
for which to return the value of the
_NAME__GNE
property._NAME__GNE
property of the given
Graph
.public static java.lang.String _getName(org.eclipse.gef4.graph.Node node)
_NAME__GNE
property of the given
Node
.node
- The Node
for which to return the value of the
_NAME__GNE
property._NAME__GNE
property of the given
Node
.public static java.lang.String getPos(org.eclipse.gef4.graph.Edge edge)
POS__NE
property of the given
Edge
.public static java.lang.String getPos(org.eclipse.gef4.graph.Node node)
POS__NE
property of the given
Node
.public static org.eclipse.gef4.dot.internal.parser.splinetype.SplineType getPosParsed(org.eclipse.gef4.graph.Edge edge)
POS__NE
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.point.Point getPosParsed(org.eclipse.gef4.graph.Node node)
POS__NE
property of the given
Node
.public static java.lang.String getRankdir(org.eclipse.gef4.graph.Graph graph)
RANKDIR__G
property of the given
Graph
.graph
- The Graph
for which to return the value of the
RANKDIR__G
property.RANKDIR__G
property of the given
Graph
.public static org.eclipse.gef4.dot.internal.parser.rankdir.Rankdir getRankdirParsed(org.eclipse.gef4.graph.Graph graph)
RANKDIR__G
property of the
given Graph
.graph
- The Graph
for which to return the value of the
RANKDIR__G
property, parsed as a Rankdir
.RANKDIR__G
property of the given
Graph
.public static java.lang.String getShape(org.eclipse.gef4.graph.Node node)
SHAPE__N
property of the given
Node
.public static org.eclipse.gef4.dot.internal.parser.shape.Shape getShapeParsed(org.eclipse.gef4.graph.Node node)
SHAPE__N
property of the given
Node
.public static java.lang.String getSides(org.eclipse.gef4.graph.Node node)
SIDES__N
property of the given
Node
.public static java.lang.Integer getSidesParsed(org.eclipse.gef4.graph.Node node)
SIDES__N
property of the given
Node
.public static java.lang.String getSkew(org.eclipse.gef4.graph.Node node)
SKEW__N
property of the given
Node
.public static java.lang.Double getSkewParsed(org.eclipse.gef4.graph.Node node)
SKEW__N
property of the given
Node
.public static java.lang.String getSplines(org.eclipse.gef4.graph.Graph graph)
SPLINES__G
property of the given
Graph
.graph
- The Graph
for which to return the value of the
SPLINES__G
property.SPLINES__G
property of the given
Graph
.public static org.eclipse.gef4.dot.internal.parser.splines.Splines getSplinesParsed(org.eclipse.gef4.graph.Graph graph)
SPLINES__G
property of the
given Graph
.graph
- The Graph
for which to return the value of the
SPLINES__G
property, parsed as a Boolean
.SPLINES__G
property of the given
Graph
.public static java.lang.String getStyle(org.eclipse.gef4.graph.Edge edge)
STYLE__E
property of the given
Edge
.public static java.lang.String getStyle(org.eclipse.gef4.graph.Node node)
STYLE__E
property of the given
Node
.public static org.eclipse.gef4.dot.internal.parser.style.Style getStyleParsed(org.eclipse.gef4.graph.Edge edge)
STYLE__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.style.Style getStyleParsed(org.eclipse.gef4.graph.Node node)
STYLE__E
property of the given
Node
.public static java.lang.String getTailLabel(org.eclipse.gef4.graph.Edge edge)
TAILLABEL__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
TAILLABEL__E
property.TAILLABEL__E
property of the given
Edge
.public static java.lang.String getTailLp(org.eclipse.gef4.graph.Edge edge)
TAIL_LP__E
property of the given
Edge
.edge
- The Edge
for which to return the value of the
TAIL_LP__E
property.TAIL_LP__E
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.point.Point getTailLpParsed(org.eclipse.gef4.graph.Edge edge)
TAIL_LP__E
property of the
given Edge
.edge
- The Edge
for which to return the value of the
TAIL_LP__E
property, parsed as a Point
.TAIL_LP__E
property of the given
Edge
.public static java.lang.String _getType(org.eclipse.gef4.graph.Graph graph)
_TYPE__G
property of the given
Graph
.public static java.lang.String getWidth(org.eclipse.gef4.graph.Node node)
WIDTH__N
property of the given
Node
.public static java.lang.Double getWidthParsed(org.eclipse.gef4.graph.Node node)
WIDTH__N
property of the given
Node
.public static java.lang.String getXLabel(org.eclipse.gef4.graph.Edge edge)
XLABEL__NE
property of the given
Edge
.edge
- The Edge
for which to return the value of the
XLABEL__NE
property.XLABEL__NE
property of the given
Edge
.public static java.lang.String getXLabel(org.eclipse.gef4.graph.Node node)
XLABEL__NE
property of the given
Node
.node
- The Node
for which to return the value of the
XLABEL__NE
property.XLABEL__NE
property of the given
Node
.public static java.lang.String getXlp(org.eclipse.gef4.graph.Edge edge)
XLP__NE
property of the given
Edge
.public static java.lang.String getXlp(org.eclipse.gef4.graph.Node node)
XLP__NE
property of the given
Node
.public static org.eclipse.gef4.dot.internal.parser.point.Point getXlpParsed(org.eclipse.gef4.graph.Edge edge)
XLP__NE
property of the given
Edge
.public static org.eclipse.gef4.dot.internal.parser.point.Point getXlpParsed(org.eclipse.gef4.graph.Node node)
XLP__NE
property of the given
Node
.public static void setArrowHead(org.eclipse.gef4.graph.Edge edge, java.lang.String arrowHead)
ARROWHEAD__E
property of the given Edge
to the
given arrowHead value.edge
- The Edge
for which to change the value of the
ARROWHEAD__E
property.arrowHead
- The new value for the ARROWHEAD__E
property.public static void setArrowHeadParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType arrowHeadParsed)
ARROWHEAD__E
property of the given Edge
to the
given arrowHeadParsed value.edge
- The Edge
for which to change the value of the
ARROWHEAD__E
property.arrowHeadParsed
- The new value for the ARROWHEAD__E
property.public static void setArrowSize(org.eclipse.gef4.graph.Edge edge, java.lang.String arrowSize)
ARROWSIZE__E
property of the given Edge
to the
given arrowSize value.edge
- The Edge
for which to change the value of the
ARROWSIZE__E
property.arrowSize
- The new value for the ARROWSIZE__E
property.java.lang.IllegalArgumentException
- when the given arrowSize value is not supported.public static void setArrowSizeParsed(org.eclipse.gef4.graph.Edge edge, java.lang.Double arrowSizeParsed)
ARROWSIZE__E
property of the given Edge
to the
given arrowSizeParsed value.edge
- The Edge
for which to change the value of the
ARROWSIZE__E
property.arrowSizeParsed
- The new value for the ARROWSIZE__E
property.java.lang.IllegalArgumentException
- when the given arrowSizeParsed value is not supported.public static void setArrowTail(org.eclipse.gef4.graph.Edge edge, java.lang.String arrowTail)
ARROWTAIL__E
property of the given Edge
to the
given arrowTail value.edge
- The Edge
for which to change the value of the
ARROWTAIL__E
property.arrowTail
- The new value for the ARROWTAIL__E
property.java.lang.IllegalArgumentException
- when the given arrowTail value is not supported.public static void setArrowTailParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.arrowtype.ArrowType arrowTailParsed)
ARROWTAIL__E
property of the given Edge
to the
given arrowTailParsed value.edge
- The Edge
for which to change the value of the
ARROWTAIL__E
property.arrowTailParsed
- The new value for the ARROWTAIL__E
property.java.lang.IllegalArgumentException
- when the given arrowTailParsed value is not supported.public static void setDir(org.eclipse.gef4.graph.Edge edge, java.lang.String dir)
DIR__E
property of the given Edge
to the given
dir value.public static void setDirParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.dir.DirType dirParsed)
DIR__E
property of the given Edge
to the given
dirParsed value.public static void setDistortion(org.eclipse.gef4.graph.Node node, java.lang.String distortion)
DISTORTION__N
property of the given Node
to the
given distortion value.node
- The Node
for which to change the value of the
DISTORTION__N
property.distortion
- The new value for the DISTORTION__N
property.public static void setDistortionParsed(org.eclipse.gef4.graph.Node node, java.lang.Double distortionParsed)
DISTORTION__N
property of the given Node
to the
given distortionParsed value.node
- The Node
for which to change the value of the
DISTORTION__N
property.distortionParsed
- The new value for the DISTORTION__N
property.public static void setForceLabels(org.eclipse.gef4.graph.Graph graph, java.lang.String forceLabels)
FORCELABELS__G
property of the given Graph
to
the given forceLabels value.graph
- The Graph
for which to change the value of the
FORCELABELS__G
property.forceLabels
- The new value for the FORCELABELS__G
property.public static void setForceLabelsParsed(org.eclipse.gef4.graph.Graph graph, java.lang.Boolean forceLabelsParsed)
FORCELABELS__G
property of the given Graph
to
the given forceLabelsParsed value.graph
- The Graph
for which to change the value of the
FORCELABELS__G
property.forceLabelsParsed
- The new value for the FORCELABELS__G
property.public static void setHeadLabel(org.eclipse.gef4.graph.Edge edge, java.lang.String headLabel)
HEADLABEL__E
property of the given Edge
to the
given headLabel value.edge
- The Edge
for which to change the value of the
HEADLABEL__E
property.headLabel
- The new value for the HEADLABEL__E
property.public static void setHeadLp(org.eclipse.gef4.graph.Edge edge, java.lang.String headLp)
HEAD_LP__E
property of the given Edge
to the
given headLp value.edge
- The Edge
for which to change the value of the
HEAD_LP__E
property.headLp
- The new value for the HEAD_LP__E
property.public static void setHeadLpParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.point.Point headLpParsed)
HEAD_LP__E
property of the given Edge
to the
given headLpParsed value.edge
- The Edge
for which to change the value of the
HEAD_LP__E
property.headLpParsed
- The new value for the HEAD_LP__E
property.public static void setHeight(org.eclipse.gef4.graph.Node node, java.lang.String height)
HEIGHT__N
property of the given Node
to the
given height value.public static void setHeightParsed(org.eclipse.gef4.graph.Node node, java.lang.Double heightParsed)
HEIGHT__N
property of the given Node
to the
given heightParsed value.public static void setId(org.eclipse.gef4.graph.Edge edge, java.lang.String id)
ID__GNE
property of the given Edge
to the given
id value.public static void setId(org.eclipse.gef4.graph.Graph graph, java.lang.String id)
ID__GNE
property of the given Graph
to the
given id value.public static void setId(org.eclipse.gef4.graph.Node node, java.lang.String id)
ID__GNE
property of the given Node
to the given
id value.public static void setLabel(org.eclipse.gef4.graph.Edge edge, java.lang.String label)
LABEL__GNE
property of the given Edge
to the
given label value.edge
- The Edge
for which to change the value of the
LABEL__GNE
property.label
- The new value for the LABEL__GNE
property.public static void setLabel(org.eclipse.gef4.graph.Graph graph, java.lang.String label)
LABEL__GNE
property of the given Graph
to the
given label value.graph
- The Graph
for which to change the value of the
LABEL__GNE
property.label
- The new value for the LABEL__GNE
property.public static void setLabel(org.eclipse.gef4.graph.Node node, java.lang.String label)
LABEL__GNE
property of the given Node
to the
given label value.node
- The Node
for which to change the value of the
LABEL__GNE
property.label
- The new value for the LABEL__GNE
property.public static void setLayout(org.eclipse.gef4.graph.Graph graph, java.lang.String layout)
LAYOUT__G
property of the given Graph
to the
given layout value.public static void setLayoutParsed(org.eclipse.gef4.graph.Graph graph, org.eclipse.gef4.dot.internal.parser.layout.Layout layoutParsed)
LAYOUT__G
property of the given Graph
to the
given layoutParsed value.public static void setLp(org.eclipse.gef4.graph.Edge edge, java.lang.String lp)
LP__E
property of the given Edge
to the given
lp value.public static void setLpParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.point.Point lpParsed)
LP__E
property of the given Edge
to the given
lpParsed value.public static void _setName(org.eclipse.gef4.graph.Edge edge, java.lang.String name)
_NAME__GNE
property of the given Graph
to the
given name value.edge
- The Edge
for which to change the value of the
_NAME__GNE
property.name
- The new value for the _NAME__GNE
property.public static void _setName(org.eclipse.gef4.graph.Graph graph, java.lang.String name)
_NAME__GNE
property of the given Graph
to the
given name value.graph
- The Graph
for which to change the value of the
_NAME__GNE
property.name
- The new value for the _NAME__GNE
property.public static void _setName(org.eclipse.gef4.graph.Node node, java.lang.String id)
_NAME__GNE
property of the given Node
to the
given id value.node
- The Node
for which to change the value of the
_NAME__GNE
property.id
- The new value for the _NAME__GNE
property.public static void setPos(org.eclipse.gef4.graph.Edge edge, java.lang.String pos)
POS__NE
property of the given Edge
to the given
pos value.public static void setPos(org.eclipse.gef4.graph.Node node, java.lang.String pos)
POS__NE
property of the given Node
to the given
pos value.public static void setPosParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.splinetype.SplineType posParsed)
POS__NE
property of the given Edge
to the given
posParsed value.public static void setPosParsed(org.eclipse.gef4.graph.Node node, org.eclipse.gef4.dot.internal.parser.point.Point posParsed)
POS__NE
property of the given Node
to the given
posParsed value.public static void setRankdir(org.eclipse.gef4.graph.Graph graph, java.lang.String rankdir)
RANKDIR__G
property of the given Graph
to the
given rankdir value.graph
- The Graph
for which to change the value of the
RANKDIR__G
property.rankdir
- The new value for the RANKDIR__G
property.public static void setRankdirParsed(org.eclipse.gef4.graph.Graph graph, org.eclipse.gef4.dot.internal.parser.rankdir.Rankdir rankdirParsed)
RANKDIR__G
property of the given Graph
to the
given rankdirParsed value.graph
- The Graph
for which to change the value of the
RANKDIR__G
property.rankdirParsed
- The new value for the RANKDIR__G
property.public static void setSides(org.eclipse.gef4.graph.Node node, java.lang.String sides)
SIDES__N
property of the given Node
to the
given sides value.public static void setSidesParsed(org.eclipse.gef4.graph.Node node, java.lang.Integer sidesParsed)
SIDES__N
property of the given Node
to the
given sidesParsed value.public static void setShape(org.eclipse.gef4.graph.Node node, java.lang.String shape)
SHAPE__N
property of the given Node
to the
given shape value.public static void setShapeParsed(org.eclipse.gef4.graph.Node node, org.eclipse.gef4.dot.internal.parser.shape.Shape shapeParsed)
SHAPE__N
property of the given Node
to the
given shapeParsed value.public static void setSkew(org.eclipse.gef4.graph.Node node, java.lang.String skew)
SKEW__N
property of the given Node
to the given
skew value.public static void setSkewParsed(org.eclipse.gef4.graph.Node node, java.lang.Double skewParsed)
SKEW__N
property of the given Node
to the given
skewParsed value.public static void setSplines(org.eclipse.gef4.graph.Graph graph, java.lang.String splines)
SPLINES__G
property of the given Graph
to the
given splines value.graph
- The Graph
for which to change the value of the
SPLINES__G
property.splines
- The new value for the SPLINES__G
property.java.lang.IllegalArgumentException
- when the given splines value is not supported.public static void setSplinesParsed(org.eclipse.gef4.graph.Graph graph, org.eclipse.gef4.dot.internal.parser.splines.Splines splinesParsed)
SPLINES__G
property of the given Graph
to the
given splinesParsed value.graph
- The Graph
for which to change the value of the
SPLINES__G
property.splinesParsed
- The new value for the SPLINES__G
property.public static void setStyle(org.eclipse.gef4.graph.Edge edge, java.lang.String style)
STYLE__E
property of the given Edge
to the
given style value.public static void setStyle(org.eclipse.gef4.graph.Node node, java.lang.String style)
STYLE__E
property of the given Node
to the
given style value.public static void setStyleParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.style.Style styleParsed)
STYLE__E
property of the given Edge
to the
given styleParsed value.public static void setStyleParsed(org.eclipse.gef4.graph.Node node, org.eclipse.gef4.dot.internal.parser.style.Style styleParsed)
STYLE__E
property of the given Node
to the
given styleParsed value.public static void setTailLabel(org.eclipse.gef4.graph.Edge edge, java.lang.String tailLabel)
TAILLABEL__E
property of the given Edge
to the
given tailLabel value.edge
- The Edge
for which to change the value of the
TAILLABEL__E
property.tailLabel
- The new value for the TAILLABEL__E
property.public static void setTailLp(org.eclipse.gef4.graph.Edge edge, java.lang.String tailLp)
TAIL_LP__E
property of the given Edge
to the
given tailLp value.edge
- The Edge
for which to change the value of the
TAIL_LP__E
property.tailLp
- The new value for the TAIL_LP__E
property.public static void setTailLpParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.point.Point tailLpParsed)
TAIL_LP__E
property of the given Edge
to the
given tailLpParsed value.edge
- The Edge
for which to change the value of the
TAIL_LP__E
property.tailLpParsed
- The new value for the TAIL_LP__E
property.public static void _setType(org.eclipse.gef4.graph.Graph graph, java.lang.String type)
_TYPE__G
property of the given Graph
to the
given type value.public static void setWidth(org.eclipse.gef4.graph.Node node, java.lang.String width)
WIDTH__N
property of the given Node
to the
given width value.public static void setWidthParsed(org.eclipse.gef4.graph.Node node, java.lang.Double widthParsed)
WIDTH__N
property of the given Node
to the
given widthParsed value.public static void setXLabel(org.eclipse.gef4.graph.Edge edge, java.lang.String xLabel)
XLABEL__NE
property of the given Edge
to the
given xLabel value.edge
- The Edge
for which to change the value of the
XLABEL__NE
property.xLabel
- The new value for the XLABEL__NE
property.public static void setXLabel(org.eclipse.gef4.graph.Node node, java.lang.String xLabel)
XLABEL__NE
property of the given Node
to the
given xLabel value.node
- The Node
for which to change the value of the
XLABEL__NE
property.xLabel
- The new value for the XLABEL__NE
property.public static void setXlp(org.eclipse.gef4.graph.Edge edge, java.lang.String xlp)
XLP__NE
property of the given Edge
to the given
xlp value.public static void setXlp(org.eclipse.gef4.graph.Node node, java.lang.String xlp)
XLP__NE
property of the given Node
to the given
xlp value.public static void setXlpParsed(org.eclipse.gef4.graph.Edge edge, org.eclipse.gef4.dot.internal.parser.point.Point xlpParsed)
XLP__NE
property of the given Edge
to the given
xlpParsed value.public static void setXlpParsed(org.eclipse.gef4.graph.Node node, org.eclipse.gef4.dot.internal.parser.point.Point xlpParsed)
XLP__NE
property of the given Node
to the given
xlpParsed value.Copyright (c) 2014 itemis AG and others. All rights reserved.