Package net.sourceforge.plantuml.abel
Class Link
java.lang.Object
net.sourceforge.plantuml.decoration.WithLinkType
net.sourceforge.plantuml.abel.Link
- All Implemented Interfaces:
Hideable
,Removeable
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.decoration.WithLinkType
hidden, type
-
Constructor Summary
ConstructorsConstructorDescriptionLink
(IEntityFactory entityFactory, StyleBuilder styleBuilder, Entity cl1, Entity cl2, LinkType type, LinkArg linkArg) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
addNoteFrom
(Link other, NoteLinkStrategy strategy) boolean
boolean
containsType
(LeafType type) boolean
getEntityPort1
(Bibliotekon bibliotekon) getEntityPort2
(Bibliotekon bibliotekon) getInv()
getLabel()
int
final LinkArg
final LinkArrow
final LinkConstraint
final CucaNote
getNote()
final Stereotype
final StyleBuilder
getType()
getUid()
getUrl()
final VisibilityModifier
final double
void
goNorank()
boolean
final boolean
hasKal1()
final boolean
hasKal2()
boolean
boolean
hasUrl()
boolean
boolean
boolean
final boolean
boolean
isHidden()
final boolean
final boolean
final boolean
isInvis()
final boolean
isOpale()
boolean
boolean
sameConnections
(Link other) void
setCodeLine
(LineLocation location) final void
setConstraint
(boolean constraint) final void
setHorizontalSolitary
(boolean horizontalSolitary) final void
setInvis
(boolean invis) final void
setLength
(int length) final void
setLinkArrow
(LinkArrow linkArrow) void
setLinkConstraint
(LinkConstraint linkConstraint) void
setOpale
(boolean opale) void
setPortMembers
(String port1, String port2) void
setSametail
(String sametail) void
setStereotype
(Stereotype stereotype) void
final void
setWeight
(double weight) toString()
Methods inherited from class net.sourceforge.plantuml.decoration.WithLinkType
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getUStroke, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
-
Constructor Details
-
Link
public Link(IEntityFactory entityFactory, StyleBuilder styleBuilder, Entity cl1, Entity cl2, LinkType type, LinkArg linkArg)
-
-
Method Details
-
getStyleBuilder
-
getLinkStrategy
-
idCommentForSvg
-
commentForSvg
-
getInv
-
goNorank
public void goNorank()- Specified by:
goNorank
in classWithLinkType
-
getLabeldistance
-
getLabelangle
-
getUid
-
isInvis
public final boolean isInvis() -
setInvis
public final void setInvis(boolean invis) -
isBetween
-
toString
-
getEntity1
-
getEntity2
-
getPortName1
-
getPortName2
-
getEntityPort1
-
getEntityPort2
-
getType
- Overrides:
getType
in classWithLinkType
-
getTypePatchCluster
-
getLabel
-
getLength
public int getLength() -
setLength
public final void setLength(int length) -
getQuantifier1
-
getQuantifier2
-
getWeight
public final double getWeight() -
setWeight
public final void setWeight(double weight) -
getNote
-
addNote
-
addNoteFrom
-
isAutoLinkOfAGroup
public boolean isAutoLinkOfAGroup() -
containsType
-
contains
-
getOther
-
isConstraint
public final boolean isConstraint() -
setConstraint
public final void setConstraint(boolean constraint) -
setOpale
public void setOpale(boolean opale) -
setHorizontalSolitary
public final void setHorizontalSolitary(boolean horizontalSolitary) -
isHorizontalSolitary
public final boolean isHorizontalSolitary() -
getLinkArrow
-
setLinkArrow
-
isInverted
public final boolean isInverted() -
hasEntryPoint
public boolean hasEntryPoint() -
hasTwoEntryPointsSameContainer
public boolean hasTwoEntryPointsSameContainer() -
getUrl
-
setUrl
-
isHidden
public boolean isHidden() -
sameConnections
-
doesTouch
-
isAutolink
public boolean isAutolink() -
isRemoved
public boolean isRemoved()- Specified by:
isRemoved
in interfaceRemoveable
-
hasUrl
public boolean hasUrl() -
getSametail
-
setSametail
-
setPortMembers
-
setLinkConstraint
-
getLinkConstraint
-
getCodeLine
-
setCodeLine
-
setStereotype
-
getStereotype
-
getLinkArg
-
getVisibilityModifier
-
isOpale
public final boolean isOpale() -
hasKal1
public final boolean hasKal1() -
hasKal2
public final boolean hasKal2()
-