Uses of Class
org.teamapps.ux.component.charting.forcelayout.ForceLayoutLink
Packages that use ForceLayoutLink
-
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 ForceLayoutLinkModifier and TypeMethodDescriptionGraphChangeOperation.getAddedLinks()ForceLayoutGraph.getLinks()GraphChangeOperation.getRemovedLinks()Methods in org.teamapps.ux.component.charting.forcelayout with parameters of type ForceLayoutLinkModifier and TypeMethodDescriptionvoidGraphChangeOperation.addLink(ForceLayoutLink<RECORD> link) Method parameters in org.teamapps.ux.component.charting.forcelayout with type arguments of type ForceLayoutLinkModifier and TypeMethodDescriptionvoidGraphChangeOperation.setAddedLinks(List<ForceLayoutLink<RECORD>> addedLinks) voidGraphChangeOperation.setRemovedLinks(List<ForceLayoutLink<RECORD>> removedLinks)