Class UiNetworkNode

  • All Implemented Interfaces:
    UiObject

    public class UiNetworkNode
    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
      • distanceFactor

        protected float distanceFactor
    • Constructor Detail

      • UiNetworkNode

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

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