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, setUseJDot
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportDiagram, getMetadata, getNbImages, getSource, hasUrl
public static final double marginX1
public DiagramDescription getDescription()
getDescription
in interface Diagram
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
protected ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
exportDiagramInternal
in class UmlDiagram
java.io.IOException
public 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)