| Modifier and Type | Method and Description |
|---|---|
Swimlane |
InstructionList.getSwimlaneIn() |
Swimlane |
InstructionIf.getSwimlaneIn() |
Swimlane |
InstructionFork.getSwimlaneIn() |
Swimlane |
InstructionPartition.getSwimlaneIn() |
Swimlane |
InstructionSplit.getSwimlaneIn() |
Swimlane |
InstructionRepeat.getSwimlaneIn() |
Swimlane |
InstructionGroup.getSwimlaneIn() |
Swimlane |
MonoSwimable.getSwimlaneIn() |
Swimlane |
InstructionWhile.getSwimlaneIn() |
Swimlane |
PositionedNote.getSwimlaneNote() |
Swimlane |
InstructionList.getSwimlaneOut() |
Swimlane |
InstructionIf.getSwimlaneOut() |
Swimlane |
InstructionFork.getSwimlaneOut() |
Swimlane |
InstructionPartition.getSwimlaneOut() |
Swimlane |
InstructionSplit.getSwimlaneOut() |
Swimlane |
InstructionRepeat.getSwimlaneOut() |
Swimlane |
InstructionGroup.getSwimlaneOut() |
Swimlane |
MonoSwimable.getSwimlaneOut() |
Swimlane |
InstructionWhile.getSwimlaneOut() |
| Modifier and Type | Method and Description |
|---|---|
Set<Swimlane> |
InstructionList.getSwimlanes() |
Collection<? extends Swimlane> |
Branch.getSwimlanes() |
Set<Swimlane> |
InstructionIf.getSwimlanes() |
Set<Swimlane> |
InstructionFork.getSwimlanes() |
Set<Swimlane> |
InstructionPartition.getSwimlanes() |
Set<Swimlane> |
InstructionSplit.getSwimlanes() |
Set<Swimlane> |
InstructionRepeat.getSwimlanes() |
Set<Swimlane> |
InstructionGroup.getSwimlanes() |
Set<Swimlane> |
MonoSwimable.getSwimlanes() |
Set<Swimlane> |
InstructionWhile.getSwimlanes() |
static Set<Swimlane> |
InstructionList.getSwimlanes2(List<? extends Instruction> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstructionList.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
Branch.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionIf.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionFork.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionPartition.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionSplit.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionRepeat.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionGroup.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
Instruction.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
WithNote.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionWhile.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
protected Ftile |
WithNote.eventuallyAddNote(FtileFactory factory,
Ftile ftile,
Swimlane swimlane) |
| Modifier and Type | Method and Description |
|---|---|
Swimlane |
Swimlanes.getCurrentSwimlane() |
Swimlane |
FtileMarged.getSwimlaneIn() |
Swimlane |
FtileKilled.getSwimlaneIn() |
Swimlane |
FtileMargedRight.getSwimlaneIn() |
Swimlane |
FtileHeightFixed.getSwimlaneIn() |
Swimlane |
Swimable.getSwimlaneIn() |
Swimlane |
FtileEmpty.getSwimlaneIn() |
Swimlane |
FtileAssemblySimple.getSwimlaneIn() |
Swimlane |
FtileMarged.getSwimlaneOut() |
Swimlane |
FtileKilled.getSwimlaneOut() |
Swimlane |
FtileMargedRight.getSwimlaneOut() |
Swimlane |
FtileHeightFixed.getSwimlaneOut() |
Swimlane |
Swimable.getSwimlaneOut() |
Swimlane |
FtileEmpty.getSwimlaneOut() |
Swimlane |
FtileAssemblySimple.getSwimlaneOut() |
| Modifier and Type | Method and Description |
|---|---|
Set<Swimlane> |
FtileMarged.getSwimlanes() |
Set<Swimlane> |
FtileKilled.getSwimlanes() |
Set<Swimlane> |
FtileMargedRight.getSwimlanes() |
Set<Swimlane> |
FtileHeightFixed.getSwimlanes() |
Set<Swimlane> |
Swimable.getSwimlanes() |
Set<Swimlane> |
FtileEmpty.getSwimlanes() |
Set<Swimlane> |
FtileAssemblySimple.getSwimlanes() |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactory.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
FtileFactoryDelegator.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
FtileFactory.addNote(Ftile ftile,
Swimlane swimlane,
Collection<PositionedNote> notes) |
Ftile |
FtileFactoryDelegator.addNote(Ftile ftile,
Swimlane swimlane,
Collection<PositionedNote> notes) |
Ftile |
FtileFactory.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactoryDelegator.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactory.createParallel(Swimlane swimlane,
List<Ftile> all,
ForkStyle style,
String label) |
Ftile |
FtileFactoryDelegator.createParallel(Swimlane swimlane,
List<Ftile> all,
ForkStyle style,
String label) |
Ftile |
FtileFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactoryDelegator.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactory.end(Swimlane swimlane) |
Ftile |
FtileFactoryDelegator.end(Swimlane swimlane) |
Ftile |
FtileFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegator.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactory.start(Swimlane swimlane) |
Ftile |
FtileFactoryDelegator.start(Swimlane swimlane) |
Ftile |
FtileFactory.stop(Swimlane swimlane) |
Ftile |
FtileFactoryDelegator.stop(Swimlane swimlane) |
static Ftile |
FtileUtils.withSwimlaneOut(Ftile ftile,
Swimlane out) |
| Constructor and Description |
|---|
FtileBreak(ISkinParam skinParam,
Swimlane swimlane) |
FtileEmpty(ISkinParam skinParam,
double width,
double height,
Swimlane swimlaneIn,
Swimlane swimlaneOut) |
FtileEmpty(ISkinParam skinParam,
Swimlane swimlane) |
FtileGoto(ISkinParam skinParam,
Swimlane swimlane,
String name) |
FtileLabel(ISkinParam skinParam,
Swimlane swimlane,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Swimlane |
UGraphicInterceptorOneSwimlane.getSwimlane() |
Swimlane |
FtileNoteAlone.getSwimlaneIn() |
Swimlane |
FtileGroup.getSwimlaneIn() |
Swimlane |
FtileWithNoteOpale.getSwimlaneIn() |
Swimlane |
FtileWithNotes.getSwimlaneIn() |
Swimlane |
FtileIfDown.getSwimlaneIn() |
Swimlane |
FtileNoteAlone.getSwimlaneOut() |
Swimlane |
FtileGroup.getSwimlaneOut() |
Swimlane |
FtileWithNoteOpale.getSwimlaneOut() |
Swimlane |
FtileWithNotes.getSwimlaneOut() |
Swimlane |
FtileIfDown.getSwimlaneOut() |
protected Swimlane |
ParallelFtilesBuilder.swimlane() |
| Modifier and Type | Method and Description |
|---|---|
Set<Swimlane> |
FtileNoteAlone.getSwimlanes() |
Set<Swimlane> |
FtileGroup.getSwimlanes() |
Set<Swimlane> |
FtileWithNoteOpale.getSwimlanes() |
Set<Swimlane> |
FtileWithNotes.getSwimlanes() |
Set<Swimlane> |
FtileIfDown.getSwimlanes() |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
VCompactFactory.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
VCompactFactory.addNote(Ftile ftile,
Swimlane swimlane,
Collection<PositionedNote> notes) |
Ftile |
FtileFactoryDelegatorAddNote.addNote(Ftile ftile,
Swimlane swimlane,
Collection<PositionedNote> notes) |
static Ftile |
FtileIfDown.create(Ftile diamond1,
Ftile diamond2,
Swimlane swimlane,
Ftile thenBlock,
Rainbow arrowColor,
FtileFactory ftileFactory,
Ftile optionalStop,
Rainbow elseColor) |
Ftile |
FtileFactoryDelegatorIf.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
VCompactFactory.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactoryDelegatorCreateParallel1.createParallel(Swimlane swimlane,
List<Ftile> list,
ForkStyle style,
String label) |
Ftile |
FtileFactoryDelegatorCreateParallel.createParallel(Swimlane swimlane,
List<Ftile> all,
ForkStyle style,
String label) |
Ftile |
VCompactFactory.createParallel(Swimlane swimlane,
List<Ftile> all,
ForkStyle style,
String label) |
Ftile |
FtileFactoryDelegatorCreateParallelAddingMargin.createParallel(Swimlane swimlane,
List<Ftile> all,
ForkStyle style,
String label) |
Ftile |
FtileFactoryDelegatorWhile.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.end(Swimlane swimlane) |
Ftile |
VCompactFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegatorRepeat.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
VCompactFactory.start(Swimlane swimlane) |
Ftile |
VCompactFactory.stop(Swimlane swimlane) |
| Constructor and Description |
|---|
FtileNoteAlone(boolean shadow,
Display note,
ISkinParam skinParam,
boolean withOutPoint,
Swimlane swimlane) |
ParallelBuilderFork(ISkinParam skinParam,
StringBounder stringBounder,
List<Ftile> list,
Ftile inner,
Swimlane swimlane,
String label) |
ParallelBuilderMerge(ISkinParam skinParam,
StringBounder stringBounder,
List<Ftile> list,
Ftile inner,
Swimlane swimlane) |
ParallelBuilderSplit(ISkinParam skinParam,
StringBounder stringBounder,
List<Ftile> list,
Ftile inner,
Swimlane swimlane) |
ParallelBuilderSplit2(ISkinParam skinParam,
StringBounder stringBounder,
List<Ftile> list,
Ftile inner,
Swimlane swimlane) |
ParallelFtilesBuilder(ISkinParam skinParam,
StringBounder stringBounder,
List<Ftile> list,
Ftile middle,
Swimlane swimlane) |
UGraphicInterceptorOneSwimlane(UGraphic ug,
Swimlane swimlane) |
| Modifier and Type | Method and Description |
|---|---|
Swimlane |
FtileIfNude.getSwimlaneIn() |
Swimlane |
FtileIfNude.getSwimlaneOut() |
| Modifier and Type | Method and Description |
|---|---|
Set<Swimlane> |
FtileIfNude.getSwimlanes() |
| Modifier and Type | Method and Description |
|---|---|
static Ftile |
ConditionalBuilder.create(Swimlane swimlane,
HtmlColor borderColor,
HtmlColor backColor,
Rainbow arrowColor,
FtileFactory ftileFactory,
ConditionStyle conditionStyle,
Branch branch1,
Branch branch2,
ISkinParam skinParam,
StringBounder stringBounder,
FontConfiguration fcArrow,
FontConfiguration fcTest) |
| Constructor and Description |
|---|
ConditionalBuilder(Swimlane swimlane,
HtmlColor borderColor,
HtmlColor backColor,
Rainbow arrowColor,
FtileFactory ftileFactory,
ConditionStyle conditionStyle,
Branch branch1,
Branch branch2,
ISkinParam skinParam,
StringBounder stringBounder,
FontConfiguration fontArrow,
FontConfiguration fontTest) |
FtileIfWithDiamonds(Ftile diamond1,
Ftile tile1,
Ftile tile2,
Ftile diamond2,
Swimlane in,
StringBounder stringBounder) |
FtileIfWithLinks(Ftile diamond1,
Ftile tile1,
Ftile tile2,
Ftile diamond2,
Swimlane in,
Rainbow arrowColor,
StringBounder stringBounder) |
| Modifier and Type | Method and Description |
|---|---|
Set<Swimlane> |
FtileDiamondInside2.getSwimlanes() |
Set<Swimlane> |
FtileCircleEnd.getSwimlanes() |
Set<Swimlane> |
FtileDiamondInside.getSwimlanes() |
Set<Swimlane> |
FtileCircleStart.getSwimlanes() |
Set<Swimlane> |
FtileBox.getSwimlanes() |
Set<Swimlane> |
FtileDiamondInside3.getSwimlanes() |
Set<Swimlane> |
FtileBlackBlock.getSwimlanes() |
Set<Swimlane> |
FtileThinSplit.getSwimlanes() |
Set<Swimlane> |
FtileCircleStop.getSwimlanes() |
Set<Swimlane> |
FtileDiamondFoo1.getSwimlanes() |
Set<Swimlane> |
FtileDecorate.getSwimlanes() |
Set<Swimlane> |
FtileDiamond.getSwimlanes() |
Copyright © 2017. All rights reserved.