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, stereotype, suggestedHeight -
Constructor Summary
ConstructorsConstructorDescriptionPlayerAnalog(String code, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) voiddefineState(String stateCode, String label) doublegetFullHeight(StringBounder stringBounder) getPart1(double fullAvailableWidth, double specialVSpace) getPart2()protected StyleSignaturegetTimeProjection(StringBounder stringBounder, TimeTick tick) voidsetStartEnd(double start, double end) voidvoidsetTicks(int ticksEvery) Methods inherited from class net.sourceforge.plantuml.timingdiagram.Player
getContext, getFontConfiguration, getStroke, getStyle, getTitle, isCompact, setHeight
-
Constructor Details
-
PlayerAnalog
public PlayerAnalog(String code, ISkinParam skinParam, TimingRuler ruler, boolean compact, Stereotype stereotype)
-
-
Method Details
-
getFullHeight
- Specified by:
getFullHeightin classPlayer
-
getTimeProjection
-
addNote
-
defineState
- Specified by:
defineStatein classPlayer
-
setState
-
createConstraint
public void createConstraint(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) - Specified by:
createConstraintin classPlayer
-
getPart1
-
getPart2
-
setStartEnd
public void setStartEnd(double start, double end) -
setTicks
public void setTicks(int ticksEvery) -
getStyleSignature
- Specified by:
getStyleSignaturein classPlayer
-