net.sourceforge.plantuml.oregon
Class PSystemOregon

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.oregon.PSystemOregon
All Implemented Interfaces:
Diagram

public class PSystemOregon
extends AbstractPSystem


Constructor Summary
PSystemOregon()
           
PSystemOregon(Keyboard keyboard)
          Deprecated. 
 
Method Summary
 void add(String line)
           
 ImageData exportDiagram(OutputStream os, int num, FileFormatOption fileFormat)
          Export the diagram as an image to some format.
 String getDescription()
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
executeCommand, getMetadata, getNbImages, getSource, getTitle, getWarningOrError, isOk, makeDiagramReady, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemOregon

@Deprecated
public PSystemOregon(Keyboard keyboard)
Deprecated. 


PSystemOregon

public PSystemOregon()
Method Detail

add

public void add(String line)

exportDiagram

public ImageData exportDiagram(OutputStream os,
                               int num,
                               FileFormatOption fileFormat)
                        throws IOException
Description copied from interface: Diagram
Export the diagram as an image to some format. Note that a diagram could be drawn as several images (think about new page for sequence diagram for example).

Parameters:
os - where to write the image
num - useually 0 (index of the image to be exported for this diagram).
fileFormat - file format to use
Returns:
a description of the generated image
Throws:
IOException

getDescription

public String getDescription()


Copyright © 2013. All Rights Reserved.