net.sourceforge.plantuml.project
Class PSystemProject

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.project.PSystemProject
All Implemented Interfaces:
PSystem

public class PSystemProject
extends AbstractPSystem


Constructor Summary
PSystemProject()
           
 
Method Summary
 void exportDiagram(OutputStream os, CMapData cmap, int index, FileFormatOption fileFormatOption)
           
 String getDescription()
           
 int getNbImages()
           
 Project 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

PSystemProject

public PSystemProject()
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 Project getProject()


Copyright © 2013. All Rights Reserved.