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<RECORD>>ForceLayoutGraph. onNodeClickedEvent<ForceLayoutNode<RECORD>>ForceLayoutGraph. onNodeDoubleClickedMethods in org.teamapps.ux.component.charting.forcelayout that return ForceLayoutNode Modifier and Type Method Description ForceLayoutNode<RECORD>ForceLayoutModel. getGraphNode(RECORD record, GraphChangeOperation<RECORD> changeOperation)ForceLayoutNode<RECORD>NodeExpandedOrCollapsedEvent. getNode()ForceLayoutNode<RECORD>ForceLayoutLink. getSource()ForceLayoutNode<RECORD>ForceLayoutLink. 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>>GraphChangeOperation. getAddedNodes()java.util.Map<RECORD,ForceLayoutNode<RECORD>>GraphChangeOperation. getGraphNodeByNode()java.util.List<ForceLayoutNode<RECORD>>ForceLayoutGraph. getNodes()java.util.List<ForceLayoutNode<RECORD>>GraphChangeOperation. getRemovedNodes()Methods in org.teamapps.ux.component.charting.forcelayout with parameters of type ForceLayoutNode Modifier and Type Method Description voidGraphChangeOperation. addNode(ForceLayoutNode<RECORD> record)voidForceLayoutModel. removeHigherLevels(ForceLayoutNode<RECORD> graphNode)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<RECORD>> links)voidForceLayoutGraph. removeNodesAndLinks(java.util.List<ForceLayoutNode<RECORD>> nodes)voidForceLayoutGraph. removeNodesAndLinks(java.util.List<ForceLayoutNode<RECORD>> nodes, java.util.List<ForceLayoutLink<RECORD>> links)voidGraphChangeOperation. setAddedNodes(java.util.List<ForceLayoutNode<RECORD>> addedNodes)voidGraphChangeOperation. setRemovedNodes(java.util.List<ForceLayoutNode<RECORD>> removedNodes)Constructors in org.teamapps.ux.component.charting.forcelayout with parameters of type ForceLayoutNode Constructor Description ForceLayoutLink(ForceLayoutNode<RECORD> source, ForceLayoutNode<RECORD> 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<RECORD>> links)GraphChangeOperation(java.util.List<ForceLayoutNode<RECORD>> nodes, java.util.List<ForceLayoutLink<RECORD>> links, boolean remove)