Class UiTreeGraphNodeImage

java.lang.Object
org.teamapps.dto.UiTreeGraphNodeImage
All Implemented Interfaces:
UiObject

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

    • url

      protected String url
    • width

      protected int width
    • height

      protected int height
    • centerTopDistance

      protected int centerTopDistance
    • centerLeftDistance

      protected int centerLeftDistance
    • cornerShape

      protected UiTreeGraphNodeImage.CornerShape cornerShape
    • shadow

      protected boolean shadow
    • borderWidth

      protected float borderWidth
    • borderColor

      protected String borderColor
  • Constructor Details

    • UiTreeGraphNodeImage

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

      public UiTreeGraphNodeImage(String url, int width, int height)
  • Method Details