public class Dot2ZestAttributesConverter
extends java.lang.Object
implements org.eclipse.gef4.common.attributes.IAttributeCopier
Graph
that is attributed with
DotAttributes
into a Graph
that is attributed with
ZestProperties
.Modifier and Type | Class and Description |
---|---|
static class |
Dot2ZestAttributesConverter.Options |
Constructor and Description |
---|
Dot2ZestAttributesConverter() |
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) |
void |
copy(org.eclipse.gef4.common.attributes.IAttributeStore source,
org.eclipse.gef4.common.attributes.IAttributeStore target) |
Dot2ZestAttributesConverter.Options |
options() |
public void copy(org.eclipse.gef4.common.attributes.IAttributeStore source, org.eclipse.gef4.common.attributes.IAttributeStore target)
copy
in interface org.eclipse.gef4.common.attributes.IAttributeCopier
protected void convertAttributes(org.eclipse.gef4.graph.Edge dot, org.eclipse.gef4.graph.Edge zest)
protected void convertAttributes(org.eclipse.gef4.graph.Node dot, org.eclipse.gef4.graph.Node zest)
protected void convertAttributes(org.eclipse.gef4.graph.Graph dot, org.eclipse.gef4.graph.Graph zest)
public Dot2ZestAttributesConverter.Options options()
Copyright (c) 2014 itemis AG and others. All rights reserved.