Class TreeGraphNode<RECORD>
- java.lang.Object
-
- org.teamapps.ux.component.charting.tree.TreeGraphNode<RECORD>
-
public class TreeGraphNode<RECORD> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TreeGraphNode()
-
Method Summary
-
-
-
Method Detail
-
getId
protected java.lang.String getId()
-
getParent
public TreeGraphNode<RECORD> getParent()
-
setParent
public TreeGraphNode<RECORD> setParent(TreeGraphNode<RECORD> parent)
-
getWidth
public int getWidth()
-
setWidth
public TreeGraphNode<RECORD> setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public TreeGraphNode<RECORD> setHeight(int height)
-
getBackgroundColor
public org.teamapps.common.format.Color getBackgroundColor()
-
setBackgroundColor
public TreeGraphNode<RECORD> setBackgroundColor(org.teamapps.common.format.Color backgroundColor)
-
getBorderColor
public org.teamapps.common.format.Color getBorderColor()
-
setBorderColor
public TreeGraphNode<RECORD> setBorderColor(org.teamapps.common.format.Color borderColor)
-
getBorderWidth
public float getBorderWidth()
-
setBorderWidth
public TreeGraphNode<RECORD> setBorderWidth(float borderWidth)
-
getBorderRadius
public float getBorderRadius()
-
setBorderRadius
public TreeGraphNode<RECORD> setBorderRadius(float borderRadius)
-
getImage
public GraphNodeImage getImage()
-
setImage
public TreeGraphNode<RECORD> setImage(GraphNodeImage image)
-
getIcon
public GraphNodeIcon getIcon()
-
setIcon
public TreeGraphNode<RECORD> setIcon(GraphNodeIcon icon)
-
getTemplate
public Template getTemplate()
-
setTemplate
public TreeGraphNode<RECORD> setTemplate(Template template)
-
getRecord
public RECORD getRecord()
-
setRecord
public TreeGraphNode<RECORD> setRecord(RECORD record)
-
getConnectorLineColor
public org.teamapps.common.format.Color getConnectorLineColor()
-
setConnectorLineColor
public TreeGraphNode<RECORD> setConnectorLineColor(org.teamapps.common.format.Color connectorLineColor)
-
getConnectorLineWidth
public int getConnectorLineWidth()
-
setConnectorLineWidth
public TreeGraphNode<RECORD> setConnectorLineWidth(int connectorLineWidth)
-
getDashArray
public java.lang.String getDashArray()
-
setDashArray
public TreeGraphNode<RECORD> setDashArray(java.lang.String dashArray)
-
isExpanded
public boolean isExpanded()
-
setExpanded
public TreeGraphNode<RECORD> setExpanded(boolean expanded)
-
-