Interface GraphvizFactory


public interface GraphvizFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(ISkinParam skinParam, String dotString, String... type)
    Creates a Graphviz implementation if possible with the specified parameters.
  • Method Details

    • create

      Graphviz create(ISkinParam skinParam, String dotString, String... type)
      Creates a Graphviz implementation if possible with the specified parameters.
      Parameters:
      skinParam -
      dotString -
      type -
      Returns:
      a Graphviz implementation or null.