public class LinkType
extends java.lang.Object
Constructor and Description |
---|
LinkType(LinkDecor decor1,
LinkDecor decor2) |
LinkType(LinkHat hat1,
LinkDecor decor1,
LinkDecor decor2,
LinkHat hat2) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
LinkType |
getBold() |
LinkType |
getDashed() |
LinkDecor |
getDecor1() |
LinkDecor |
getDecor2() |
LinkType |
getDotted() |
LinkHat |
getHat1() |
LinkHat |
getHat2() |
LinkType |
getInterfaceProvider() |
LinkType |
getInterfaceUser() |
LinkType |
getInversed() |
LinkType |
getInvisible() |
LinkMiddleDecor |
getMiddleDecor() |
LinkType |
getPart1() |
LinkType |
getPart2() |
java.lang.String |
getSpecificDecorationSvek() |
UStroke |
getStroke() |
LinkStyle |
getStyle() |
int |
hashCode() |
boolean |
isBold() |
boolean |
isDashed() |
boolean |
isDotted() |
boolean |
isExtendsOrAgregationOrCompositionOrPlus() |
boolean |
isInvisible() |
java.lang.String |
toString() |
LinkType |
withLollipopInterfaceEye1() |
LinkType |
withLollipopInterfaceEye2() |
LinkType |
withMiddleCircle() |
LinkType |
withMiddleCircleCircled() |
LinkType |
withMiddleCircleCircled1() |
LinkType |
withMiddleCircleCircled2() |
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean isDashed()
public boolean isDotted()
public boolean isBold()
public boolean isInvisible()
public LinkType getDashed()
public LinkType getDotted()
public LinkType getBold()
public LinkType getInterfaceProvider()
public LinkType getInterfaceUser()
public LinkType getInversed()
public LinkType withMiddleCircle()
public LinkType withMiddleCircleCircled()
public LinkType withMiddleCircleCircled1()
public LinkType withMiddleCircleCircled2()
public LinkType getInvisible()
public java.lang.String getSpecificDecorationSvek()
public final LinkDecor getDecor1()
public final LinkStyle getStyle()
public final LinkDecor getDecor2()
public boolean isExtendsOrAgregationOrCompositionOrPlus()
public LinkType getPart1()
public LinkType getPart2()
public UStroke getStroke()
public LinkMiddleDecor getMiddleDecor()
public LinkHat getHat1()
public LinkHat getHat2()
public LinkType withLollipopInterfaceEye2()
public LinkType withLollipopInterfaceEye1()