Class ForceLayoutLink<RECORD>
java.lang.Object
org.teamapps.ux.component.charting.forcelayout.ForceLayoutLink<RECORD>
-
Constructor Summary
ConstructorsConstructorDescriptionForceLayoutLink(ForceLayoutNode<RECORD> source, ForceLayoutNode<RECORD> target) -
Method Summary
Modifier and TypeMethodDescriptionfloatintvoidsetLineColor(Color lineColor) voidsetLineDashArray(String lineDashArray) voidsetLineWidth(float lineWidth) voidsetLinkLength(int linkLength)
-
Constructor Details
-
ForceLayoutLink
-
-
Method Details
-
toUiNetworkLink
-
getSource
-
getTarget
-
getLineWidth
public float getLineWidth() -
setLineWidth
public void setLineWidth(float lineWidth) -
getLineColor
-
setLineColor
-
getLineDashArray
-
setLineDashArray
-
getLinkLength
public int getLinkLength() -
setLinkLength
public void setLinkLength(int linkLength)
-