Class BaseTreeGraphNode<RECORD>
java.lang.Object
org.teamapps.ux.component.charting.tree.BaseTreeGraphNode<RECORD>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatintintgetIcon()protected StringgetId()getImage()intgetWidth()setBackgroundColor(Color backgroundColor) setBorderColor(Color borderColor) setBorderRadius(float borderRadius) setBorderWidth(float borderWidth) setConnectorLineColor(Color connectorLineColor) setConnectorLineWidth(int connectorLineWidth) setDashArray(String dashArray) setHeight(int height) setIcon(GraphNodeIcon icon) setImage(GraphNodeImage image) setTemplate(Template template) setWidth(int width)
-
Constructor Details
-
BaseTreeGraphNode
public BaseTreeGraphNode()
-
-
Method Details
-
getId
-
getWidth
public int getWidth() -
setWidth
-
getHeight
public int getHeight() -
setHeight
-
getBackgroundColor
-
setBackgroundColor
-
getBorderColor
-
setBorderColor
-
getBorderWidth
public float getBorderWidth() -
setBorderWidth
-
getBorderRadius
public float getBorderRadius() -
setBorderRadius
-
getImage
-
setImage
-
getIcon
-
setIcon
-
getTemplate
-
setTemplate
-
getRecord
-
setRecord
-
getConnectorLineColor
-
setConnectorLineColor
-
getConnectorLineWidth
public int getConnectorLineWidth() -
setConnectorLineWidth
-
getDashArray
-
setDashArray
-