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 Object implements org.eclipse.gef.common.attributes.IAttributeCopier
  • Constructor Details

    • Zest2DotAttributesConverter

      public Zest2DotAttributesConverter()
  • Method Details

    • 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 interface org.eclipse.gef.common.attributes.IAttributeCopier