public class SequenceDiagram extends UmlDiagram
FORCE_JDOT
Constructor and Description |
---|
SequenceDiagram(ISkinSimple skinParam) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor) |
java.lang.String |
activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor,
HtmlColor linecolor) |
java.lang.String |
addMessage(AbstractMessage m) |
void |
addNote(Note n,
boolean tryMerge) |
void |
addReference(Reference ref) |
void |
autonumberGo(DottedNumber startingNumber,
int increment,
java.text.DecimalFormat decimalFormat) |
void |
autonumberStop() |
void |
boxStart(Display comment,
HtmlColor color,
Stereotype stereotype) |
java.lang.String |
checkFinalError() |
Participant |
createNewParticipant(ParticipantType type,
java.lang.String code,
Display display,
int order) |
void |
delay(Display strings) |
void |
divider(Display strings) |
void |
endBox() |
java.util.List<Event> |
events() |
protected ImageData |
exportDiagramInternal(java.io.OutputStream os,
int index,
FileFormatOption fileFormat) |
AbstractMessage |
getActivatingMessage() |
int |
getAutonewpage() |
AutoNumber |
getAutoNumber() |
DiagramDescription |
getDescription() |
double |
getDpiFactor(FileFormatOption fileFormatOption,
java.awt.geom.Dimension2D dim) |
ParticipantEnglober |
getEnglober(Participant p) |
EventWithDeactivate |
getLastEventWithDeactivate() |
java.util.List<LinkAnchor> |
getLinkAnchors() |
int |
getNbImages()
Number of images in this diagram (usually, 1)
|
java.lang.String |
getNextMessageNumber() |
Participant |
getOrCreateParticipant(java.lang.String code)
Deprecated.
|
Participant |
getOrCreateParticipant(java.lang.String code,
Display display) |
UmlDiagramType |
getUmlDiagramType() |
boolean |
grouping(java.lang.String title,
java.lang.String comment,
GroupingType type,
HtmlColor backColorGeneral,
HtmlColor backColorElement,
boolean parallel) |
boolean |
hasUrl()
Check if the Diagram have some links.
|
void |
hideOrShow(java.util.Set<EntityPortion> portions,
boolean show) |
void |
hspace() |
void |
hspace(int pixel) |
void |
ignoreNewpage() |
boolean |
isAutoactivate() |
boolean |
isBoxPending() |
boolean |
isOk() |
boolean |
isShowFootbox() |
CommandExecutionResult |
linkAnchor(java.lang.String anchor1,
java.lang.String anchor2,
java.lang.String message) |
Display |
manageVariable(Display labels) |
void |
newpage(Display strings) |
java.util.Collection<Participant> |
participants() |
boolean |
participantsContainsKey(java.lang.String code) |
void |
putParticipantInLast(java.lang.String code) |
void |
removeHiddenParticipants() |
void |
setAutoactivate(boolean autoactivate) |
void |
setAutonewpage(int autonewpage) |
void |
setShowFootbox(boolean footbox) |
addSprite, exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, getPragma, getScaleCoef, getSkinParam, getWarningOrError, isHideUnlinkedData, isRotation, isUseJDot, loadSkin, setAnimation, setHideEmptyDescription, setHideUnlinkedData, setMinwidth, setParam, setRotation, setUseJDot
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle, setCaption, setLegend, setMainFrame, setTitle
executeCommand, exportDiagram, getMetadata, getScale, getSource, makeDiagramReady, seed, setScale, setSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
exportDiagram, getMetadata, getSource
public SequenceDiagram(ISkinSimple skinParam)
@Deprecated public Participant getOrCreateParticipant(java.lang.String code)
public Participant getOrCreateParticipant(java.lang.String code, Display display)
public EventWithDeactivate getLastEventWithDeactivate()
public Participant createNewParticipant(ParticipantType type, java.lang.String code, Display display, int order)
public java.util.Collection<Participant> participants()
public boolean participantsContainsKey(java.lang.String code)
public java.lang.String addMessage(AbstractMessage m)
public void addNote(Note n, boolean tryMerge)
public void newpage(Display strings)
public void ignoreNewpage()
public final int getAutonewpage()
public void setAutonewpage(int autonewpage)
public void divider(Display strings)
public void hspace()
public void hspace(int pixel)
public void delay(Display strings)
public java.util.List<Event> events()
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormat) throws java.io.IOException
exportDiagramInternal
in class UmlDiagram
java.io.IOException
public AbstractMessage getActivatingMessage()
public java.lang.String activate(Participant p, LifeEventType lifeEventType, HtmlColor backcolor)
public java.lang.String activate(Participant p, LifeEventType lifeEventType, HtmlColor backcolor, HtmlColor linecolor)
public boolean grouping(java.lang.String title, java.lang.String comment, GroupingType type, HtmlColor backColorGeneral, HtmlColor backColorElement, boolean parallel)
public DiagramDescription getDescription()
public final void autonumberGo(DottedNumber startingNumber, int increment, java.text.DecimalFormat decimalFormat)
public final void autonumberStop()
public final AutoNumber getAutoNumber()
public java.lang.String getNextMessageNumber()
public boolean isShowFootbox()
public void setShowFootbox(boolean footbox)
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
public void boxStart(Display comment, HtmlColor color, Stereotype stereotype)
public void endBox()
public boolean isBoxPending()
public int getNbImages()
Diagram
getNbImages
in interface Diagram
getNbImages
in class AbstractPSystem
public void removeHiddenParticipants()
public void putParticipantInLast(java.lang.String code)
public ParticipantEnglober getEnglober(Participant p)
public final void setAutoactivate(boolean autoactivate)
public final boolean isAutoactivate()
public boolean hasUrl()
Diagram
hasUrl
in interface Diagram
hasUrl
in class AbstractPSystem
public void addReference(Reference ref)
public boolean isOk()
isOk
in class AbstractPSystem
public double getDpiFactor(FileFormatOption fileFormatOption, java.awt.geom.Dimension2D dim)
public java.lang.String checkFinalError()
checkFinalError
in class AbstractPSystem
public void hideOrShow(java.util.Set<EntityPortion> portions, boolean show)
public CommandExecutionResult linkAnchor(java.lang.String anchor1, java.lang.String anchor2, java.lang.String message)
public java.util.List<LinkAnchor> getLinkAnchors()
Copyright © 2020. All Rights Reserved.