Uses of Interface
net.sourceforge.plantuml.real.Real
Packages that use Real
Package
Description
-
Uses of Real in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw that return RealModifier and TypeMethodDescriptionfinal Real
AbstractTaskDraw.getY
(StringBounder stringBounder) TaskDraw.getY
(StringBounder stringBounder) TaskDrawSeparator.getY
(StringBounder stringBounder) Constructors in net.sourceforge.plantuml.project.draw with parameters of type RealModifierConstructorDescriptionAbstractTaskDraw
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawDiamond
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawGroup
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawRegular
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinSimple skinSimple, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, StyleBuilder styleBuilder) TaskDrawSeparator
(String name, TimeScale timeScale, Real y, Day min, Day max, StyleBuilder styleBuilder, HColorSet colorSet) -
Uses of Real in net.sourceforge.plantuml.real
Subinterfaces of Real in net.sourceforge.plantuml.realMethods in net.sourceforge.plantuml.real that return RealModifier and TypeMethodDescriptionReal.addAtLeast
(double delta) Real.addFixed
(double delta) static Real
RealUtils.max
(Collection<Real> reals) static Real
static Real
static Real
RealUtils.min
(Collection<Real> reals) static Real
Methods in net.sourceforge.plantuml.real with parameters of type RealModifier and TypeMethodDescriptionvoid
Real.ensureBiggerThan
(Real other) static Real
static Real
static Real
Method parameters in net.sourceforge.plantuml.real with type arguments of type RealModifier and TypeMethodDescriptionstatic Real
RealUtils.max
(Collection<Real> reals) static Real
RealUtils.min
(Collection<Real> reals) -
Uses of Real in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return RealModifier and TypeMethodDescriptionDoll.getMaxX
(StringBounder stringBounder) Doll.getMinX
(StringBounder stringBounder) -
Uses of Real in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return RealModifier and TypeMethodDescriptionfinal Real
YGauge.getMax()
CommunicationExoTile.getMaxX()
CommunicationTile.getMaxX()
CommunicationTileNoteBottomTopAbstract.getMaxX()
CommunicationTileNoteLeft.getMaxX()
CommunicationTileNoteRight.getMaxX()
CommunicationTileSelf.getMaxX()
CommunicationTileSelfNoteLeft.getMaxX()
CommunicationTileSelfNoteRight.getMaxX()
DelayTile.getMaxX()
DividerTile.getMaxX()
Dolls.getMaxX
(StringBounder stringBounder) ElseTile.getMaxX()
EmptyTile.getMaxX()
GroupingTile.getMaxX()
HSpaceTile.getMaxX()
LifeEventTile.getMaxX()
NewpageTile.getMaxX()
NotesTile.getMaxX()
NoteTile.getMaxX()
PlayingSpace.getMaxX
(StringBounder stringBounder) ReferenceTile.getMaxX()
Tile.getMaxX()
TileMarged.getMaxX()
TileParallel.getMaxX()
final Real
YGauge.getMin()
CommunicationExoTile.getMinX()
CommunicationTile.getMinX()
CommunicationTileNoteBottomTopAbstract.getMinX()
CommunicationTileNoteLeft.getMinX()
CommunicationTileNoteRight.getMinX()
CommunicationTileSelf.getMinX()
CommunicationTileSelfNoteLeft.getMinX()
CommunicationTileSelfNoteRight.getMinX()
DelayTile.getMinX()
DividerTile.getMinX()
Dolls.getMinX
(StringBounder stringBounder) ElseTile.getMinX()
EmptyTile.getMinX()
GroupingTile.getMinX()
HSpaceTile.getMinX()
LifeEventTile.getMinX()
NewpageTile.getMinX()
NotesTile.getMinX()
NoteTile.getMinX()
PlayingSpace.getMinX
(StringBounder stringBounder) PlayingSpaceWithParticipants.getMinX
(StringBounder stringBounder) ReferenceTile.getMinX()
Tile.getMinX()
TileMarged.getMinX()
TileParallel.getMinX()
protected final Real
CommunicationTileNoteBottomTopAbstract.getNotePosition
(StringBounder stringBounder) LivingSpace.getPosA
(StringBounder stringBounder) LivingSpace.getPosB
(StringBounder stringBounder) LivingSpace.getPosC
(StringBounder stringBounder) LivingSpace.getPosC2
(StringBounder stringBounder) LivingSpace.getPosD
(StringBounder stringBounder) LivingSpace.getPosE
(StringBounder stringBounder) final Real
TileArguments.getXOrigin()
final Real
TileArguments.getYOrigin()
Methods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type RealConstructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type RealModifierConstructorDescriptionLivingSpace
(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, List<Event> events) TileArguments
(StringBounder stringBounder, LivingSpaces livingSpaces, Rose skin, ISkinParam skinParam, Real xorigin, Real yorigin) TileParallel
(StringBounder stringBounder, Real currentY)