public class WireDiagram extends UmlDiagram
FORCE_ELK, FORCE_SMETANA
Constructor and Description |
---|
WireDiagram(UmlSource source) |
Modifier and Type | Method and 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() |
protected TextBlock |
getTextBlock() |
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) |
exportCmap, exportDiagramError, exportDiagramNow, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, getWarningOrError, isRotation, setHideEmptyDescription, setMinwidth, setRotation
addSprite, calculateBackColor, createImageBuilder, exportDiagramGraphic, getAnimation, getCaption, getCurrentStyleBuilder, getDefaultMargins, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setAnimation, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetana
checkFinalError, executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, hasUrl, isOk, makeDiagramReady, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
addSprite
exportDiagram, exportDiagramGraphic, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitleDisplay, hasUrl
public WireDiagram(UmlSource source)
public DiagramDescription getDescription()
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramInternal
in class UmlDiagram
java.io.IOException
protected TextBlock getTextBlock()
getTextBlock
in class TitledDiagram
public CommandExecutionResult addComponent(java.lang.String indent, java.lang.String name, int width, int height, HColor color)
public CommandExecutionResult newColumn(java.lang.String indent)
public CommandExecutionResult spot(java.lang.String name, HColor color, java.lang.String x, java.lang.String y)
public CommandExecutionResult wgoto(java.lang.String indent, double x, double y)
public CommandExecutionResult wmove(java.lang.String indent, double x, double y)
public CommandExecutionResult print(java.lang.String indent, java.lang.String text)
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)
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)