Uses of Interface
net.sourceforge.plantuml.activitydiagram3.gtile.Gtile
Packages that use Gtile
Package
Description
-
Uses of Gtile in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return GtileModifier and TypeMethodDescriptionInstruction.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionBreak.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionEnd.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionFork.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionGoto.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionGroup.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionIf.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionLabel.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionList.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionRepeat.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionSimple.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionSplit.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionSpot.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionStart.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionStop.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionSwitch.createGtile
(ISkinParam skinParam, StringBounder stringBounder) InstructionWhile.createGtile
(ISkinParam skinParam, StringBounder stringBounder) Branch.getGtile()
-
Uses of Gtile in net.sourceforge.plantuml.activitydiagram3.gtile
Classes in net.sourceforge.plantuml.activitydiagram3.gtile that implement GtileModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.sourceforge.plantuml.activitydiagram3.gtile declared as GtileModifier and TypeFieldDescriptionprotected final Gtile
GtileTopDown.tile1
protected final Gtile
GtileTopDown3.tile1
protected final Gtile
GtileTopDown.tile2
protected final Gtile
GtileTopDown3.tile2
protected final Gtile
GtileTopDown3.tile3
Fields in net.sourceforge.plantuml.activitydiagram3.gtile with type parameters of type GtileMethods in net.sourceforge.plantuml.activitydiagram3.gtile that return GtileModifier and TypeMethodDescriptionstatic Gtile
static Gtile
GtileWhile.createWhile
(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) GtileColumns.first()
GPoint.getGtile()
static Gtile
Gtiles.withIncomingArrow
(Gtile orig, double margin) static Gtile
Gtiles.withNorthMargin
(Gtile orig, double north) static Gtile
Gtiles.withOutgoingArrow
(Gtile orig, double margin) static Gtile
Gtiles.withSouthMargin
(Gtile orig, double south) Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type GtileModifier and TypeMethodDescriptionstatic Gtile
GtileWhile.createWhile
(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) static Gtile
Gtiles.withIncomingArrow
(Gtile orig, double margin) static Gtile
Gtiles.withNorthMargin
(Gtile orig, double north) static Gtile
Gtiles.withOutgoingArrow
(Gtile orig, double margin) static Gtile
Gtiles.withSouthMargin
(Gtile orig, double south) Method parameters in net.sourceforge.plantuml.activitydiagram3.gtile with type arguments of type GtileConstructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type GtileModifierConstructorDescriptionGPoint
(Gtile gtile, String name, LinkRendering linkRendering) GtileAssembly
(Gtile tile1, Gtile tile2, LinkRendering linkRendering) GtileGroup
(Gtile inner, Display title, Display displayNote, HColor arrowColor, HColor backColor, ISkinParam skinParam, USymbol type, Style style) GtileIfAlone
(Swimlane swimlane, Gtile gtile, Branch branch0) GtileTopDown
(Gtile tile1, Gtile tile2) GtileTopDown3
(Gtile tile1, Gtile tile2, Gtile tile3) GtileWhile
(Gtile tile1, Gtile tile2, Gtile tile3) GtileWithNoteOpale
(Gtile tile, PositionedNote note, ISkinParam skinParam, boolean withLink) GtileWithNotes
(Gtile tile, Collection<PositionedNote> notes, ISkinParam skinParam) Constructor parameters in net.sourceforge.plantuml.activitydiagram3.gtile with type arguments of type GtileModifierConstructorDescriptionGtileColumns
(List<Gtile> gtiles, Swimlane singleSwimlane, double margin) GtileSplit
(List<Gtile> gtiles, Swimlane singleSwimlane, HColor lineColor)