net.sf.quarrel.dot
Class StubElementRenderer

java.lang.Object
  extended bynet.sf.quarrel.dot.StubElementRenderer
All Implemented Interfaces:
DotRenderer

public class StubElementRenderer
extends java.lang.Object
implements DotRenderer


Constructor Summary
StubElementRenderer()
           
 
Method Summary
 java.lang.String getDotString(java.lang.Object subject)
          Returns a String representing the subject Object in DOT notation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubElementRenderer

public StubElementRenderer()
Method Detail

getDotString

public java.lang.String getDotString(java.lang.Object subject)
Description copied from interface: DotRenderer
Returns a String representing the subject Object in DOT notation.

Specified by:
getDotString in interface DotRenderer
Parameters:
subject - the Object to be rendered
Returns:
a String representing the subject in DOT notation.


Copyright © 2006-2007. All Rights Reserved.