public class TimingDiagram extends UmlDiagram implements Clock
| Modifier and Type | Field and Description |
|---|---|
static double |
marginX1 |
FORCE_JDOT| Constructor and Description |
|---|
TimingDiagram() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTime(TimeTick time) |
void |
createLifeLine(java.lang.String code,
java.lang.String full,
TimingStyle type) |
TimeMessage |
createTimeMessage(Player player1,
TimeTick time1,
Player player2,
TimeTick time2,
java.lang.String label) |
protected ImageData |
exportDiagramInternal(java.io.OutputStream os,
int index,
FileFormatOption fileFormatOption) |
DiagramDescription |
getDescription() |
Player |
getLastPlayer() |
TimeTick |
getNow() |
Player |
getPlayer(java.lang.String code) |
UmlDiagramType |
getUmlDiagramType() |
UTranslate |
getUTranslateForPlayer(Player candidat,
StringBounder stringBounder) |
void |
scaleInPixels(long tick,
long pixel) |
void |
setLastPlayer(Player player) |
void |
updateNow(TimeTick time) |
addSprite, exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getCaption, getDpi, getDpiFactor, getFailureText2, getFlashData, getFooter, getFooterOrHeaderTeoz, getHeader, getLegend, getMainFrame, getMinwidth, getPragma, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, isUseJDot, loadSkin, setAnimation, setCaption, setHideUnlinkedData, setLegend, setMainFrame, setMinwidth, setParam, setRotation, setTitle, setUseJDotcheckFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, hasUrl, isOk, makeDiagramReady, seed, setScale, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportDiagram, getMetadata, getNbImages, getSource, hasUrlpublic static final double marginX1
public DiagramDescription getDescription()
getDescription in interface Diagrampublic UmlDiagramType getUmlDiagramType()
getUmlDiagramType in class UmlDiagramprotected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramInternal in class UmlDiagramjava.io.IOExceptionpublic UTranslate getUTranslateForPlayer(Player candidat, StringBounder stringBounder)
public void createLifeLine(java.lang.String code,
java.lang.String full,
TimingStyle type)
public TimeMessage createTimeMessage(Player player1, TimeTick time1, Player player2, TimeTick time2, java.lang.String label)
public void addTime(TimeTick time)
public void updateNow(TimeTick time)
public Player getPlayer(java.lang.String code)
public void setLastPlayer(Player player)
public Player getLastPlayer()
public void scaleInPixels(long tick,
long pixel)