Skip navigation links
GEF4 DOT
0.2.0.201509140217
D E G I N O S T 

G

getErrors() - Method in class org.eclipse.gef4.dot.DotImport
 
getId(Node) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the NODE_ID property of the given Node.
getId(Edge) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the EDGE_ID property of the given Edge.
getLabel(Node) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the NODE_LABEL property of the given Node.
getLabel(Edge) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the EDGE_LABEL property of the given Edge.
getLayout(Graph) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the GRAPH_LAYOUT property of the given Graph.
getName() - Method in class org.eclipse.gef4.dot.DotImport
 
getRankdir(Graph) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the GRAPH_RANKDIR property of the given Graph.
getStyle(Edge) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the EDGE_STYLE property of the given Edge.
getType(Graph) - Static method in class org.eclipse.gef4.dot.DotProperties
Returns the value of the GRAPH_TYPE property of the given Graph.
GRAPH_LAYOUT - Static variable in class org.eclipse.gef4.dot.DotProperties
Specifies the layout algorithm which shall be used to layout the graph.
GRAPH_LAYOUT_CIRCO - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "circo" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_DEFAULT - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines the default value for the GRAPH_LAYOUT property, which is GRAPH_LAYOUT_DOT.
GRAPH_LAYOUT_DOT - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "dot" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_FDP - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "fdp" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_GRID - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "grid" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_NEATO - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "neato" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_OSAGE - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "osage" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_SFDP - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "sfdp" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_TWOPI - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_LAYOUT value specifies that the "twopi" layout algorithm is to be used for laying out the graph.
GRAPH_LAYOUT_VALUES - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines all possible values for the GRAPH_LAYOUT property.
GRAPH_RANKDIR - Static variable in class org.eclipse.gef4.dot.DotProperties
Specifies the rankdir property which is passed to the layout algorithm which is used for laying out the graph.
GRAPH_RANKDIR_DEFAULT - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines the default value for the GRAPH_RANKDIR property.
GRAPH_RANKDIR_LR - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_RANKDIR value specifies that the graph is to be laid out horizontally from left to right.
GRAPH_RANKDIR_TD - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_RANKDIR value specifies that the graph is to be laid out vertically from top to bottom.
GRAPH_RANKDIR_VALUES - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines all possible values for the GRAPH_RANKDIR property.
GRAPH_TYPE - Static variable in class org.eclipse.gef4.dot.DotProperties
Specifies the graph type.
GRAPH_TYPE_DEFAULT - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines the default value for GRAPH_TYPE, which is GRAPH_TYPE_UNDIRECTED.
GRAPH_TYPE_DIRECTED - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_TYPE value specifies that the edges within the graph are directed.
GRAPH_TYPE_UNDIRECTED - Static variable in class org.eclipse.gef4.dot.DotProperties
This GRAPH_TYPE value specifies that the edges within the graph are undirected.
GRAPH_TYPE_VALUES - Static variable in class org.eclipse.gef4.dot.DotProperties
Defines all possible values for the GRAPH_TYPE property.
D E G I N O S T 
Skip navigation links
GEF4 DOT
0.2.0.201509140217

Copyright (c) 2014 itemis AG and others. All rights reserved.