AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Package aud.util

utilities (not related to AuD lecture) More...

Classes

class  Colormap
 simple interface for color map More...
 
class  ColormapCount
 color map for (small) positive integer counts More...
 
class  ColormapJet
 map values in [minValue,maxValue] to color More...
 
class  CommonGraphvizDecorator
 Interface for simple decorator with preset properties. More...
 
class  DotViewer
 Simple viewer for Graphvizable. More...
 
class  Graphviz
 Use GraphViz to render graph structures. More...
 
interface  Graphvizable
 Interface for GraphViz rendering. More...
 
interface  GraphvizDecorable
 Interface for decorating items of Graphvizable objects. More...
 
class  GraphvizDecorator
 Decorator for items of Graphvizable objects. More...
 
class  GraphVizDemo
 Simple demo to test use of GraphViz/Batik.
 
class  LexicalScanner
 Base class for a simple lexical scanner. More...
 
class  SimpleDecorator
 Example for a simple decorator. More...
 
class  SingleStepper
 Simple framework for single stepping code. More...
 
class  SingleStepperDemo
 Demonstrate use of SingleStepper. More...
 
class  SVGViewer
 Simple SVG viewer based on Batik's SVGCanvas. More...
 
class  Sys
 System related utilities. More...
 

Detailed Description

utilities (not related to AuD lecture)

  • Visualization of graph data structures including rendering styles ("decoration")de

  • Visualization of algorithm steps

  • Simple lexical scanning based on Java's regular expressions.

  • System dependent (more or less) functionality: few helpers and execution of external programs.