Uses of Class
org.teamapps.ux.component.charting.forcelayout.ForceLayoutNode
| Package | Description |
|---|---|
| org.teamapps.ux.component.charting.forcelayout |
-
Uses of ForceLayoutNode in org.teamapps.ux.component.charting.forcelayout
Fields in org.teamapps.ux.component.charting.forcelayout with type parameters of type ForceLayoutNode Modifier and Type Field Description Event<ForceLayoutNode>ForceLayoutGraph. onNodeClickedMethods in org.teamapps.ux.component.charting.forcelayout that return ForceLayoutNode Modifier and Type Method Description ForceLayoutNode<RECORD>NodeExpandedOrCollapsedEvent. getNode()ForceLayoutNodeForceLayoutLink. getSource()ForceLayoutNodeForceLayoutLink. getTarget()ForceLayoutNode<RECORD>ForceLayoutNode. setBackgroundColor(org.teamapps.common.format.Color backgroundColor)ForceLayoutNode<RECORD>ForceLayoutNode. setBorderColor(org.teamapps.common.format.Color borderColor)ForceLayoutNode<RECORD>ForceLayoutNode. setBorderRadius(float borderRadius)ForceLayoutNode<RECORD>ForceLayoutNode. setBorderWidth(float borderWidth)ForceLayoutNode<RECORD>ForceLayoutNode. setHeight(int height)ForceLayoutNode<RECORD>ForceLayoutNode. setIcon(GraphNodeIcon icon)ForceLayoutNode<RECORD>ForceLayoutNode. setImage(GraphNodeImage image)ForceLayoutNode<RECORD>ForceLayoutNode. setTemplate(Template template)ForceLayoutNode<RECORD>ForceLayoutNode. setWidth(int width)Methods in org.teamapps.ux.component.charting.forcelayout that return types with arguments of type ForceLayoutNode Modifier and Type Method Description java.util.List<ForceLayoutNode<RECORD>>ForceLayoutGraph. getNodes()Method parameters in org.teamapps.ux.component.charting.forcelayout with type arguments of type ForceLayoutNode Modifier and Type Method Description voidForceLayoutGraph. addNodesAndLinks(java.util.List<ForceLayoutNode<RECORD>> nodes, java.util.List<ForceLayoutLink> links)voidForceLayoutGraph. removeNodesAndLinks(java.util.List<ForceLayoutNode<RECORD>> nodes)voidForceLayoutGraph. removeNodesAndLinks(java.util.List<ForceLayoutNode<RECORD>> nodes, java.util.List<ForceLayoutLink> links)Constructors in org.teamapps.ux.component.charting.forcelayout with parameters of type ForceLayoutNode Constructor Description ForceLayoutLink(ForceLayoutNode source, ForceLayoutNode target)NodeExpandedOrCollapsedEvent(ForceLayoutNode<RECORD> node, boolean expanded)Constructor parameters in org.teamapps.ux.component.charting.forcelayout with type arguments of type ForceLayoutNode Constructor Description ForceLayoutGraph(java.util.List<ForceLayoutNode<RECORD>> nodes, java.util.List<ForceLayoutLink> links)