Package org.teamapps.dto
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!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTreeGraphNodeImage.CornerShape -
Field Summary
Fields Modifier and Type Field Description protected UiColorborderColorprotected floatborderWidthprotected intcenterLeftDistanceprotected intcenterTopDistanceprotected UiTreeGraphNodeImage.CornerShapecornerShapeprotected intheightprotected booleanshadowprotected java.lang.Stringurlprotected intwidth -
Constructor Summary
Constructors Constructor Description UiTreeGraphNodeImage()Deprecated.Only for Jackson deserialization.UiTreeGraphNodeImage(java.lang.String url, int width, int height) -
Method Summary
Modifier and Type Method Description UiColorgetBorderColor()floatgetBorderWidth()intgetCenterLeftDistance()intgetCenterTopDistance()UiTreeGraphNodeImage.CornerShapegetCornerShape()intgetHeight()booleangetShadow()UiObjectTypegetUiObjectType()java.lang.StringgetUrl()intgetWidth()UiTreeGraphNodeImagesetBorderColor(UiColor borderColor)UiTreeGraphNodeImagesetBorderWidth(float borderWidth)UiTreeGraphNodeImagesetCenterLeftDistance(int centerLeftDistance)UiTreeGraphNodeImagesetCenterTopDistance(int centerTopDistance)UiTreeGraphNodeImagesetCornerShape(UiTreeGraphNodeImage.CornerShape cornerShape)UiTreeGraphNodeImagesetShadow(boolean shadow)java.lang.StringtoString()
-
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
-
shadow
protected boolean shadow -
borderWidth
protected float borderWidth -
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
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.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
-
getShadow
public boolean getShadow() -
getBorderWidth
public float getBorderWidth() -
getBorderColor
-
setCenterTopDistance
-
setCenterLeftDistance
-
setCornerShape
-
setShadow
-
setBorderWidth
-
setBorderColor
-