soot.util.dot
Interface DotGraphConstants
- public interface DotGraphConstants
Defines several constants used to generate a Dot graph.
- Author:
- Feng Qian
NODE_SHAPE_BOX
public static final String NODE_SHAPE_BOX
- See Also:
- Constant Field Values
NODE_SHAPE_ELLIPSE
public static final String NODE_SHAPE_ELLIPSE
- See Also:
- Constant Field Values
NODE_SHAPE_CIRCLE
public static final String NODE_SHAPE_CIRCLE
- See Also:
- Constant Field Values
NODE_SHAPE_DIAMOND
public static final String NODE_SHAPE_DIAMOND
- See Also:
- Constant Field Values
NODE_SHAPE_PLAINTEXT
public static final String NODE_SHAPE_PLAINTEXT
- See Also:
- Constant Field Values
NODE_STYLE_SOLID
public static final String NODE_STYLE_SOLID
- See Also:
- Constant Field Values
NODE_STYLE_DASHED
public static final String NODE_STYLE_DASHED
- See Also:
- Constant Field Values
NODE_STYLE_DOTTED
public static final String NODE_STYLE_DOTTED
- See Also:
- Constant Field Values
NODE_STYLE_BOLD
public static final String NODE_STYLE_BOLD
- See Also:
- Constant Field Values
NODE_STYLE_INVISIBLE
public static final String NODE_STYLE_INVISIBLE
- See Also:
- Constant Field Values
NODE_STYLE_FILLED
public static final String NODE_STYLE_FILLED
- See Also:
- Constant Field Values
NODE_STYLE_DIAGONALS
public static final String NODE_STYLE_DIAGONALS
- See Also:
- Constant Field Values
NODE_STYLE_ROUNDED
public static final String NODE_STYLE_ROUNDED
- See Also:
- Constant Field Values
EDGE_STYLE_DOTTED
public static final String EDGE_STYLE_DOTTED
- See Also:
- Constant Field Values
EDGE_STYLE_SOLID
public static final String EDGE_STYLE_SOLID
- See Also:
- Constant Field Values
GRAPH_ORIENT_PORTRAIT
public static final String GRAPH_ORIENT_PORTRAIT
- See Also:
- Constant Field Values
GRAPH_ORIENT_LANDSCAPE
public static final String GRAPH_ORIENT_LANDSCAPE
- See Also:
- Constant Field Values