Uses of Class
net.sourceforge.plantuml.decoration.LinkType
Packages that use LinkType
Package
Description
-
Uses of LinkType in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return LinkTypeConstructors in net.sourceforge.plantuml.abel with parameters of type LinkTypeModifierConstructorDescriptionLink(IEntityFactory entityFactory, StyleBuilder styleBuilder, Entity cl1, Entity cl2, LinkType type, LinkArg linkArg) -
Uses of LinkType in net.sourceforge.plantuml.decoration
Fields in net.sourceforge.plantuml.decoration declared as LinkTypeMethods in net.sourceforge.plantuml.decoration that return LinkTypeModifier and TypeMethodDescriptionLinkType.getInversed()LinkType.getInvisible()LinkType.getPart1()LinkType.getPart2()WithLinkType.getType()LinkType.goBold()LinkType.goDashed()LinkType.goDotted()LinkType.goThickness(double thickness) LinkType.withLollipopInterfaceEye1()LinkType.withLollipopInterfaceEye2()LinkType.withMiddleCircle()LinkType.withMiddleCircleCircled()LinkType.withMiddleCircleCircled1()LinkType.withMiddleCircleCircled2()LinkType.withoutDecors1()LinkType.withoutDecors2() -
Uses of LinkType in net.sourceforge.plantuml.objectdiagram
Methods in net.sourceforge.plantuml.objectdiagram with parameters of type LinkTypeModifier and TypeMethodDescriptionbooleanAbstractClassOrObjectDiagram.associationClass(int mode, Entity entity1, Entity entity2, Entity associed, LinkType linkType, Display label) AbstractClassOrObjectDiagram.associationClass(Entity entity1A, Entity entity1B, Entity entity2A, Entity entity2B, LinkType linkType, Display label)