net.sourceforge.plantuml.project2
Class PSystemProject2

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.project2.PSystemProject2
All Implemented Interfaces:
PSystem

public class PSystemProject2
extends AbstractPSystem


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

Constructor Detail

PSystemProject2

public PSystemProject2()
Method Detail

getNbImages

public int getNbImages()
Specified by:
getNbImages in interface PSystem
Overrides:
getNbImages in class AbstractPSystem

getDescription

public String getDescription()

exportDiagram

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

getProject

public final Project2 getProject()


Copyright © 2012. All Rights Reserved.