Package org.teamapps.dto
Class UiNetworkLink
java.lang.Object
org.teamapps.dto.UiNetworkLink
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiNetworkLink(String source, String target) -
Method Summary
Modifier and TypeMethodDescriptionfloatintsetLineColor(String lineColor) setLineDashArray(String lineDashArray) setLineWidth(float lineWidth) setLinkLength(int linkLength) toString()
-
Field Details
-
source
-
target
-
lineColor
-
lineWidth
protected float lineWidth -
lineDashArray
-
linkLength
protected int linkLength
-
-
Constructor Details
-
UiNetworkLink
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiNetworkLink
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getSource
-
getTarget
-
getLineColor
-
getLineWidth
public float getLineWidth() -
getLineDashArray
-
getLinkLength
public int getLinkLength() -
setLineColor
-
setLineWidth
-
setLineDashArray
-
setLinkLength
-