net.sourceforge.plantuml
Interface PSystem

All Known Implementing Classes:
AbstractClassOrObjectDiagram, AbstractEntityDiagram, AbstractPSystem, ActivityDiagram, ActivityDiagram2, ClassDiagram, ComponentDiagram, CompositeDiagram, CucaDiagram, ObjectDiagram, PostItDiagram, PSystemAppleTwo, PSystemDitaa, PSystemDot, PSystemEgg, PSystemError, PSystemJcckit, PSystemLicense, PSystemListFonts, PSystemLogo, PSystemLost, PSystemOregon, PSystemPath, PSystemProject, PSystemProject2, PSystemRIP, PSystemSalt, PSystemSudoku, PSystemTuring, PSystemVersion, PSystemXearth, SequenceDiagram, StateDiagram, UmlDiagram, UsecaseDiagram

public interface PSystem


Method Summary
 void exportDiagram(OutputStream os, CMapData cmap, int index, FileFormatOption fileFormatOption)
           
 List<File> exportDiagrams(File suggestedFile, FileFormatOption fileFormatOption)
           
 String getDescription()
           
 String getMetadata()
           
 int getNbImages()
           
 UmlSource getSource()
           
 String getWarningOrError()
           
 

Method Detail

exportDiagrams

List<File> exportDiagrams(File suggestedFile,
                          FileFormatOption fileFormatOption)
                          throws IOException,
                                 InterruptedException
Throws:
IOException
InterruptedException

exportDiagram

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

getNbImages

int getNbImages()

getDescription

String getDescription()

getMetadata

String getMetadata()

getWarningOrError

String getWarningOrError()

getSource

UmlSource getSource()


Copyright © 2012. All Rights Reserved.