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 interface
RealOrigin
Methods in net.sourceforge.plantuml.real that return Real Modifier and Type Method Description Real
Real. addAtLeast(double delta)
Real
Real. addFixed(double delta)
static Real
RealUtils. max(java.util.Collection<Real> reals)
static Real
RealUtils. max(Real... reals)
static Real
RealUtils. middle(Real r1, Real r2)
static Real
RealUtils. min(java.util.Collection<Real> reals)
static Real
RealUtils. min(Real... reals)
Methods in net.sourceforge.plantuml.real with parameters of type Real Modifier and Type Method Description void
Real. ensureBiggerThan(Real other)
static Real
RealUtils. max(Real... reals)
static Real
RealUtils. middle(Real r1, Real r2)
static Real
RealUtils. min(Real... reals)
Method parameters in net.sourceforge.plantuml.real with type arguments of type Real Modifier and Type Method Description static Real
RealUtils. max(java.util.Collection<Real> reals)
static Real
RealUtils. 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 Real
Englober. getMaxX(StringBounder stringBounder)
Real
Englober. 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 Real
CommunicationExoTile. getMaxX(StringBounder stringBounder)
Real
CommunicationTile. getMaxX(StringBounder stringBounder)
Real
CommunicationTileNoteBottom. getMaxX(StringBounder stringBounder)
Real
CommunicationTileNoteLeft. getMaxX(StringBounder stringBounder)
Real
CommunicationTileNoteRight. getMaxX(StringBounder stringBounder)
Real
CommunicationTileNoteTop. getMaxX(StringBounder stringBounder)
Real
CommunicationTileSelf. getMaxX(StringBounder stringBounder)
Real
CommunicationTileSelfNoteRight. getMaxX(StringBounder stringBounder)
Real
DelayTile. getMaxX(StringBounder stringBounder)
Real
DividerTile. getMaxX(StringBounder stringBounder)
Real
ElseTile. getMaxX(StringBounder stringBounder)
Real
EmptyTile. getMaxX(StringBounder stringBounder)
Real
Englobers. getMaxX(StringBounder stringBounder)
Real
GroupingTile. getMaxX(StringBounder stringBounder)
Real
HSpaceTile. getMaxX(StringBounder stringBounder)
Real
LifeEventTile. getMaxX(StringBounder stringBounder)
Real
NewpageTile. getMaxX(StringBounder stringBounder)
Real
NotesTile. getMaxX(StringBounder stringBounder)
Real
NoteTile. getMaxX(StringBounder stringBounder)
Real
PlayingSpace. getMaxX(StringBounder stringBounder)
Real
ReferenceTile. getMaxX(StringBounder stringBounder)
Real
Tile. getMaxX(StringBounder stringBounder)
Real
TileMarged. getMaxX(StringBounder stringBounder)
Real
TileParallel. getMaxX(StringBounder stringBounder)
Real
CommunicationExoTile. getMinX(StringBounder stringBounder)
Real
CommunicationTile. getMinX(StringBounder stringBounder)
Real
CommunicationTileNoteBottom. getMinX(StringBounder stringBounder)
Real
CommunicationTileNoteLeft. getMinX(StringBounder stringBounder)
Real
CommunicationTileNoteRight. getMinX(StringBounder stringBounder)
Real
CommunicationTileNoteTop. getMinX(StringBounder stringBounder)
Real
CommunicationTileSelf. getMinX(StringBounder stringBounder)
Real
CommunicationTileSelfNoteRight. getMinX(StringBounder stringBounder)
Real
DelayTile. getMinX(StringBounder stringBounder)
Real
DividerTile. getMinX(StringBounder stringBounder)
Real
ElseTile. getMinX(StringBounder stringBounder)
Real
EmptyTile. getMinX(StringBounder stringBounder)
Real
Englobers. getMinX(StringBounder stringBounder)
Real
GroupingTile. getMinX(StringBounder stringBounder)
Real
HSpaceTile. getMinX(StringBounder stringBounder)
Real
LifeEventTile. getMinX(StringBounder stringBounder)
Real
NewpageTile. getMinX(StringBounder stringBounder)
Real
NotesTile. getMinX(StringBounder stringBounder)
Real
NoteTile. getMinX(StringBounder stringBounder)
Real
PlayingSpace. getMinX(StringBounder stringBounder)
Real
PlayingSpaceWithParticipants. getMinX(StringBounder stringBounder)
Real
ReferenceTile. getMinX(StringBounder stringBounder)
Real
Tile. getMinX(StringBounder stringBounder)
Real
TileMarged. getMinX(StringBounder stringBounder)
Real
TileParallel. getMinX(StringBounder stringBounder)
Real
TileArguments. getOrigin()
Real
LivingSpace. getPosB()
Real
LivingSpace. getPosC(StringBounder stringBounder)
Real
LivingSpace. getPosC2(StringBounder stringBounder)
Real
LivingSpace. 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)
-