Algorithm
Development Kit 1.0

algs.debug.drawers
Class UnexploredNodeDrawer

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

public class UnexploredNodeDrawer
extends java.lang.Object
implements INodeDrawer

Capable of drawing unexplored nodes 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
UnexploredNodeDrawer()
           
 
Method Summary
 java.lang.String draw(IGraphEntity n)
          60% drawn color with fonts in 20% color and a background fill to show that this node is unexplored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnexploredNodeDrawer

public UnexploredNodeDrawer()
Method Detail

draw

public java.lang.String draw(IGraphEntity n)
60% drawn color with fonts in 20% color and a background fill to show that this node is unexplored.

Specified by:
draw in interface INodeDrawer
Parameters:
n -

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.