public class Dot2ZestGraphConverter extends AbstractGraphConverter
Graph
that is attributed with
ZestProperties
into a Graph
that is attributed with
DotAttributes
.Modifier and Type | Class and Description |
---|---|
static class |
Dot2ZestGraphConverter.Options |
Constructor and Description |
---|
Dot2ZestGraphConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
convertAttributes(org.eclipse.gef4.graph.Edge dot,
org.eclipse.gef4.graph.Edge zest) |
protected void |
convertAttributes(org.eclipse.gef4.graph.Graph dot,
org.eclipse.gef4.graph.Graph zest) |
protected void |
convertAttributes(org.eclipse.gef4.graph.Node dot,
org.eclipse.gef4.graph.Node zest) |
Dot2ZestGraphConverter.Options |
options() |
convert, convertEdge, convertNode
public Dot2ZestGraphConverter.Options options()
protected void convertAttributes(org.eclipse.gef4.graph.Edge dot, org.eclipse.gef4.graph.Edge zest)
convertAttributes
in class AbstractGraphConverter
protected void convertAttributes(org.eclipse.gef4.graph.Node dot, org.eclipse.gef4.graph.Node zest)
convertAttributes
in class AbstractGraphConverter
protected void convertAttributes(org.eclipse.gef4.graph.Graph dot, org.eclipse.gef4.graph.Graph zest)
convertAttributes
in class AbstractGraphConverter
Copyright (c) 2014 itemis AG and others. All rights reserved.