Class PlayerAnalog
java.lang.Object
net.sourceforge.plantuml.timingdiagram.Player
net.sourceforge.plantuml.timingdiagram.PlayerAnalog
- All Implemented Interfaces:
TimeProjected
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.timingdiagram.Player
ruler, skinParam, suggestedHeight
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerAnalog
(java.lang.String code, ISkinParam skinParam, TimingRuler ruler, boolean compact) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createConstraint
(TimeTick tick1, TimeTick tick2, java.lang.String message) void
defineState
(java.lang.String stateCode, java.lang.String label) protected SymbolContext
double
getFullHeight
(StringBounder stringBounder) getPart1
(double fullAvailableWidth, double specialVSpace) getPart2()
protected StyleSignatureBasic
getTimeProjection
(StringBounder stringBounder, TimeTick tick) void
setStartEnd
(double start, double end) void
void
setTicks
(int ticksEvery) Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeight
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlayerAnalog
public PlayerAnalog(java.lang.String code, ISkinParam skinParam, TimingRuler ruler, boolean compact)
-
-
Method Details
-
getFullHeight
- Specified by:
getFullHeight
in classPlayer
-
getContextLegacy
- Specified by:
getContextLegacy
in classPlayer
-
getTimeProjection
-
addNote
-
defineState
public void defineState(java.lang.String stateCode, java.lang.String label) - Specified by:
defineState
in classPlayer
-
setState
-
createConstraint
- Specified by:
createConstraint
in classPlayer
-
getPart1
-
getPart2
-
setStartEnd
public void setStartEnd(double start, double end) -
setTicks
public void setTicks(int ticksEvery) -
getStyleSignature
- Specified by:
getStyleSignature
in classPlayer
-