Uses of Class
net.sourceforge.plantuml.plasma.Quark
Packages that use Quark
Package
Description
-
Uses of Quark in net.atmp
Modifier and TypeMethodDescriptionCucaDiagram.firstWithName
(String full) CucaDiagram.quarkInContext
(boolean reuseExistingChild, String full) Modifier and TypeMethodDescriptionCucaDiagram.quarkInContextSafe
(boolean reuseExistingChild, String full) CucaDiagram.quarks()
Modifier and TypeMethodDescriptionCucaDiagram.createGroup
(LineLocation location, Quark<Entity> quark, GroupType groupType) final Entity
CucaDiagram.createLeaf
(LineLocation location, Quark<Entity> quark, CucaDiagram diagram, LeafType entityType, Set<VisibilityModifier> hideVisibilityModifier) CucaDiagram.getPortFor
(String entString, Quark<Entity> ident) final CommandExecutionResult
final CommandExecutionResult
CucaDiagram.gotoGroup
(LineLocation location, Quark<Entity> quark, Display display, GroupType type, USymbol usymbol) final boolean
final Entity
CucaDiagram.reallyCreateLeaf
(LineLocation location, Quark<Entity> ident, Display display, LeafType type, USymbol symbol) -
Uses of Quark in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return QuarkConstructors in net.sourceforge.plantuml.abel with parameters of type QuarkModifierConstructorDescriptionEntity
(LineLocation location, Quark<Entity> quark, CucaDiagram diagram, Bodier bodier, GroupType groupType, int rawLayout) Entity
(LineLocation location, Quark<Entity> quark, CucaDiagram diagram, Bodier bodier, LeafType leafType, int rawLayout) -
Uses of Quark in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram with parameters of type QuarkModifier and TypeMethodDescriptionActivityDiagram.createNote
(LineLocation location, Quark<Entity> idNewLong, String code__, Display display) -
Uses of Quark in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type QuarkModifier and TypeMethodDescriptionstatic boolean
CommandCreateElementFull.existsWithBadType3
(AbstractEntityDiagram diagram, Quark<Entity> code, LeafType type, USymbol usymbol) -
Uses of Quark in net.sourceforge.plantuml.klimt.creole
Methods in net.sourceforge.plantuml.klimt.creole with parameters of type Quark -
Uses of Quark in net.sourceforge.plantuml.plasma
Methods in net.sourceforge.plantuml.plasma that return QuarkModifier and TypeMethodDescriptionQuark.childIfExists
(String name) Plasma.firstWithName
(String name) Quark.getParent()
Plasma.root()
Methods in net.sourceforge.plantuml.plasma that return types with arguments of type QuarkMethods in net.sourceforge.plantuml.plasma with parameters of type Quark -
Uses of Quark in net.sourceforge.plantuml.statediagram
Methods in net.sourceforge.plantuml.statediagram with parameters of type QuarkModifier and TypeMethodDescriptionboolean
StateDiagram.checkConcurrentStateOk
(Quark<Entity> code) void
StateDiagram.ensureParentState
(LineLocation location, Quark<Entity> current)