Skip navigation links
GEF4 DOT
1.0.0.201603221726
A B C D E F G H I K L N O P Q R S T U V W X _ 

S

setArrowHead(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.ARROWHEAD__E property of the given Edge to the given arrowHead value.
setEnabled(boolean, Composite) - Method in class org.eclipse.gef4.dot.internal.ui.DotExportRadioGroupFieldEditor
 
setGraph(Graph) - Method in class org.eclipse.gef4.dot.internal.ui.DotGraphView
 
setHeadLabel(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.HEADLABEL__E property of the given Edge to the given label value.
setHeadLp(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.HEAD_LP__E property of the given Edge to the given headLp value.
setHeight(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.HEIGHT__N property of the given Node to the given value.
setId(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.ID__GNE property of the given Edge to the given id value.
setId(Graph, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.ID__GNE property of the given Graph to the given id value.
setId(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.ID__GNE property of the given Node to the given id value.
setIndent(int) - Method in class org.eclipse.gef4.dot.internal.ui.DotExportRadioGroupFieldEditor
 
setLabel(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.LABEL__GNE property of the given Edge to the given label value.
setLabel(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.LABEL__GNE property of the given Node to the given label value.
setLayout(Graph, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.LAYOUT_G property of the given Graph to the given layout value.
setLp(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.LP__E property of the given Edge to the given lp value.
setName(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes._NAME__GNE property of the given Graph to the given name value.
setName(Graph, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes._NAME__GNE property of the given Graph to the given name value.
setName(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes._NAME__GNE property of the given Node to the given id value.
setPos(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.POS__NE property of the given Edge to the given value.
setPos(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.POS__NE property of the given Node to the given value.
setRankdir(Graph, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.RANKDIR__G property of the given Graph to the given rankdir value.
setStyle(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.STYLE__E property of the given Edge to the given style value.
setTailLabel(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.TAILLABEL__E property of the given Edge to the given label value.
setTailLp(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.TAIL_LP__E property of the given Edge to the given tailLp value.
setType(Graph, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes._TYPE__G property of the given Graph to the given type value.
setWidth(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.WIDTH__N property of the given Node to the given value.
setXLabel(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.XLABEL__NE property of the given Edge to the given xLabel value.
setXLabel(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.XLABEL__NE property of the given Node to the given xLabel value.
setXlp(Edge, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.XLP__NE property of the given Edge to the given xlp value.
setXlp(Node, String) - Static method in class org.eclipse.gef4.dot.internal.DotAttributes
Sets the DotAttributes.XLP__NE property of the given Node to the given xlp value.
showGraphvizConfigurationDialog() - Static method in class org.eclipse.gef4.dot.internal.ui.GraphvizPreferencePage
 
showHideDotExportHintLabel() - Method in class org.eclipse.gef4.dot.internal.ui.DotExportRadioGroupFieldEditor
 
STRING() - Method in class org.eclipse.gef4.dot.internal.parser.conversion.DotTerminalConverters
A ValueConverter for Dot "STRING" terminals: terminal STRING: ('a'..'
stringTextStyle() - Method in class org.eclipse.gef4.dot.internal.parser.ui.syntaxcoloring.DotHighlightingConfiguration
 
STYLE__E - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
Specifies the rendering style of an edge, i.e. if it is solid, dashed, dotted, etc.
STYLE__E__BOLD - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered bold.
STYLE__E__DASHED - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered dashed.
STYLE__E__DEFAULT - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
Defines the default value for the DotAttributes.STYLE__E property, which is DotAttributes.STYLE__E__SOLID.
STYLE__E__DOTTED - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered dotted.
STYLE__E__INVIS - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered invisible.
STYLE__E__SOLID - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered solid.
STYLE__E__TAPERED - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered tapered.
STYLE__E__VALUES - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
Defines all possible values for the DotAttributes.STYLE__E property.
STYLE__E__VOID - Static variable in class org.eclipse.gef4.dot.internal.DotAttributes
This DotAttributes.STYLE__E value specifies that the edge is rendered with the void, which means the the original Dot default value is used.
STYLES_CSS_FILE - Static variable in class org.eclipse.gef4.dot.internal.ui.DotGraphView
 
SyncGraphvizExportHandler - Class in org.eclipse.gef4.dot.internal.ui.handlers
 
SyncGraphvizExportHandler() - Constructor for class org.eclipse.gef4.dot.internal.ui.handlers.SyncGraphvizExportHandler
 
A B C D E F G H I K L N O P Q R S T U V W X _ 
Skip navigation links
GEF4 DOT
1.0.0.201603221726

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