Class UiTreeGraphNodeImage

java.lang.Object
org.teamapps.dto.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 Details

    • url

      protected java.lang.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 java.lang.String borderColor
  • Constructor Details

    • 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 Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • 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()
    • getCornerShape

      public UiTreeGraphNodeImage.CornerShape getCornerShape()
    • 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)
    • setCornerShape

      public UiTreeGraphNodeImage setCornerShape​(UiTreeGraphNodeImage.CornerShape cornerShape)
    • setShadow

      public UiTreeGraphNodeImage setShadow​(boolean shadow)
    • setBorderWidth

      public UiTreeGraphNodeImage setBorderWidth​(float borderWidth)
    • setBorderColor

      public UiTreeGraphNodeImage setBorderColor​(java.lang.String borderColor)