net.sf.quarrel.dot
Class StructuredElementRenderer

java.lang.Object
  extended bynet.sf.quarrel.dot.StructuredElementRenderer
All Implemented Interfaces:
DotRenderer
Direct Known Subclasses:
ClassRenderer, InterfaceRenderer

public abstract class StructuredElementRenderer
extends java.lang.Object
implements DotRenderer


Constructor Summary
StructuredElementRenderer()
           
 
Method Summary
abstract  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

StructuredElementRenderer

public StructuredElementRenderer()
Method Detail

getDotString

public abstract 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.