- ID__GNE - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
-
Specifies the 'id' attribute of a graph, node or edge.
- ignorePositions - Variable in class org.eclipse.gef4.dot.internal.ui.Dot2ZestAttributesConverter.Options
-
Whether to ignore position data.
- importDot(String) - Method in class org.eclipse.gef4.dot.internal.DotImport
-
- importDot(File) - Method in class org.eclipse.gef4.dot.internal.DotImport
-
- init(IViewSite) - Method in class org.eclipse.gef4.dot.internal.ui.DotGraphView
-
- init(IWorkbench) - Method in class org.eclipse.gef4.dot.internal.ui.GraphvizPreferencePage
-
- INT_PARSER - Static variable in class org.eclipse.gef4.dot.internal.DotLanguageSupport
-
A parser used to parse DOT int values.
- interpret(DotAst) - Method in class org.eclipse.gef4.dot.internal.DotInterpreter
-
- invertYAxis - Variable in class org.eclipse.gef4.dot.internal.ui.Dot2ZestAttributesConverter.Options
-
Specifies whether the y-coordinate values of all position information
is to be inverted.
- isEdgeAttribute(Attribute) - Static method in class org.eclipse.gef4.dot.internal.parser.validation.DotJavaValidator
-
Checks whether the given Attribute
is used in the context of an
edge.
- isGraphAttribute(Attribute) - Static method in class org.eclipse.gef4.dot.internal.parser.validation.DotJavaValidator
-
Checks whether the given Attribute
is used in the context of a
top-level graph.
- isGraphvizConfigured() - Static method in class org.eclipse.gef4.dot.internal.ui.GraphvizPreferencePage
-
- isNativeMode() - Method in class org.eclipse.gef4.dot.internal.ui.DotGraphView
-
- isNodeAttribute(Attribute) - Static method in class org.eclipse.gef4.dot.internal.parser.validation.DotJavaValidator
-
Checks whether the given Attribute
is used in the context of a
node.
- isQuoted(String) - Static method in class org.eclipse.gef4.dot.internal.parser.conversion.DotTerminalConverters
-
Tests whether the given String
value is quoted, i.e. has
quotation marks as its first and last character respectively.
- isSubgraphAttribute(Attribute) - Static method in class org.eclipse.gef4.dot.internal.parser.validation.DotJavaValidator
-
Checks whether the given Attribute
is used in the context of a
subgraph.