Package org.teamapps.dto
Class UiNetworkNode
java.lang.Object
org.teamapps.dto.UiNetworkNode
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected floatprotected floatprotected floatprotected UiNetworkNode.ExpandStateprotected intprotected UiTreeGraphNodeIconprotected Stringprotected UiTreeGraphNodeImageprotected UiClientRecordprotected UiTemplateprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiNetworkNode(String id, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatintgetIcon()getId()getImage()intgetWidth()setBackgroundColor(String backgroundColor) setBorderColor(String borderColor) setBorderRadius(float borderRadius) setBorderWidth(float borderWidth) setDistanceFactor(float distanceFactor) setExpandState(UiNetworkNode.ExpandState expandState) 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 -
distanceFactor
protected float distanceFactor -
image
-
icon
-
template
-
record
-
expandState
-
-
Constructor Details
-
UiNetworkNode
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiNetworkNode
-
-
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() -
getDistanceFactor
public float getDistanceFactor() -
getImage
-
getIcon
-
getTemplate
-
getRecord
-
getExpandState
-
setBackgroundColor
-
setBorderColor
-
setBorderWidth
-
setBorderRadius
-
setDistanceFactor
-
setImage
-
setIcon
-
setTemplate
-
setRecord
-
setExpandState
-