Class UiBaseTreeGraphNode
java.lang.Object
org.teamapps.dto.UiBaseTreeGraphNode
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiTreeGraphNode
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected floatprotected floatprotected Stringprotected intprotected Stringprotected intprotected UiTreeGraphNodeIconprotected Stringprotected UiTreeGraphNodeImageprotected UiClientRecordprotected UiTemplateprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiBaseTreeGraphNode(String id, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatintintgetIcon()getId()getImage()intgetWidth()setBackgroundColor(String backgroundColor) setBorderColor(String borderColor) setBorderRadius(float borderRadius) setBorderWidth(float borderWidth) setConnectorLineColor(String connectorLineColor) setConnectorLineWidth(int connectorLineWidth) setDashArray(String dashArray) setIcon(UiTreeGraphNodeIcon icon) setImage(UiTreeGraphNodeImage image) setRecord(UiClientRecord record) setTemplate(UiTemplate template) toString()
-
Field Details
-
id
-
width
protected int width -
height
protected int height -
backgroundColor
-
borderColor
-
borderWidth
protected float borderWidth -
borderRadius
protected float borderRadius -
image
-
icon
-
template
-
record
-
connectorLineColor
-
connectorLineWidth
protected int connectorLineWidth -
dashArray
-
-
Constructor Details
-
UiBaseTreeGraphNode
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiBaseTreeGraphNode
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getId
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getBackgroundColor
-
getBorderColor
-
getBorderWidth
public float getBorderWidth() -
getBorderRadius
public float getBorderRadius() -
getImage
-
getIcon
-
getTemplate
-
getRecord
-
getConnectorLineColor
-
getConnectorLineWidth
public int getConnectorLineWidth() -
getDashArray
-
setBackgroundColor
-
setBorderColor
-
setBorderWidth
-
setBorderRadius
-
setImage
-
setIcon
-
setTemplate
-
setRecord
-
setConnectorLineColor
-
setConnectorLineWidth
-
setDashArray
-