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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.sourceforge.plantuml.activitydiagram3.gtile declared as GtileModifier and TypeFieldDescriptionprotected final GtileGtileTopDown.tile1protected final GtileGtileTopDown3.tile1protected final GtileGtileTopDown.tile2protected final GtileGtileTopDown3.tile2protected final GtileGtileTopDown3.tile3Fields in net.sourceforge.plantuml.activitydiagram3.gtile with type parameters of type GtileMethods in net.sourceforge.plantuml.activitydiagram3.gtile that return GtileModifier and TypeMethodDescriptionstatic Gtilestatic GtileGtileWhile.createWhile(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) GtileColumns.first()GPoint.getGtile()static GtileGtiles.withIncomingArrow(Gtile orig, double margin) static GtileGtiles.withNorthMargin(Gtile orig, double north) static GtileGtiles.withOutgoingArrow(Gtile orig, double margin) static GtileGtiles.withSouthMargin(Gtile orig, double south) Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type GtileModifier and TypeMethodDescriptionstatic GtileGtileWhile.createWhile(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) static GtileGtiles.withIncomingArrow(Gtile orig, double margin) static GtileGtiles.withNorthMargin(Gtile orig, double north) static GtileGtiles.withOutgoingArrow(Gtile orig, double margin) static GtileGtiles.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)