Package rosh :: Package impl :: Module xdot
[frames] | no frames]

Module xdot

source code

Visualize dot graphs via the xdot format.


Version: 0.4

Author: Jose Fonseca

Classes
  Pen
Store pen attributes.
  Shape
Abstract base class for all the drawing shapes.
  TextShape
  EllipseShape
  PolygonShape
  LineShape
  BezierShape
  CompoundShape
  Url
  Jump
  Element
Base class for graph nodes and edges.
  Node
  Edge
  Graph
  XDotAttrParser
Parser for xdot drawing attributes.
  ParseError
  Scanner
Stateless scanner.
  Token
  Lexer
  Parser
  DotScanner
  DotLexer
  DotParser
  XDotParser
  Animation
  NoAnimation
  LinearAnimation
  MoveToAnimation
  ZoomToAnimation
  DragAction
  NullAction
  PanAction
  ZoomAction
  ZoomAreaAction
  DotWidget
PyGTK widget that draws dot graphs.
  DotWindow
Functions
 
square_distance(x1, y1, x2, y2) source code
 
main() source code
Variables
  EOF = -1
  SKIP = -2
  ID = 0
  STR_ID = 1
  HTML_ID = 2
  EDGE_OP = 3
  LSQUARE = 4
  RSQUARE = 5
  LCURLY = 6
  RCURLY = 7
  COMMA = 8
  COLON = 9
  SEMI = 10
  EQUAL = 11
  PLUS = 12
  STRICT = 13
  GRAPH = 14
  DIGRAPH = 15
  NODE = 16
  EDGE = 17
  SUBGRAPH = 18
  __package__ = 'rosh.impl'