Python Module Reference

TXLWriter

TXLWizard.TXLWriter Controller class for generating TXL / SVG / HTML output.

Patterns

TXLWizard.Patterns.AbstractPattern Provides an abstract class for Pattern objects
TXLWizard.Patterns.Array Implements a class for Pattern objects of type Array (AREF).
TXLWizard.Patterns.Circle Implements a class for Pattern objects of type Circle (C).
TXLWizard.Patterns.Ellipse Implements a class for Pattern objects of type Ellipse (ELP).
TXLWizard.Patterns.Polygon Implements a class for Pattern objects of type Polygon (B).
TXLWizard.Patterns.Polyline Implements a class for Pattern objects of type Polyline (B).
TXLWizard.Patterns.Reference Implements a class for Pattern objects of type Reference (SREF).
TXLWizard.Patterns.Structure Implements a class for Structure objects (STRUCT).

Shape Library

TXLWizard.ShapeLibrary.Label Renders arbitrary text in TXLWriter.
TXLWizard.ShapeLibrary.LabelArray Renders an array of arbitrary text in TXLWriter.
TXLWizard.ShapeLibrary.EndpointDetectionWindows Add five squares to TXLWriter that can be used as endpoint detection windows.
TXLWizard.ShapeLibrary.AlignmentMarkers Add squares to TXLWriter that can be used as alignment markers.

TXLConverter

TXLWizard.TXLConverter Class for parsing TXL files and converting them to html / svg using TXLWriter