Class Zest2DotAttributesConverter
- java.lang.Object
-
- org.eclipse.gef.dot.internal.ui.conversion.Zest2DotAttributesConverter
-
- All Implemented Interfaces:
org.eclipse.gef.common.attributes.IAttributeCopier
public class Zest2DotAttributesConverter extends java.lang.Object implements org.eclipse.gef.common.attributes.IAttributeCopier
-
-
Constructor Summary
Constructors Constructor Description Zest2DotAttributesConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
convertAttributes(org.eclipse.gef.graph.Edge zest, org.eclipse.gef.graph.Edge dot)
protected void
convertAttributes(org.eclipse.gef.graph.Graph zest, org.eclipse.gef.graph.Graph dot)
protected void
convertAttributes(org.eclipse.gef.graph.Node zest, org.eclipse.gef.graph.Node dot)
void
copy(org.eclipse.gef.common.attributes.IAttributeStore source, org.eclipse.gef.common.attributes.IAttributeStore target)
Dot2ZestAttributesConverter.Options
options()
-
-
-
Method Detail
-
options
public Dot2ZestAttributesConverter.Options options()
-
convertAttributes
protected void convertAttributes(org.eclipse.gef.graph.Graph zest, org.eclipse.gef.graph.Graph dot)
-
convertAttributes
protected void convertAttributes(org.eclipse.gef.graph.Edge zest, org.eclipse.gef.graph.Edge dot)
-
convertAttributes
protected void convertAttributes(org.eclipse.gef.graph.Node zest, org.eclipse.gef.graph.Node dot)
-
copy
public void copy(org.eclipse.gef.common.attributes.IAttributeStore source, org.eclipse.gef.common.attributes.IAttributeStore target)
- Specified by:
copy
in interfaceorg.eclipse.gef.common.attributes.IAttributeCopier
-
-