Class UsageGraph

java.lang.Object
eu.bandm.tools.dtm.UsageGraph

public class UsageGraph extends Object
  • Field Details Link icon

    • min_x Link icon

      protected int min_x
    • limit_x Link icon

      protected int limit_x
    • modulo_shift_x Link icon

      protected int modulo_shift_x
    • modulo Link icon

      protected int modulo
    • factor_x Link icon

      protected int factor_x
    • x_gap Link icon

      protected int x_gap
    • x_margin_right Link icon

      protected int x_margin_right
    • min_y Link icon

      protected int min_y
    • y_step_inner Link icon

      protected int y_step_inner
    • y_step_outer Link icon

      protected int y_step_outer
    • y_margin_bottom Link icon

      protected int y_margin_bottom
    • CHAR_HEIGHT Link icon

      protected int CHAR_HEIGHT
    • width Link icon

      protected int width
    • height Link icon

      protected int height
    • result_svg Link icon

      protected String result_svg
    • result_map Link icon

      protected Element_map result_map
    • style_visibleLines Link icon

      final String style_visibleLines
      See Also:
    • style_invisibleLines Link icon

      final String style_invisibleLines
      See Also:
    • style_by_external_css Link icon

      final String style_by_external_css
      See Also:
  • Constructor Details Link icon

    • UsageGraph Link icon

      public UsageGraph()
  • Method Details Link icon

    • getResult_svg Link icon

      public String getResult_svg()
    • getResult_map Link icon

      public Element_map getResult_map()
    • getWidth Link icon

      public int getWidth()
    • getHeight Link icon

      public int getHeight()
    • shortname2textanchor Link icon

      public static String shortname2textanchor(String s)
    • shortname2graphanchor Link icon

      public static String shortname2graphanchor(String s)
    • shortname2usertext Link icon

      public static String shortname2usertext(String s)
    • makeGraph Link icon

      public void makeGraph(String title, Multimap<String,String> usageRelation)
      attention initial coordinate system:
           |
        ---+------------------------> positive x
           |
           |
           | positive y
           V