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 RealAbstractTaskDraw.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, ISkinParam skinParam) TaskDrawDiamond(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder, ISkinParam skinParam) TaskDrawGroup(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder, ISkinParam skinParam) TaskDrawRegular(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, StyleBuilder styleBuilder) TaskDrawSeparator(String name, TimeScale timeScale, Real y, Day min, Day max, StyleBuilder styleBuilder, ISkinParam skinParam) -
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 RealRealUtils.max(Collection<Real> reals) static Realstatic Realstatic RealRealUtils.min(Collection<Real> reals) static RealMethods in net.sourceforge.plantuml.real with parameters of type RealModifier and TypeMethodDescriptionvoidReal.ensureBiggerThan(Real other) static Realstatic Realstatic RealMethod parameters in net.sourceforge.plantuml.real with type arguments of type RealModifier and TypeMethodDescriptionstatic RealRealUtils.max(Collection<Real> reals) static RealRealUtils.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 RealYGauge.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 RealYGauge.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 RealCommunicationTileNoteBottomTopAbstract.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 RealTileArguments.getXOrigin()final RealTileArguments.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)