Package org.teamapps.dto
Class UiBaseTreeGraphNode
java.lang.Object
org.teamapps.dto.UiBaseTreeGraphNode
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiTreeGraphNode
public class UiBaseTreeGraphNode extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected UiColorborderColorprotected floatborderRadiusprotected floatborderWidthprotected UiColorconnectorLineColorprotected intconnectorLineWidthprotected java.lang.StringdashArrayprotected intheightprotected UiTreeGraphNodeIconiconprotected java.lang.Stringidprotected UiTreeGraphNodeImageimageprotected UiClientRecordrecordprotected UiTemplatetemplateprotected intwidth -
Constructor Summary
Constructors Constructor Description UiBaseTreeGraphNode()Deprecated.Only for Jackson deserialization.UiBaseTreeGraphNode(java.lang.String id, int width, int height) -
Method Summary
-
Field Details
-
id
protected java.lang.String 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
protected java.lang.String dashArray
-
-
Constructor Details
-
UiBaseTreeGraphNode
@Deprecated public UiBaseTreeGraphNode()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiBaseTreeGraphNode
public UiBaseTreeGraphNode(java.lang.String id, int width, int height)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String 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
public java.lang.String getDashArray() -
setBackgroundColor
-
setBorderColor
-
setBorderWidth
-
setBorderRadius
-
setImage
-
setIcon
-
setTemplate
-
setRecord
-
setConnectorLineColor
-
setConnectorLineWidth
-
setDashArray
-