public class SequenceDiagram extends UmlDiagram
Constructor and Description |
---|
SequenceDiagram() |
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(int startingNumber,
int increment,
java.text.DecimalFormat decimalFormat) |
void |
autonumberResume(java.text.DecimalFormat decimalFormat) |
void |
autonumberResume(int increment,
java.text.DecimalFormat decimalFormat) |
void |
autonumberStop() |
void |
boxStart(Display comment,
HtmlColor color) |
boolean |
changeSkin(java.lang.String className) |
Participant |
createNewParticipant(ParticipantType type,
java.lang.String code,
Display display) |
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) |
Message |
getActivatingMessage() |
int |
getAutonewpage() |
DiagramDescription |
getDescription() |
double |
getDpiFactor(FileFormatOption fileFormatOption,
java.awt.geom.Dimension2D dim) |
ParticipantEnglober |
getEnglober(Participant p) |
EventWithDeactivate |
getLastEventWithDeactivate() |
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 |
hasUrl()
Check if the Diagram have some links.
|
void |
hspace() |
void |
hspace(int pixel) |
void |
ignoreNewpage() |
boolean |
isAutoactivate() |
boolean |
isBoxPending() |
boolean |
isOk() |
boolean |
isShowFootbox() |
void |
newpage(Display strings) |
java.util.Map<java.lang.String,Participant> |
participants() |
void |
putParticipantInLast(java.lang.String code) |
void |
removeHiddenParticipants() |
void |
setAutoactivate(boolean autoactivate) |
void |
setAutonewpage(int autonewpage) |
void |
setShowFootbox(boolean footbox) |
addSprite, exportCmap, exportDiagram, exportDiagramError2, getAlignmentTeoz, getAnimation, getDpi, getDpiFactor, getFailureText2, getFooter, getFooterAlignment, getFooterOrHeaderTeoz, getHeader, getHeaderAlignment, getLegend, getLegendAlignment, getLegendVerticalAlignment, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, setAnimation, setFooter, setFooterAlignment, setHeader, setHeaderAlignment, setHideUnlinkedData, setLegend, setMinwidth, setParam, setRotation, setScale, setTitle
executeCommand, getMetadata, getSource, makeDiagramReady, setSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetadata, getSource
@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)
public java.util.Map<java.lang.String,Participant> participants()
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 Message 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)
public DiagramDescription getDescription()
public boolean changeSkin(java.lang.String className)
public final void autonumberGo(int startingNumber, int increment, java.text.DecimalFormat decimalFormat)
public final void autonumberStop()
public final void autonumberResume(java.text.DecimalFormat decimalFormat)
public final void autonumberResume(int increment, java.text.DecimalFormat decimalFormat)
public java.lang.String getNextMessageNumber()
public boolean isShowFootbox()
public void setShowFootbox(boolean footbox)
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
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)