Package net.sourceforge.plantuml.wire
Class WireDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.sourceforge.plantuml.wire.WireDiagram
-
- All Implemented Interfaces:
Annotated
,Diagram
,WithSprite
public class WireDiagram extends UmlDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_SMETANA
-
-
Constructor Summary
Constructors Constructor Description WireDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
addComponent(java.lang.String indent, java.lang.String name, int width, int height, HColor color)
protected ImageData
exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)
DiagramDescription
getDescription()
CommandExecutionResult
hlink(java.lang.String name1, java.lang.String x1, java.lang.String y1, java.lang.String name2, WLinkType type, WArrowDirection direction, HColor color, Display label)
CommandExecutionResult
newColumn(java.lang.String indent)
CommandExecutionResult
print(java.lang.String indent, java.lang.String text)
CommandExecutionResult
spot(java.lang.String name, HColor color, java.lang.String x, java.lang.String y)
CommandExecutionResult
vlink(java.lang.String name1, java.lang.String x1, java.lang.String y1, java.lang.String name2, WLinkType type, WArrowDirection direction, HColor color, Display label)
CommandExecutionResult
wgoto(java.lang.String indent, double x, double y)
CommandExecutionResult
wmove(java.lang.String indent, double x, double y)
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, getWarningOrError, isHideUnlinkedData, isRotation, setAnimation, setHideEmptyDescription, setHideUnlinkedData, setMinwidth, setRotation
-
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getScaleCoef, getSkinParam, getTitle, getUmlDiagramType, isUseSmetana, loadSkin, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseSmetana
-
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.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getNbImages, getSource, hasUrl
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
-
exportDiagramInternal
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Specified by:
exportDiagramInternal
in classUmlDiagram
- Throws:
java.io.IOException
-
addComponent
public CommandExecutionResult addComponent(java.lang.String indent, java.lang.String name, int width, int height, HColor color)
-
newColumn
public CommandExecutionResult newColumn(java.lang.String indent)
-
spot
public CommandExecutionResult spot(java.lang.String name, HColor color, java.lang.String x, java.lang.String y)
-
wgoto
public CommandExecutionResult wgoto(java.lang.String indent, double x, double y)
-
wmove
public CommandExecutionResult wmove(java.lang.String indent, double x, double y)
-
print
public CommandExecutionResult print(java.lang.String indent, java.lang.String text)
-
vlink
public CommandExecutionResult vlink(java.lang.String name1, java.lang.String x1, java.lang.String y1, java.lang.String name2, WLinkType type, WArrowDirection direction, HColor color, Display label)
-
hlink
public CommandExecutionResult hlink(java.lang.String name1, java.lang.String x1, java.lang.String y1, java.lang.String name2, WLinkType type, WArrowDirection direction, HColor color, Display label)
-
-