Uses of Interface
net.sourceforge.plantuml.sequencediagram.graphic.Pushable
Packages that use Pushable
-
Uses of Pushable in net.sourceforge.plantuml.sequencediagram.graphic
Classes in net.sourceforge.plantuml.sequencediagram.graphic that implement PushableMethods in net.sourceforge.plantuml.sequencediagram.graphic that return PushableModifier and TypeMethodDescriptionfinal Pushable
ConstraintSet.getFirstBorder()
final Pushable
ConstraintSet.getLastborder()
final Pushable
Constraint.getParticipant1()
final Pushable
Constraint.getParticipant2()
ConstraintSet.getPrevious
(Pushable p) Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type PushableModifier and TypeMethodDescriptionConstraintSet.getConstraint
(Pushable p1, Pushable p2) ConstraintSet.getConstraintAfter
(Pushable p1) ConstraintSet.getConstraintBefore
(Pushable p1) ConstraintSet.getPrevious
(Pushable p) void
ConstraintSet.pushToLeftParticipantBox
(double deltaX, Pushable firstToChange, boolean including) Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type PushableModifierConstructorDescriptionConstraint
(Pushable p1, Pushable p2) LifeLine
(Pushable participant, double nominalPreferredWidth, boolean shadowing, Display participantDisplay) Constructor parameters in net.sourceforge.plantuml.sequencediagram.graphic with type arguments of type Pushable