Class UiNetworkLink

  • All Implemented Interfaces:
    UiObject

    public class UiNetworkLink
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • source

        protected int source
      • target

        protected int target
      • width

        protected float width
      • distance

        protected int distance
      • color

        protected java.lang.String color
    • Constructor Detail

      • UiNetworkLink

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

        public UiNetworkLink​(int source,
                             int target)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getSource

        public int getSource()
      • getTarget

        public int getTarget()
      • getWidth

        public float getWidth()
      • getDistance

        public int getDistance()
      • getColor

        public java.lang.String getColor()
      • setDistance

        public UiNetworkLink setDistance​(int distance)
      • setColor

        public UiNetworkLink setColor​(java.lang.String color)