Package jline.io.tikz

Class TikZLayoutEngine

  • All Implemented Interfaces:

    
    public class TikZLayoutEngine
    
                        

    Computes automatic layout for queueing network visualization. Uses a layered graph drawing approach (Sugiyama-style).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<List<Node>> getLayers() Gets the layers (for debugging/testing).
      void computeLayout() Computes the layout for all nodes.
      Array<double> getPosition(Node node) Gets the computed position for a node.
      Map<Node, Array<double>> getAllPositions() Gets all computed positions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait