Package net.sourceforge.plantuml.nwdiag
Class NwDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.sourceforge.plantuml.nwdiag.NwDiagram
-
- All Implemented Interfaces:
Annotated,Diagram,WithSprite
public class NwDiagram extends UmlDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.UmlDiagram
FORCE_JDOT
-
-
Constructor Summary
Constructors Constructor Description NwDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultaddElement(java.lang.String name, java.lang.String definition)CommandExecutionResultendSomething()protected ImageDataexportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)DiagramDescriptiongetDescription()UmlDiagramTypegetUmlDiagramType()voidinit()CommandExecutionResultlink()CommandExecutionResultopenGroup(java.lang.String name)CommandExecutionResultopenNetwork(java.lang.String name)CommandExecutionResultsetProperty(java.lang.String property, java.lang.String value)-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
addSprite, exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getCaption, getDpi, getDpiFactor, getFailureText2, getFlashData, getFooter, getFooterOrHeaderTeoz, getHeader, getLegend, getMainFrame, getMinwidth, getPragma, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, isUseJDot, loadSkin, setAnimation, setCaption, setHideUnlinkedData, setLegend, setMainFrame, setMinwidth, setParam, setRotation, setTitle, setUseJDot
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getNbImages, getSource, hasUrl
-
-
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramTypein classUmlDiagram
-
init
public void init()
-
openGroup
public CommandExecutionResult openGroup(java.lang.String name)
-
openNetwork
public CommandExecutionResult openNetwork(java.lang.String name)
-
endSomething
public CommandExecutionResult endSomething()
-
addElement
public CommandExecutionResult addElement(java.lang.String name, java.lang.String definition)
-
exportDiagramInternal
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Specified by:
exportDiagramInternalin classUmlDiagram- Throws:
java.io.IOException
-
setProperty
public CommandExecutionResult setProperty(java.lang.String property, java.lang.String value)
-
link
public CommandExecutionResult link()
-
-