Package org.teamapps.dto
Class UiTreeGraphNodeImage
- java.lang.Object
-
- org.teamapps.dto.UiTreeGraphNodeImage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTreeGraphNodeImage.CornerShape
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringborderColorprotected 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBorderColor()floatgetBorderWidth()intgetCenterLeftDistance()intgetCenterTopDistance()UiTreeGraphNodeImage.CornerShapegetCornerShape()intgetHeight()booleangetShadow()UiObjectTypegetUiObjectType()java.lang.StringgetUrl()intgetWidth()UiTreeGraphNodeImagesetBorderColor(java.lang.String borderColor)UiTreeGraphNodeImagesetBorderWidth(float borderWidth)UiTreeGraphNodeImagesetCenterLeftDistance(int centerLeftDistance)UiTreeGraphNodeImagesetCenterTopDistance(int centerTopDistance)UiTreeGraphNodeImagesetCornerShape(UiTreeGraphNodeImage.CornerShape cornerShape)UiTreeGraphNodeImagesetShadow(boolean shadow)java.lang.StringtoString()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getUiObjectType
public UiObjectType 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
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)
-
-