Class 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 Detail

      • id

        protected java.lang.String id
      • width

        protected int width
      • height

        protected int height
      • backgroundColor

        protected java.lang.String backgroundColor
      • borderColor

        protected java.lang.String borderColor
      • borderWidth

        protected float borderWidth
      • borderRadius

        protected float borderRadius
      • connectorLineColor

        protected java.lang.String connectorLineColor
      • connectorLineWidth

        protected int connectorLineWidth
      • dashArray

        protected java.lang.String dashArray
    • Constructor Detail

      • 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)