Class UiTreeGraphNodeImage

  • All Implemented Interfaces:
    UiObject

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

      • url

        protected java.lang.String url
      • width

        protected int width
      • height

        protected int height
      • centerTopDistance

        protected int centerTopDistance
      • centerLeftDistance

        protected int centerLeftDistance
      • shadow

        protected boolean shadow
      • borderWidth

        protected float borderWidth
      • borderColor

        protected java.lang.String borderColor
    • Constructor Detail

      • UiTreeGraphNodeImage

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

        public UiTreeGraphNodeImage​(java.lang.String url,
                                    int width,
                                    int height)
    • Method Detail

      • toString

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

        public java.lang.String getUrl()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getCenterTopDistance

        public int getCenterTopDistance()
      • getCenterLeftDistance

        public int getCenterLeftDistance()
      • getShadow

        public boolean getShadow()
      • getBorderWidth

        public float getBorderWidth()
      • getBorderColor

        public java.lang.String getBorderColor()
      • setCenterTopDistance

        public UiTreeGraphNodeImage setCenterTopDistance​(int centerTopDistance)
      • setCenterLeftDistance

        public UiTreeGraphNodeImage setCenterLeftDistance​(int centerLeftDistance)