Class BaseTreeGraphNode<RECORD>

java.lang.Object
org.teamapps.ux.component.charting.tree.BaseTreeGraphNode<RECORD>
Direct Known Subclasses:
TreeGraphNode

public class BaseTreeGraphNode<RECORD>
extends java.lang.Object
  • Constructor Details

    • BaseTreeGraphNode

      public BaseTreeGraphNode()
  • Method Details

    • getId

      protected java.lang.String getId()
    • getWidth

      public int getWidth()
    • setWidth

      public BaseTreeGraphNode<RECORD> setWidth​(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public BaseTreeGraphNode<RECORD> setHeight​(int height)
    • getBackgroundColor

      public org.teamapps.common.format.Color getBackgroundColor()
    • setBackgroundColor

      public BaseTreeGraphNode<RECORD> setBackgroundColor​(org.teamapps.common.format.Color backgroundColor)
    • getBorderColor

      public org.teamapps.common.format.Color getBorderColor()
    • setBorderColor

      public BaseTreeGraphNode<RECORD> setBorderColor​(org.teamapps.common.format.Color borderColor)
    • getBorderWidth

      public float getBorderWidth()
    • setBorderWidth

      public BaseTreeGraphNode<RECORD> setBorderWidth​(float borderWidth)
    • getBorderRadius

      public float getBorderRadius()
    • setBorderRadius

      public BaseTreeGraphNode<RECORD> setBorderRadius​(float borderRadius)
    • getImage

      public GraphNodeImage getImage()
    • setImage

      public BaseTreeGraphNode<RECORD> setImage​(GraphNodeImage image)
    • getIcon

      public GraphNodeIcon getIcon()
    • setIcon

      public BaseTreeGraphNode<RECORD> setIcon​(GraphNodeIcon icon)
    • getTemplate

      public Template getTemplate()
    • setTemplate

      public BaseTreeGraphNode<RECORD> setTemplate​(Template template)
    • getRecord

      public RECORD getRecord()
    • setRecord

      public BaseTreeGraphNode<RECORD> setRecord​(RECORD record)
    • getConnectorLineColor

      public org.teamapps.common.format.Color getConnectorLineColor()
    • setConnectorLineColor

      public BaseTreeGraphNode<RECORD> setConnectorLineColor​(org.teamapps.common.format.Color connectorLineColor)
    • getConnectorLineWidth

      public int getConnectorLineWidth()
    • setConnectorLineWidth

      public BaseTreeGraphNode<RECORD> setConnectorLineWidth​(int connectorLineWidth)
    • getDashArray

      public java.lang.String getDashArray()
    • setDashArray

      public BaseTreeGraphNode<RECORD> setDashArray​(java.lang.String dashArray)