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