view visualizer/ControlFlowEditor/src/at/ssw/visualizer/cfg/CfgEditorContext.java @ 4512:015fb895586b

Moved visualizer to new directory.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 07 Feb 2012 22:41:09 +0100
parents
children
line wrap: on
line source


package at.ssw.visualizer.cfg;

public abstract class CfgEditorContext {
      
    public static final int LAYOUT_HIERARCHICALNODELAYOUT = 1;
    public static final int LAYOUT_HIERARCHICALCOMPOUNDLAYOUT = 2;
       
    public static final int MAX_AUTOEDGESVISIBLE = 8;            
}