Interface DotNodeStyleUtil

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder computeZestStyle()
      Computes Zest node shape style
      boolean hasStyle​(org.eclipse.gef.dot.internal.language.style.NodeStyle nodeStyle)
      Checks if node has given style
    • Method Detail

      • computeZestStyle

        java.lang.StringBuilder computeZestStyle()
        Computes Zest node shape style
        Returns:
        StringBuilder containing node shape style
      • hasStyle

        boolean hasStyle​(org.eclipse.gef.dot.internal.language.style.NodeStyle nodeStyle)
        Checks if node has given style
        Parameters:
        nodeStyle -
        Returns:
        true, if node has nodeStyle