Uses of Interface
net.sourceforge.plantuml.real.Real
-
Packages that use Real Package Description net.sourceforge.plantuml.real net.sourceforge.plantuml.sequencediagram net.sourceforge.plantuml.sequencediagram.teoz -
-
Uses of Real in net.sourceforge.plantuml.real
Subinterfaces of Real in net.sourceforge.plantuml.real Modifier and Type Interface Description interfaceRealOriginMethods in net.sourceforge.plantuml.real that return Real Modifier and Type Method Description RealReal. addAtLeast(double delta)RealReal. addFixed(double delta)static RealRealUtils. max(java.util.Collection<Real> reals)static RealRealUtils. max(Real... reals)static RealRealUtils. middle(Real r1, Real r2)static RealRealUtils. min(java.util.Collection<Real> reals)static RealRealUtils. min(Real... reals)Methods in net.sourceforge.plantuml.real with parameters of type Real Modifier and Type Method Description voidReal. ensureBiggerThan(Real other)static RealRealUtils. max(Real... reals)static RealRealUtils. middle(Real r1, Real r2)static RealRealUtils. min(Real... reals)Method parameters in net.sourceforge.plantuml.real with type arguments of type Real Modifier and Type Method Description static RealRealUtils. max(java.util.Collection<Real> reals)static RealRealUtils. min(java.util.Collection<Real> reals) -
Uses of Real in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return Real Modifier and Type Method Description RealEnglober. getMaxX(StringBounder stringBounder)RealEnglober. getMinX(StringBounder stringBounder) -
Uses of Real in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return Real Modifier and Type Method Description RealCommunicationExoTile. getMaxX(StringBounder stringBounder)RealCommunicationTile. getMaxX(StringBounder stringBounder)RealCommunicationTileNoteBottom. getMaxX(StringBounder stringBounder)RealCommunicationTileNoteLeft. getMaxX(StringBounder stringBounder)RealCommunicationTileNoteRight. getMaxX(StringBounder stringBounder)RealCommunicationTileNoteTop. getMaxX(StringBounder stringBounder)RealCommunicationTileSelf. getMaxX(StringBounder stringBounder)RealCommunicationTileSelfNoteRight. getMaxX(StringBounder stringBounder)RealDelayTile. getMaxX(StringBounder stringBounder)RealDividerTile. getMaxX(StringBounder stringBounder)RealElseTile. getMaxX(StringBounder stringBounder)RealEmptyTile. getMaxX(StringBounder stringBounder)RealEnglobers. getMaxX(StringBounder stringBounder)RealGroupingTile. getMaxX(StringBounder stringBounder)RealHSpaceTile. getMaxX(StringBounder stringBounder)RealLifeEventTile. getMaxX(StringBounder stringBounder)RealNewpageTile. getMaxX(StringBounder stringBounder)RealNotesTile. getMaxX(StringBounder stringBounder)RealNoteTile. getMaxX(StringBounder stringBounder)RealPlayingSpace. getMaxX(StringBounder stringBounder)RealReferenceTile. getMaxX(StringBounder stringBounder)RealTile. getMaxX(StringBounder stringBounder)RealTileMarged. getMaxX(StringBounder stringBounder)RealTileParallel. getMaxX(StringBounder stringBounder)RealCommunicationExoTile. getMinX(StringBounder stringBounder)RealCommunicationTile. getMinX(StringBounder stringBounder)RealCommunicationTileNoteBottom. getMinX(StringBounder stringBounder)RealCommunicationTileNoteLeft. getMinX(StringBounder stringBounder)RealCommunicationTileNoteRight. getMinX(StringBounder stringBounder)RealCommunicationTileNoteTop. getMinX(StringBounder stringBounder)RealCommunicationTileSelf. getMinX(StringBounder stringBounder)RealCommunicationTileSelfNoteRight. getMinX(StringBounder stringBounder)RealDelayTile. getMinX(StringBounder stringBounder)RealDividerTile. getMinX(StringBounder stringBounder)RealElseTile. getMinX(StringBounder stringBounder)RealEmptyTile. getMinX(StringBounder stringBounder)RealEnglobers. getMinX(StringBounder stringBounder)RealGroupingTile. getMinX(StringBounder stringBounder)RealHSpaceTile. getMinX(StringBounder stringBounder)RealLifeEventTile. getMinX(StringBounder stringBounder)RealNewpageTile. getMinX(StringBounder stringBounder)RealNotesTile. getMinX(StringBounder stringBounder)RealNoteTile. getMinX(StringBounder stringBounder)RealPlayingSpace. getMinX(StringBounder stringBounder)RealPlayingSpaceWithParticipants. getMinX(StringBounder stringBounder)RealReferenceTile. getMinX(StringBounder stringBounder)RealTile. getMinX(StringBounder stringBounder)RealTileMarged. getMinX(StringBounder stringBounder)RealTileParallel. getMinX(StringBounder stringBounder)RealTileArguments. getOrigin()RealLivingSpace. getPosB()RealLivingSpace. getPosC(StringBounder stringBounder)RealLivingSpace. getPosC2(StringBounder stringBounder)RealLivingSpace. getPosD(StringBounder stringBounder)Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type Real Constructor Description LivingSpace(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, java.util.List<Event> events)TileArguments(StringBounder stringBounder, LivingSpaces livingSpaces, Rose skin, ISkinParam skinParam, Real origin)
-