Uses of Class
org.teamapps.ux.component.charting.forcelayout.ForceLayoutLink
| Package | Description |
|---|---|
| org.teamapps.ux.component.charting.forcelayout |
-
Uses of ForceLayoutLink in org.teamapps.ux.component.charting.forcelayout
Methods in org.teamapps.ux.component.charting.forcelayout that return types with arguments of type ForceLayoutLink Modifier and Type Method Description java.util.List<ForceLayoutLink<RECORD>>GraphChangeOperation. getAddedLinks()java.util.List<ForceLayoutLink<RECORD>>ForceLayoutGraph. getLinks()java.util.List<ForceLayoutLink<RECORD>>GraphChangeOperation. getRemovedLinks()Methods in org.teamapps.ux.component.charting.forcelayout with parameters of type ForceLayoutLink Modifier and Type Method Description voidGraphChangeOperation. addLink(ForceLayoutLink<RECORD> link)Method parameters in org.teamapps.ux.component.charting.forcelayout with type arguments of type ForceLayoutLink Modifier and Type Method Description voidGraphChangeOperation. setAddedLinks(java.util.List<ForceLayoutLink<RECORD>> addedLinks)voidGraphChangeOperation. setRemovedLinks(java.util.List<ForceLayoutLink<RECORD>> removedLinks)