|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgs.debug.drawers.GoalNodeDrawer
public class GoalNodeDrawer
Capable of drawing the goal node in the DOTTY debugging output.
Drawn with 50% fill color and the word GOAL is appended to the output to clearly mark it as being special.
Constructor Summary | |
---|---|
GoalNodeDrawer()
|
Method Summary | |
---|---|
java.lang.String |
draw(IGraphEntity n)
Goal node is drawn as a pentagon. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GoalNodeDrawer()
Method Detail |
---|
public java.lang.String draw(IGraphEntity n)
draw
in interface INodeDrawer
n
- goal node.
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |