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 |
getTextMainBlock(FileFormatOption fileFormatOption) |
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, setRotationaddSprite, calculateBackColor, createImageBuilder, exportDiagramGraphic, getCaption, getCurrentStyleBuilder, getDefaultMargins, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetanacheckFinalError, executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, hasUrl, isOk, makeDiagramReady, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVerticalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCaption, getFooter, getHeader, getLegend, getMainFrame, getTitleaddSpriteexportDiagram, exportDiagramGraphic, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitleDisplay, hasUrlpublic WireDiagram(UmlSource source)
public DiagramDescription getDescription()
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramInternal in class UmlDiagramjava.io.IOExceptionprotected TextBlock getTextMainBlock(FileFormatOption fileFormatOption)
getTextMainBlock in class TitledDiagrampublic 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)