Uses of Class
net.sourceforge.plantuml.cucadiagram.LinkHat
-
Packages that use LinkHat Package Description net.sourceforge.plantuml.cucadiagram -
-
Uses of LinkHat in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return LinkHat Modifier and Type Method Description LinkHat
LinkType. getHat1()
LinkHat
LinkType. getHat2()
static LinkHat
LinkHat. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinkHat[]
LinkHat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.plantuml.cucadiagram with parameters of type LinkHat Constructor Description LinkType(LinkHat hat1, LinkDecor decor1, LinkDecor decor2, LinkHat hat2)
-