Class UiTreeGraphNode

  • All Implemented Interfaces:
    UiObject

    public class UiTreeGraphNode
    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
      • parentId

        protected java.lang.String parentId
      • width

        protected int width
      • height

        protected int height
      • backgroundColor

        protected UiColor backgroundColor
      • borderColor

        protected UiColor borderColor
      • borderWidth

        protected float borderWidth
      • borderRadius

        protected float borderRadius
      • connectorLineColor

        protected UiColor connectorLineColor
      • connectorLineWidth

        protected int connectorLineWidth
      • dashArray

        protected java.lang.String dashArray
      • expanded

        protected boolean expanded
    • Constructor Detail

      • UiTreeGraphNode

        @Deprecated
        public UiTreeGraphNode()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiTreeGraphNode

        public UiTreeGraphNode​(java.lang.String id,
                               int width,
                               int height)