net.sourceforge.plantuml.directdot
Class PSystemDot

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.directdot.PSystemDot
All Implemented Interfaces:
PSystem

public class PSystemDot
extends AbstractPSystem


Constructor Summary
PSystemDot(String data)
           
 
Method Summary
 void exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
 String getDescription()
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
exportDiagrams, getMetadata, getNbImages, getSource, getTitle, getWarningOrError, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemDot

public PSystemDot(String data)
           throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
Method Detail

getDescription

public String getDescription()

exportDiagram

public void exportDiagram(OutputStream os,
                          StringBuilder cmap,
                          int index,
                          FileFormatOption fileFormatOption)
                   throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.