Uses of Class
org.teamapps.ux.component.charting.tree.BaseTreeGraphNode
Packages that use BaseTreeGraphNode
-
Uses of BaseTreeGraphNode in org.teamapps.ux.component.charting.tree
Subclasses of BaseTreeGraphNode in org.teamapps.ux.component.charting.treeMethods in org.teamapps.ux.component.charting.tree that return BaseTreeGraphNodeModifier and TypeMethodDescriptionBaseTreeGraphNode.setBackgroundColor(Color backgroundColor) BaseTreeGraphNode.setBorderColor(Color borderColor) BaseTreeGraphNode.setBorderRadius(float borderRadius) BaseTreeGraphNode.setBorderWidth(float borderWidth) BaseTreeGraphNode.setConnectorLineColor(Color connectorLineColor) BaseTreeGraphNode.setConnectorLineWidth(int connectorLineWidth) BaseTreeGraphNode.setDashArray(String dashArray) BaseTreeGraphNode.setHeight(int height) BaseTreeGraphNode.setIcon(GraphNodeIcon icon) BaseTreeGraphNode.setImage(GraphNodeImage image) BaseTreeGraphNode.setTemplate(Template template) BaseTreeGraphNode.setWidth(int width) Methods in org.teamapps.ux.component.charting.tree that return types with arguments of type BaseTreeGraphNodeMethod parameters in org.teamapps.ux.component.charting.tree with type arguments of type BaseTreeGraphNodeModifier and TypeMethodDescriptionTreeGraphNode.setSideListNodes(List<BaseTreeGraphNode<RECORD>> sideListNodes)