Algorithm
Development Kit 1.0

algs.debug.drawers
Class InitialNodeDrawer

java.lang.Object
  extended by algs.debug.drawers.InitialNodeDrawer
All Implemented Interfaces:
INodeDrawer

public class InitialNodeDrawer
extends java.lang.Object
implements INodeDrawer

Capable of drawing the initial node in the DOTTY debugging output.

Outlined node, filled with light gray, line color black.

Since:
1.0
Version:
1.0, 6/15/08
Author:
George Heineman

Constructor Summary
InitialNodeDrawer()
           
 
Method Summary
 java.lang.String draw(IGraphEntity n)
          Half-grayscale colored nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialNodeDrawer

public InitialNodeDrawer()
Method Detail

draw

public java.lang.String draw(IGraphEntity n)
Half-grayscale colored nodes.

Specified by:
draw in interface INodeDrawer
Parameters:
n - Node to be drawn.

Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.