Uses of Class
org.teamapps.ux.component.charting.common.GraphNodeIcon
-
Packages that use GraphNodeIcon Package Description org.teamapps.ux.component.charting.forcelayout org.teamapps.ux.component.charting.tree -
-
Uses of GraphNodeIcon in org.teamapps.ux.component.charting.forcelayout
Methods in org.teamapps.ux.component.charting.forcelayout that return GraphNodeIcon Modifier and Type Method Description GraphNodeIconForceLayoutNode. getIcon()Methods in org.teamapps.ux.component.charting.forcelayout with parameters of type GraphNodeIcon Modifier and Type Method Description ForceLayoutNode<RECORD>ForceLayoutNode. setIcon(GraphNodeIcon icon) -
Uses of GraphNodeIcon in org.teamapps.ux.component.charting.tree
Methods in org.teamapps.ux.component.charting.tree that return GraphNodeIcon Modifier and Type Method Description GraphNodeIconTreeGraphNode. getIcon()Methods in org.teamapps.ux.component.charting.tree with parameters of type GraphNodeIcon Modifier and Type Method Description TreeGraphNode<RECORD>TreeGraphNode. setIcon(GraphNodeIcon icon)
-